Oct 13 13:11:38.348 INFO checking jemallocator-0.1.9 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 13:11:38.350 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 13 13:11:38.790 INFO blam! d3ccbff24fd0e27216d08e772f2b5a153c7d5d615c594f8a43a743a362f2e369 Oct 13 13:11:38.792 INFO running `"docker" "start" "-a" "d3ccbff24fd0e27216d08e772f2b5a153c7d5d615c594f8a43a743a362f2e369"` Oct 13 13:11:40.807 INFO kablam! usermod: no changes Oct 13 13:11:40.892 INFO kablam! Compiling fs_extra v1.1.0 Oct 13 13:11:42.457 INFO kablam! Compiling jemalloc-sys v0.1.7 Oct 13 13:13:23.092 INFO kablam! Checking jemallocator v0.1.9 (/source) Oct 13 13:13:28.399 INFO kablam! error[E0432]: unresolved import `std::heap` Oct 13 13:13:28.399 INFO kablam! --> benches/roundtrip.rs:9:10 Oct 13 13:13:28.399 INFO kablam! | Oct 13 13:13:28.399 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 13 13:13:28.399 INFO kablam! | ^^^^ Could not find `heap` in `std` Oct 13 13:13:28.399 INFO kablam! Oct 13 13:13:29.372 INFO kablam! warning: unused import: `Alloc` Oct 13 13:13:29.372 INFO kablam! --> benches/roundtrip.rs:9:17 Oct 13 13:13:29.372 INFO kablam! | Oct 13 13:13:29.372 INFO kablam! 9 | use std::heap::{Alloc, Layout, Excess}; Oct 13 13:13:29.372 INFO kablam! | ^^^^^ Oct 13 13:13:29.372 INFO kablam! | Oct 13 13:13:29.372 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 13:13:29.372 INFO kablam! Oct 13 13:13:38.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.472 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.472 INFO kablam! | ^^^^^ Oct 13 13:13:38.472 INFO kablam! ... Oct 13 13:13:38.472 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 13 13:13:38.472 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! Oct 13 13:13:38.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.472 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.472 INFO kablam! ... Oct 13 13:13:38.472 INFO kablam! 260 | rt_alloc_layout_checked!(rt_pow2_1bytes_1align_alloc_layout_checked, 1, 1); Oct 13 13:13:38.472 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! Oct 13 13:13:38.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.472 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.472 INFO kablam! | Oct 13 13:13:38.472 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.472 INFO kablam! | ^^^^^ Oct 13 13:13:38.472 INFO kablam! ... Oct 13 13:13:38.472 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 13 13:13:38.472 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! Oct 13 13:13:38.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.473 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.473 INFO kablam! ... Oct 13 13:13:38.473 INFO kablam! 273 | rt_alloc_layout_checked!(rt_pow2_2bytes_1align_alloc_layout_checked, 2, 1); Oct 13 13:13:38.473 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! Oct 13 13:13:38.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.473 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.473 INFO kablam! | ^^^^^ Oct 13 13:13:38.473 INFO kablam! ... Oct 13 13:13:38.473 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 13 13:13:38.473 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.473 INFO kablam! | Oct 13 13:13:38.473 INFO kablam! Oct 13 13:13:38.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.484 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.484 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.484 INFO kablam! ... Oct 13 13:13:38.484 INFO kablam! 286 | rt_alloc_layout_checked!(rt_pow2_4bytes_1align_alloc_layout_checked, 4, 1); Oct 13 13:13:38.484 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! Oct 13 13:13:38.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.484 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.484 INFO kablam! | ^^^^^ Oct 13 13:13:38.484 INFO kablam! ... Oct 13 13:13:38.484 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 13 13:13:38.484 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! Oct 13 13:13:38.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.484 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.484 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.484 INFO kablam! ... Oct 13 13:13:38.484 INFO kablam! 299 | rt_alloc_layout_checked!(rt_pow2_8bytes_1align_alloc_layout_checked, 8, 1); Oct 13 13:13:38.484 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! Oct 13 13:13:38.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.484 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.484 INFO kablam! | Oct 13 13:13:38.484 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.484 INFO kablam! | ^^^^^ Oct 13 13:13:38.484 INFO kablam! ... Oct 13 13:13:38.484 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 13 13:13:38.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! Oct 13 13:13:38.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.485 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.485 INFO kablam! ... Oct 13 13:13:38.485 INFO kablam! 312 | rt_alloc_layout_checked!(rt_pow2_16bytes_1align_alloc_layout_checked, 16, 1); Oct 13 13:13:38.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! Oct 13 13:13:38.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.485 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.485 INFO kablam! | ^^^^^ Oct 13 13:13:38.485 INFO kablam! ... Oct 13 13:13:38.485 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 13 13:13:38.485 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.485 INFO kablam! Oct 13 13:13:38.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.485 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.485 INFO kablam! | Oct 13 13:13:38.486 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.486 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.486 INFO kablam! ... Oct 13 13:13:38.486 INFO kablam! 325 | rt_alloc_layout_checked!(rt_pow2_32bytes_1align_alloc_layout_checked, 32, 1); Oct 13 13:13:38.486 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.486 INFO kablam! | Oct 13 13:13:38.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.486 INFO kablam! | Oct 13 13:13:38.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.486 INFO kablam! | Oct 13 13:13:38.486 INFO kablam! Oct 13 13:13:38.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.488 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.488 INFO kablam! | Oct 13 13:13:38.488 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.488 INFO kablam! | ^^^^^ Oct 13 13:13:38.488 INFO kablam! ... Oct 13 13:13:38.488 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 13 13:13:38.488 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.488 INFO kablam! | Oct 13 13:13:38.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.488 INFO kablam! | Oct 13 13:13:38.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! Oct 13 13:13:38.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.489 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.489 INFO kablam! ... Oct 13 13:13:38.489 INFO kablam! 338 | rt_alloc_layout_checked!(rt_pow2_64bytes_1align_alloc_layout_checked, 64, 1); Oct 13 13:13:38.489 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! Oct 13 13:13:38.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.489 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.489 INFO kablam! | ^^^^^ Oct 13 13:13:38.489 INFO kablam! ... Oct 13 13:13:38.489 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 13 13:13:38.489 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! Oct 13 13:13:38.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.489 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.489 INFO kablam! ... Oct 13 13:13:38.489 INFO kablam! 351 | rt_alloc_layout_checked!(rt_pow2_128bytes_1align_alloc_layout_checked, 128, 1); Oct 13 13:13:38.489 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.489 INFO kablam! | Oct 13 13:13:38.489 INFO kablam! Oct 13 13:13:38.492 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.492 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.492 INFO kablam! | Oct 13 13:13:38.492 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.492 INFO kablam! | ^^^^^ Oct 13 13:13:38.492 INFO kablam! ... Oct 13 13:13:38.492 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 13 13:13:38.492 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.492 INFO kablam! | Oct 13 13:13:38.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.492 INFO kablam! | Oct 13 13:13:38.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.492 INFO kablam! | Oct 13 13:13:38.492 INFO kablam! Oct 13 13:13:38.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.492 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.492 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.493 INFO kablam! ... Oct 13 13:13:38.493 INFO kablam! 364 | rt_alloc_layout_checked!(rt_pow2_256bytes_1align_alloc_layout_checked, 256, 1); Oct 13 13:13:38.493 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.493 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.493 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.493 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! Oct 13 13:13:38.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.493 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.493 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.493 INFO kablam! | ^^^^^ Oct 13 13:13:38.493 INFO kablam! ... Oct 13 13:13:38.493 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 13 13:13:38.493 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.493 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.493 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.493 INFO kablam! | Oct 13 13:13:38.493 INFO kablam! Oct 13 13:13:38.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.502 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.502 INFO kablam! ... Oct 13 13:13:38.502 INFO kablam! 377 | rt_alloc_layout_checked!(rt_pow2_512bytes_1align_alloc_layout_checked, 512, 1); Oct 13 13:13:38.502 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! Oct 13 13:13:38.502 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.502 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.502 INFO kablam! | ^^^^^ Oct 13 13:13:38.502 INFO kablam! ... Oct 13 13:13:38.502 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 13 13:13:38.502 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! Oct 13 13:13:38.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.502 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.502 INFO kablam! ... Oct 13 13:13:38.502 INFO kablam! 390 | rt_alloc_layout_checked!(rt_pow2_1024bytes_1align_alloc_layout_checked, 1024, 1); Oct 13 13:13:38.502 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.502 INFO kablam! | Oct 13 13:13:38.502 INFO kablam! Oct 13 13:13:38.503 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.503 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.503 INFO kablam! | Oct 13 13:13:38.503 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.503 INFO kablam! | ^^^^^ Oct 13 13:13:38.503 INFO kablam! ... Oct 13 13:13:38.503 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 13 13:13:38.503 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.503 INFO kablam! | Oct 13 13:13:38.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.503 INFO kablam! | Oct 13 13:13:38.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.503 INFO kablam! | Oct 13 13:13:38.503 INFO kablam! Oct 13 13:13:38.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.504 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.504 INFO kablam! | Oct 13 13:13:38.504 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.504 INFO kablam! ... Oct 13 13:13:38.504 INFO kablam! 403 | rt_alloc_layout_checked!(rt_pow2_2048bytes_1align_alloc_layout_checked, 2048, 1); Oct 13 13:13:38.504 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.504 INFO kablam! | Oct 13 13:13:38.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.504 INFO kablam! | Oct 13 13:13:38.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.504 INFO kablam! | Oct 13 13:13:38.504 INFO kablam! Oct 13 13:13:38.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.504 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.504 INFO kablam! | Oct 13 13:13:38.504 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.504 INFO kablam! | ^^^^^ Oct 13 13:13:38.504 INFO kablam! ... Oct 13 13:13:38.504 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 13 13:13:38.504 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.504 INFO kablam! | Oct 13 13:13:38.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.505 INFO kablam! | Oct 13 13:13:38.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.505 INFO kablam! | Oct 13 13:13:38.505 INFO kablam! Oct 13 13:13:38.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.505 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.505 INFO kablam! | Oct 13 13:13:38.505 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.505 INFO kablam! ... Oct 13 13:13:38.505 INFO kablam! 416 | rt_alloc_layout_checked!(rt_pow2_4096bytes_1align_alloc_layout_checked, 4096, 1); Oct 13 13:13:38.505 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.505 INFO kablam! | Oct 13 13:13:38.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.505 INFO kablam! | Oct 13 13:13:38.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.505 INFO kablam! | Oct 13 13:13:38.505 INFO kablam! Oct 13 13:13:38.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.508 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.508 INFO kablam! | Oct 13 13:13:38.508 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.508 INFO kablam! | ^^^^^ Oct 13 13:13:38.508 INFO kablam! ... Oct 13 13:13:38.508 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 13 13:13:38.508 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.508 INFO kablam! | Oct 13 13:13:38.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.508 INFO kablam! | Oct 13 13:13:38.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.508 INFO kablam! | Oct 13 13:13:38.508 INFO kablam! Oct 13 13:13:38.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.508 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.509 INFO kablam! ... Oct 13 13:13:38.509 INFO kablam! 429 | rt_alloc_layout_checked!(rt_pow2_8192bytes_1align_alloc_layout_checked, 8192, 1); Oct 13 13:13:38.509 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! Oct 13 13:13:38.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.509 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.509 INFO kablam! | ^^^^^ Oct 13 13:13:38.509 INFO kablam! ... Oct 13 13:13:38.509 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 13 13:13:38.509 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! Oct 13 13:13:38.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.509 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.509 INFO kablam! ... Oct 13 13:13:38.509 INFO kablam! 442 | rt_alloc_layout_checked!(rt_pow2_16384bytes_1align_alloc_layout_checked, 16384, 1); Oct 13 13:13:38.509 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.509 INFO kablam! | Oct 13 13:13:38.509 INFO kablam! Oct 13 13:13:38.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.517 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.517 INFO kablam! | ^^^^^ Oct 13 13:13:38.517 INFO kablam! ... Oct 13 13:13:38.517 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 13 13:13:38.517 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! Oct 13 13:13:38.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.517 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.517 INFO kablam! ... Oct 13 13:13:38.517 INFO kablam! 455 | rt_alloc_layout_checked!(rt_pow2_32768bytes_1align_alloc_layout_checked, 32768, 1); Oct 13 13:13:38.517 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! Oct 13 13:13:38.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.517 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.517 INFO kablam! | ^^^^^ Oct 13 13:13:38.517 INFO kablam! ... Oct 13 13:13:38.517 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 13 13:13:38.517 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! Oct 13 13:13:38.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.517 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.517 INFO kablam! ... Oct 13 13:13:38.517 INFO kablam! 468 | rt_alloc_layout_checked!(rt_pow2_65536bytes_1align_alloc_layout_checked, 65536, 1); Oct 13 13:13:38.517 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.517 INFO kablam! | Oct 13 13:13:38.517 INFO kablam! Oct 13 13:13:38.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.524 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.524 INFO kablam! | ^^^^^ Oct 13 13:13:38.524 INFO kablam! ... Oct 13 13:13:38.524 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 13 13:13:38.524 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! Oct 13 13:13:38.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.524 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.524 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.524 INFO kablam! ... Oct 13 13:13:38.524 INFO kablam! 481 | rt_alloc_layout_checked!(rt_pow2_131072bytes_1align_alloc_layout_checked, 131072, 1); Oct 13 13:13:38.524 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.524 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! Oct 13 13:13:38.525 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.525 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.525 INFO kablam! | ^^^^^ Oct 13 13:13:38.525 INFO kablam! ... Oct 13 13:13:38.525 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 13 13:13:38.525 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! Oct 13 13:13:38.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.525 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.525 INFO kablam! ... Oct 13 13:13:38.525 INFO kablam! 494 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_1align_alloc_layout_checked, 4194304, 1); Oct 13 13:13:38.525 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! Oct 13 13:13:38.525 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.525 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.525 INFO kablam! | ^^^^^ Oct 13 13:13:38.525 INFO kablam! ... Oct 13 13:13:38.525 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 13 13:13:38.525 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! Oct 13 13:13:38.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.525 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.525 INFO kablam! ... Oct 13 13:13:38.525 INFO kablam! 508 | rt_alloc_layout_checked!(rt_even_10bytes_1align_alloc_layout_checked, 10, 1); Oct 13 13:13:38.525 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! Oct 13 13:13:38.525 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.525 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.525 INFO kablam! | ^^^^^ Oct 13 13:13:38.525 INFO kablam! ... Oct 13 13:13:38.525 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 13 13:13:38.525 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! Oct 13 13:13:38.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.525 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.525 INFO kablam! ... Oct 13 13:13:38.525 INFO kablam! 521 | rt_alloc_layout_checked!(rt_even_100bytes_1align_alloc_layout_checked, 100, 1); Oct 13 13:13:38.525 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.525 INFO kablam! | Oct 13 13:13:38.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.526 INFO kablam! | Oct 13 13:13:38.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.526 INFO kablam! | Oct 13 13:13:38.526 INFO kablam! Oct 13 13:13:38.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.528 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.528 INFO kablam! | ^^^^^ Oct 13 13:13:38.528 INFO kablam! ... Oct 13 13:13:38.528 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 13 13:13:38.528 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! Oct 13 13:13:38.528 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.528 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.528 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.528 INFO kablam! ... Oct 13 13:13:38.528 INFO kablam! 534 | rt_alloc_layout_checked!(rt_even_1000bytes_1align_alloc_layout_checked, 1000, 1); Oct 13 13:13:38.528 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! Oct 13 13:13:38.528 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.528 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.528 INFO kablam! | ^^^^^ Oct 13 13:13:38.528 INFO kablam! ... Oct 13 13:13:38.528 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 13 13:13:38.528 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.528 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.528 INFO kablam! | Oct 13 13:13:38.528 INFO kablam! Oct 13 13:13:38.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.532 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.532 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.532 INFO kablam! ... Oct 13 13:13:38.532 INFO kablam! 547 | rt_alloc_layout_checked!(rt_even_10000bytes_1align_alloc_layout_checked, 10000, 1); Oct 13 13:13:38.532 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! Oct 13 13:13:38.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.532 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.532 INFO kablam! | ^^^^^ Oct 13 13:13:38.532 INFO kablam! ... Oct 13 13:13:38.532 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 13 13:13:38.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! Oct 13 13:13:38.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.532 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.532 INFO kablam! | Oct 13 13:13:38.532 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.532 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.533 INFO kablam! ... Oct 13 13:13:38.533 INFO kablam! 560 | rt_alloc_layout_checked!(rt_even_100000bytes_1align_alloc_layout_checked, 100000, 1); Oct 13 13:13:38.533 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.533 INFO kablam! | Oct 13 13:13:38.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.533 INFO kablam! | Oct 13 13:13:38.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.533 INFO kablam! | Oct 13 13:13:38.533 INFO kablam! Oct 13 13:13:38.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.533 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.533 INFO kablam! | Oct 13 13:13:38.533 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.533 INFO kablam! | ^^^^^ Oct 13 13:13:38.533 INFO kablam! ... Oct 13 13:13:38.533 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 13 13:13:38.533 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.533 INFO kablam! | Oct 13 13:13:38.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.533 INFO kablam! | Oct 13 13:13:38.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.533 INFO kablam! | Oct 13 13:13:38.533 INFO kablam! Oct 13 13:13:38.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.537 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.537 INFO kablam! | Oct 13 13:13:38.537 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.537 INFO kablam! ... Oct 13 13:13:38.537 INFO kablam! 573 | rt_alloc_layout_checked!(rt_even_1000000bytes_1align_alloc_layout_checked, 1000000, 1); Oct 13 13:13:38.537 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.537 INFO kablam! | Oct 13 13:13:38.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.541 INFO kablam! | Oct 13 13:13:38.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.541 INFO kablam! | Oct 13 13:13:38.541 INFO kablam! Oct 13 13:13:38.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.541 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.541 INFO kablam! | Oct 13 13:13:38.541 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.541 INFO kablam! | ^^^^^ Oct 13 13:13:38.541 INFO kablam! ... Oct 13 13:13:38.541 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 13 13:13:38.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.541 INFO kablam! | Oct 13 13:13:38.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.541 INFO kablam! | Oct 13 13:13:38.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.541 INFO kablam! | Oct 13 13:13:38.541 INFO kablam! Oct 13 13:13:38.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.541 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.541 INFO kablam! | Oct 13 13:13:38.541 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.541 INFO kablam! ... Oct 13 13:13:38.541 INFO kablam! 587 | rt_alloc_layout_checked!(rt_odd_10bytes_1align_alloc_layout_checked, 10- 1, 1); Oct 13 13:13:38.542 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.542 INFO kablam! | Oct 13 13:13:38.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.542 INFO kablam! | Oct 13 13:13:38.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.542 INFO kablam! | Oct 13 13:13:38.542 INFO kablam! Oct 13 13:13:38.542 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.542 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.542 INFO kablam! | Oct 13 13:13:38.542 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.542 INFO kablam! | ^^^^^ Oct 13 13:13:38.542 INFO kablam! ... Oct 13 13:13:38.542 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 13 13:13:38.542 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.542 INFO kablam! | Oct 13 13:13:38.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.542 INFO kablam! | Oct 13 13:13:38.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.542 INFO kablam! | Oct 13 13:13:38.542 INFO kablam! Oct 13 13:13:38.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.544 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.544 INFO kablam! | Oct 13 13:13:38.544 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.544 INFO kablam! ... Oct 13 13:13:38.544 INFO kablam! 600 | rt_alloc_layout_checked!(rt_odd_100bytes_1align_alloc_layout_checked, 100- 1, 1); Oct 13 13:13:38.545 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! Oct 13 13:13:38.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.545 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.545 INFO kablam! | ^^^^^ Oct 13 13:13:38.545 INFO kablam! ... Oct 13 13:13:38.545 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 13 13:13:38.545 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! Oct 13 13:13:38.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.545 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.545 INFO kablam! | Oct 13 13:13:38.545 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.545 INFO kablam! ... Oct 13 13:13:38.545 INFO kablam! 613 | rt_alloc_layout_checked!(rt_odd_1000bytes_1align_alloc_layout_checked, 1000- 1, 1); Oct 13 13:13:38.546 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.546 INFO kablam! | Oct 13 13:13:38.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.546 INFO kablam! | Oct 13 13:13:38.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.546 INFO kablam! | Oct 13 13:13:38.546 INFO kablam! Oct 13 13:13:38.575 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.575 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.575 INFO kablam! | ^^^^^ Oct 13 13:13:38.575 INFO kablam! ... Oct 13 13:13:38.575 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 13 13:13:38.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! Oct 13 13:13:38.575 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.575 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.575 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.575 INFO kablam! ... Oct 13 13:13:38.575 INFO kablam! 626 | rt_alloc_layout_checked!(rt_odd_10000bytes_1align_alloc_layout_checked, 10000- 1, 1); Oct 13 13:13:38.575 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.575 INFO kablam! | Oct 13 13:13:38.575 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.575 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! Oct 13 13:13:38.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.576 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.576 INFO kablam! | ^^^^^ Oct 13 13:13:38.576 INFO kablam! ... Oct 13 13:13:38.576 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 13 13:13:38.576 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! Oct 13 13:13:38.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.576 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.576 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.576 INFO kablam! ... Oct 13 13:13:38.576 INFO kablam! 639 | rt_alloc_layout_checked!(rt_odd_100000bytes_1align_alloc_layout_checked, 100000- 1, 1); Oct 13 13:13:38.576 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! Oct 13 13:13:38.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.576 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.576 INFO kablam! | ^^^^^ Oct 13 13:13:38.576 INFO kablam! ... Oct 13 13:13:38.576 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 13 13:13:38.576 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! Oct 13 13:13:38.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.576 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.576 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.576 INFO kablam! ... Oct 13 13:13:38.576 INFO kablam! 652 | rt_alloc_layout_checked!(rt_odd_1000000bytes_1align_alloc_layout_checked, 1000000- 1, 1); Oct 13 13:13:38.576 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! Oct 13 13:13:38.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.576 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.576 INFO kablam! | ^^^^^ Oct 13 13:13:38.576 INFO kablam! ... Oct 13 13:13:38.576 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 13 13:13:38.576 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.576 INFO kablam! | Oct 13 13:13:38.576 INFO kablam! Oct 13 13:13:38.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.576 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.577 INFO kablam! ... Oct 13 13:13:38.577 INFO kablam! 666 | rt_alloc_layout_checked!(rt_primes_3bytes_1align_alloc_layout_checked, 3, 1); Oct 13 13:13:38.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! Oct 13 13:13:38.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.577 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.577 INFO kablam! | ^^^^^ Oct 13 13:13:38.577 INFO kablam! ... Oct 13 13:13:38.577 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 13 13:13:38.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! Oct 13 13:13:38.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.577 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.577 INFO kablam! ... Oct 13 13:13:38.577 INFO kablam! 679 | rt_alloc_layout_checked!(rt_primes_7bytes_1align_alloc_layout_checked, 7, 1); Oct 13 13:13:38.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! Oct 13 13:13:38.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.577 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.577 INFO kablam! | ^^^^^ Oct 13 13:13:38.577 INFO kablam! ... Oct 13 13:13:38.577 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 13 13:13:38.577 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! Oct 13 13:13:38.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.577 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.577 INFO kablam! ... Oct 13 13:13:38.577 INFO kablam! 692 | rt_alloc_layout_checked!(rt_primes_13bytes_1align_alloc_layout_checked, 13, 1); Oct 13 13:13:38.577 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! Oct 13 13:13:38.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.577 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.577 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.577 INFO kablam! | ^^^^^ Oct 13 13:13:38.577 INFO kablam! ... Oct 13 13:13:38.577 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 13 13:13:38.577 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.577 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! Oct 13 13:13:38.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.578 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.578 INFO kablam! ... Oct 13 13:13:38.578 INFO kablam! 705 | rt_alloc_layout_checked!(rt_primes_17bytes_1align_alloc_layout_checked, 17, 1); Oct 13 13:13:38.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! Oct 13 13:13:38.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.578 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.578 INFO kablam! | ^^^^^ Oct 13 13:13:38.578 INFO kablam! ... Oct 13 13:13:38.578 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 13 13:13:38.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! Oct 13 13:13:38.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.578 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.578 INFO kablam! ... Oct 13 13:13:38.578 INFO kablam! 718 | rt_alloc_layout_checked!(rt_primes_31bytes_1align_alloc_layout_checked, 31, 1); Oct 13 13:13:38.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! Oct 13 13:13:38.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.578 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.578 INFO kablam! | ^^^^^ Oct 13 13:13:38.578 INFO kablam! ... Oct 13 13:13:38.578 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 13 13:13:38.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! Oct 13 13:13:38.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.578 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.578 INFO kablam! | Oct 13 13:13:38.578 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.578 INFO kablam! ... Oct 13 13:13:38.578 INFO kablam! 731 | rt_alloc_layout_checked!(rt_primes_61bytes_1align_alloc_layout_checked, 61, 1); Oct 13 13:13:38.579 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! Oct 13 13:13:38.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.579 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.579 INFO kablam! | ^^^^^ Oct 13 13:13:38.579 INFO kablam! ... Oct 13 13:13:38.579 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 13 13:13:38.579 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! Oct 13 13:13:38.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.579 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.579 INFO kablam! ... Oct 13 13:13:38.579 INFO kablam! 744 | rt_alloc_layout_checked!(rt_primes_96bytes_1align_alloc_layout_checked, 96, 1); Oct 13 13:13:38.579 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! Oct 13 13:13:38.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.579 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.579 INFO kablam! | ^^^^^ Oct 13 13:13:38.579 INFO kablam! ... Oct 13 13:13:38.579 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 13 13:13:38.579 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! Oct 13 13:13:38.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.579 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.579 INFO kablam! ... Oct 13 13:13:38.579 INFO kablam! 757 | rt_alloc_layout_checked!(rt_primes_127bytes_1align_alloc_layout_checked, 127, 1); Oct 13 13:13:38.579 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! Oct 13 13:13:38.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.579 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.579 INFO kablam! | ^^^^^ Oct 13 13:13:38.579 INFO kablam! ... Oct 13 13:13:38.579 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 13 13:13:38.579 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.579 INFO kablam! Oct 13 13:13:38.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.579 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.579 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.580 INFO kablam! ... Oct 13 13:13:38.580 INFO kablam! 770 | rt_alloc_layout_checked!(rt_primes_257bytes_1align_alloc_layout_checked, 257, 1); Oct 13 13:13:38.580 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! Oct 13 13:13:38.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.580 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.580 INFO kablam! | ^^^^^ Oct 13 13:13:38.580 INFO kablam! ... Oct 13 13:13:38.580 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 13 13:13:38.580 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! Oct 13 13:13:38.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.580 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.580 INFO kablam! | Oct 13 13:13:38.580 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.580 INFO kablam! ... Oct 13 13:13:38.581 INFO kablam! 783 | rt_alloc_layout_checked!(rt_primes_509bytes_1align_alloc_layout_checked, 509, 1); Oct 13 13:13:38.581 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! Oct 13 13:13:38.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.581 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.581 INFO kablam! | ^^^^^ Oct 13 13:13:38.581 INFO kablam! ... Oct 13 13:13:38.581 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 13 13:13:38.581 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! Oct 13 13:13:38.581 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.581 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.581 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.581 INFO kablam! ... Oct 13 13:13:38.581 INFO kablam! 796 | rt_alloc_layout_checked!(rt_primes_1021bytes_1align_alloc_layout_checked, 1021, 1); Oct 13 13:13:38.581 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.581 INFO kablam! | Oct 13 13:13:38.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.582 INFO kablam! | Oct 13 13:13:38.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.582 INFO kablam! | Oct 13 13:13:38.582 INFO kablam! Oct 13 13:13:38.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.585 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.585 INFO kablam! | Oct 13 13:13:38.585 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.585 INFO kablam! | ^^^^^ Oct 13 13:13:38.585 INFO kablam! ... Oct 13 13:13:38.586 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 13 13:13:38.586 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! Oct 13 13:13:38.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.586 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.586 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.586 INFO kablam! ... Oct 13 13:13:38.586 INFO kablam! 809 | rt_alloc_layout_checked!(rt_primes_2039bytes_1align_alloc_layout_checked, 2039, 1); Oct 13 13:13:38.586 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! Oct 13 13:13:38.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.586 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.586 INFO kablam! | ^^^^^ Oct 13 13:13:38.586 INFO kablam! ... Oct 13 13:13:38.586 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 13 13:13:38.586 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! Oct 13 13:13:38.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.586 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.586 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.586 INFO kablam! ... Oct 13 13:13:38.586 INFO kablam! 822 | rt_alloc_layout_checked!(rt_primes_4093bytes_1align_alloc_layout_checked, 4093, 1); Oct 13 13:13:38.586 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! Oct 13 13:13:38.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.586 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.586 INFO kablam! | ^^^^^ Oct 13 13:13:38.586 INFO kablam! ... Oct 13 13:13:38.586 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 13 13:13:38.586 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.586 INFO kablam! | Oct 13 13:13:38.586 INFO kablam! Oct 13 13:13:38.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.589 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.589 INFO kablam! ... Oct 13 13:13:38.589 INFO kablam! 835 | rt_alloc_layout_checked!(rt_primes_8191bytes_1align_alloc_layout_checked, 8191, 1); Oct 13 13:13:38.589 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! Oct 13 13:13:38.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.589 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.589 INFO kablam! | ^^^^^ Oct 13 13:13:38.589 INFO kablam! ... Oct 13 13:13:38.589 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 13 13:13:38.589 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.589 INFO kablam! | Oct 13 13:13:38.589 INFO kablam! Oct 13 13:13:38.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.589 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.590 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.590 INFO kablam! ... Oct 13 13:13:38.590 INFO kablam! 848 | rt_alloc_layout_checked!(rt_primes_16381bytes_1align_alloc_layout_checked, 16381, 1); Oct 13 13:13:38.590 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! Oct 13 13:13:38.590 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.590 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.590 INFO kablam! | ^^^^^ Oct 13 13:13:38.590 INFO kablam! ... Oct 13 13:13:38.590 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 13 13:13:38.590 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.590 INFO kablam! | Oct 13 13:13:38.590 INFO kablam! Oct 13 13:13:38.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.593 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.593 INFO kablam! ... Oct 13 13:13:38.593 INFO kablam! 861 | rt_alloc_layout_checked!(rt_primes_32749bytes_1align_alloc_layout_checked, 32749, 1); Oct 13 13:13:38.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! Oct 13 13:13:38.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.593 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.593 INFO kablam! | ^^^^^ Oct 13 13:13:38.593 INFO kablam! ... Oct 13 13:13:38.593 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 13 13:13:38.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! Oct 13 13:13:38.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.593 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.593 INFO kablam! ... Oct 13 13:13:38.593 INFO kablam! 874 | rt_alloc_layout_checked!(rt_primes_65537bytes_1align_alloc_layout_checked, 65537, 1); Oct 13 13:13:38.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! Oct 13 13:13:38.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.593 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.593 INFO kablam! | ^^^^^ Oct 13 13:13:38.593 INFO kablam! ... Oct 13 13:13:38.593 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 13 13:13:38.593 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.593 INFO kablam! | Oct 13 13:13:38.593 INFO kablam! Oct 13 13:13:38.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.594 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.594 INFO kablam! | Oct 13 13:13:38.594 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.594 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.594 INFO kablam! ... Oct 13 13:13:38.595 INFO kablam! 887 | rt_alloc_layout_checked!(rt_primes_131071bytes_1align_alloc_layout_checked, 131071, 1); Oct 13 13:13:38.595 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.595 INFO kablam! | Oct 13 13:13:38.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.595 INFO kablam! | Oct 13 13:13:38.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.595 INFO kablam! | Oct 13 13:13:38.595 INFO kablam! Oct 13 13:13:38.595 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.595 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.595 INFO kablam! | Oct 13 13:13:38.595 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.595 INFO kablam! | ^^^^^ Oct 13 13:13:38.595 INFO kablam! ... Oct 13 13:13:38.595 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 13 13:13:38.595 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.595 INFO kablam! | Oct 13 13:13:38.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.595 INFO kablam! | Oct 13 13:13:38.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.595 INFO kablam! | Oct 13 13:13:38.595 INFO kablam! Oct 13 13:13:38.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.596 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.596 INFO kablam! | Oct 13 13:13:38.596 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.596 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.596 INFO kablam! ... Oct 13 13:13:38.596 INFO kablam! 900 | rt_alloc_layout_checked!(rt_primes_4194301bytes_1align_alloc_layout_checked, 4194301, 1); Oct 13 13:13:38.596 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.596 INFO kablam! | Oct 13 13:13:38.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.596 INFO kablam! | Oct 13 13:13:38.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.596 INFO kablam! | Oct 13 13:13:38.596 INFO kablam! Oct 13 13:13:38.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.602 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.602 INFO kablam! | Oct 13 13:13:38.602 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.603 INFO kablam! | ^^^^^ Oct 13 13:13:38.603 INFO kablam! ... Oct 13 13:13:38.603 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 13 13:13:38.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! Oct 13 13:13:38.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.603 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.603 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.603 INFO kablam! ... Oct 13 13:13:38.603 INFO kablam! 916 | rt_alloc_layout_checked!(rt_pow2_1bytes_2align_alloc_layout_checked, 1, 2); Oct 13 13:13:38.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! Oct 13 13:13:38.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.603 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.603 INFO kablam! | ^^^^^ Oct 13 13:13:38.603 INFO kablam! ... Oct 13 13:13:38.603 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 13 13:13:38.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! Oct 13 13:13:38.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.603 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.603 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.603 INFO kablam! ... Oct 13 13:13:38.603 INFO kablam! 929 | rt_alloc_layout_checked!(rt_pow2_2bytes_2align_alloc_layout_checked, 2, 2); Oct 13 13:13:38.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! Oct 13 13:13:38.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.603 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.603 INFO kablam! | ^^^^^ Oct 13 13:13:38.603 INFO kablam! ... Oct 13 13:13:38.603 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 13 13:13:38.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! Oct 13 13:13:38.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.603 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.603 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.603 INFO kablam! ... Oct 13 13:13:38.603 INFO kablam! 942 | rt_alloc_layout_checked!(rt_pow2_4bytes_2align_alloc_layout_checked, 4, 2); Oct 13 13:13:38.603 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.603 INFO kablam! | Oct 13 13:13:38.603 INFO kablam! Oct 13 13:13:38.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.611 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.611 INFO kablam! | ^^^^^ Oct 13 13:13:38.611 INFO kablam! ... Oct 13 13:13:38.611 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 13 13:13:38.611 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! Oct 13 13:13:38.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.611 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.611 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.611 INFO kablam! ... Oct 13 13:13:38.611 INFO kablam! 955 | rt_alloc_layout_checked!(rt_pow2_8bytes_2align_alloc_layout_checked, 8, 2); Oct 13 13:13:38.611 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! Oct 13 13:13:38.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.611 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.611 INFO kablam! | Oct 13 13:13:38.611 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.612 INFO kablam! | ^^^^^ Oct 13 13:13:38.612 INFO kablam! ... Oct 13 13:13:38.612 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 13 13:13:38.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! Oct 13 13:13:38.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.612 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.612 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.612 INFO kablam! ... Oct 13 13:13:38.612 INFO kablam! 968 | rt_alloc_layout_checked!(rt_pow2_16bytes_2align_alloc_layout_checked, 16, 2); Oct 13 13:13:38.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! Oct 13 13:13:38.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.612 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.612 INFO kablam! | ^^^^^ Oct 13 13:13:38.612 INFO kablam! ... Oct 13 13:13:38.612 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 13 13:13:38.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! Oct 13 13:13:38.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.612 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.612 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.612 INFO kablam! ... Oct 13 13:13:38.612 INFO kablam! 981 | rt_alloc_layout_checked!(rt_pow2_32bytes_2align_alloc_layout_checked, 32, 2); Oct 13 13:13:38.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! Oct 13 13:13:38.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.612 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.612 INFO kablam! | ^^^^^ Oct 13 13:13:38.612 INFO kablam! ... Oct 13 13:13:38.612 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 13 13:13:38.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! Oct 13 13:13:38.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.612 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.612 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.612 INFO kablam! ... Oct 13 13:13:38.612 INFO kablam! 994 | rt_alloc_layout_checked!(rt_pow2_64bytes_2align_alloc_layout_checked, 64, 2); Oct 13 13:13:38.612 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.612 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! Oct 13 13:13:38.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.613 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.613 INFO kablam! | ^^^^^ Oct 13 13:13:38.613 INFO kablam! ... Oct 13 13:13:38.613 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 13 13:13:38.613 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! Oct 13 13:13:38.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.613 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.613 INFO kablam! ... Oct 13 13:13:38.613 INFO kablam! 1007 | rt_alloc_layout_checked!(rt_pow2_128bytes_2align_alloc_layout_checked, 128, 2); Oct 13 13:13:38.613 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.613 INFO kablam! | Oct 13 13:13:38.613 INFO kablam! Oct 13 13:13:38.614 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.614 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.614 INFO kablam! | ^^^^^ Oct 13 13:13:38.614 INFO kablam! ... Oct 13 13:13:38.614 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 13 13:13:38.614 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.614 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.614 INFO kablam! | Oct 13 13:13:38.614 INFO kablam! Oct 13 13:13:38.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.616 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.616 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.616 INFO kablam! ... Oct 13 13:13:38.616 INFO kablam! 1020 | rt_alloc_layout_checked!(rt_pow2_256bytes_2align_alloc_layout_checked, 256, 2); Oct 13 13:13:38.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! Oct 13 13:13:38.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.616 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.616 INFO kablam! | ^^^^^ Oct 13 13:13:38.616 INFO kablam! ... Oct 13 13:13:38.616 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 13 13:13:38.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! Oct 13 13:13:38.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.616 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.616 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.616 INFO kablam! ... Oct 13 13:13:38.616 INFO kablam! 1033 | rt_alloc_layout_checked!(rt_pow2_512bytes_2align_alloc_layout_checked, 512, 2); Oct 13 13:13:38.616 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.616 INFO kablam! | Oct 13 13:13:38.616 INFO kablam! Oct 13 13:13:38.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.618 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.618 INFO kablam! | ^^^^^ Oct 13 13:13:38.618 INFO kablam! ... Oct 13 13:13:38.618 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 13 13:13:38.618 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! Oct 13 13:13:38.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.618 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.618 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.618 INFO kablam! ... Oct 13 13:13:38.618 INFO kablam! 1046 | rt_alloc_layout_checked!(rt_pow2_1024bytes_2align_alloc_layout_checked, 1024, 2); Oct 13 13:13:38.618 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.618 INFO kablam! | Oct 13 13:13:38.618 INFO kablam! Oct 13 13:13:38.619 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.619 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.619 INFO kablam! | Oct 13 13:13:38.619 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.619 INFO kablam! | ^^^^^ Oct 13 13:13:38.619 INFO kablam! ... Oct 13 13:13:38.619 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 13 13:13:38.619 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.619 INFO kablam! | Oct 13 13:13:38.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.619 INFO kablam! | Oct 13 13:13:38.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.619 INFO kablam! | Oct 13 13:13:38.619 INFO kablam! Oct 13 13:13:38.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.624 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.624 INFO kablam! | Oct 13 13:13:38.624 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.624 INFO kablam! ... Oct 13 13:13:38.624 INFO kablam! 1059 | rt_alloc_layout_checked!(rt_pow2_2048bytes_2align_alloc_layout_checked, 2048, 2); Oct 13 13:13:38.624 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.624 INFO kablam! | Oct 13 13:13:38.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.624 INFO kablam! | Oct 13 13:13:38.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.624 INFO kablam! | Oct 13 13:13:38.624 INFO kablam! Oct 13 13:13:38.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.624 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.624 INFO kablam! | Oct 13 13:13:38.624 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.624 INFO kablam! | ^^^^^ Oct 13 13:13:38.624 INFO kablam! ... Oct 13 13:13:38.624 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 13 13:13:38.624 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.624 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! Oct 13 13:13:38.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.625 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.625 INFO kablam! ... Oct 13 13:13:38.625 INFO kablam! 1072 | rt_alloc_layout_checked!(rt_pow2_4096bytes_2align_alloc_layout_checked, 4096, 2); Oct 13 13:13:38.625 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! Oct 13 13:13:38.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.625 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.625 INFO kablam! | ^^^^^ Oct 13 13:13:38.625 INFO kablam! ... Oct 13 13:13:38.625 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 13 13:13:38.625 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! Oct 13 13:13:38.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.625 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.625 INFO kablam! ... Oct 13 13:13:38.625 INFO kablam! 1085 | rt_alloc_layout_checked!(rt_pow2_8192bytes_2align_alloc_layout_checked, 8192, 2); Oct 13 13:13:38.625 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.625 INFO kablam! | Oct 13 13:13:38.625 INFO kablam! Oct 13 13:13:38.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.627 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.627 INFO kablam! | Oct 13 13:13:38.627 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.627 INFO kablam! | ^^^^^ Oct 13 13:13:38.627 INFO kablam! ... Oct 13 13:13:38.627 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 13 13:13:38.627 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.627 INFO kablam! | Oct 13 13:13:38.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.627 INFO kablam! | Oct 13 13:13:38.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.627 INFO kablam! | Oct 13 13:13:38.627 INFO kablam! Oct 13 13:13:38.627 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.627 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.627 INFO kablam! | Oct 13 13:13:38.627 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.628 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.628 INFO kablam! ... Oct 13 13:13:38.628 INFO kablam! 1098 | rt_alloc_layout_checked!(rt_pow2_16384bytes_2align_alloc_layout_checked, 16384, 2); Oct 13 13:13:38.628 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! Oct 13 13:13:38.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.628 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.628 INFO kablam! | ^^^^^ Oct 13 13:13:38.628 INFO kablam! ... Oct 13 13:13:38.628 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 13 13:13:38.628 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.628 INFO kablam! | Oct 13 13:13:38.628 INFO kablam! Oct 13 13:13:38.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.629 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.629 INFO kablam! | Oct 13 13:13:38.629 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.629 INFO kablam! ... Oct 13 13:13:38.629 INFO kablam! 1111 | rt_alloc_layout_checked!(rt_pow2_32768bytes_2align_alloc_layout_checked, 32768, 2); Oct 13 13:13:38.629 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.629 INFO kablam! | Oct 13 13:13:38.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.629 INFO kablam! | Oct 13 13:13:38.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.629 INFO kablam! | Oct 13 13:13:38.629 INFO kablam! Oct 13 13:13:38.630 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.630 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.630 INFO kablam! | Oct 13 13:13:38.630 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.630 INFO kablam! | ^^^^^ Oct 13 13:13:38.630 INFO kablam! ... Oct 13 13:13:38.630 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 13 13:13:38.630 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.630 INFO kablam! | Oct 13 13:13:38.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.630 INFO kablam! | Oct 13 13:13:38.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.630 INFO kablam! | Oct 13 13:13:38.630 INFO kablam! Oct 13 13:13:38.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.632 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.632 INFO kablam! | Oct 13 13:13:38.632 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.632 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.632 INFO kablam! ... Oct 13 13:13:38.632 INFO kablam! 1124 | rt_alloc_layout_checked!(rt_pow2_65536bytes_2align_alloc_layout_checked, 65536, 2); Oct 13 13:13:38.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.632 INFO kablam! | Oct 13 13:13:38.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.632 INFO kablam! | Oct 13 13:13:38.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.632 INFO kablam! | Oct 13 13:13:38.632 INFO kablam! Oct 13 13:13:38.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.632 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.632 INFO kablam! | Oct 13 13:13:38.632 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.633 INFO kablam! | ^^^^^ Oct 13 13:13:38.633 INFO kablam! ... Oct 13 13:13:38.633 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 13 13:13:38.633 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.633 INFO kablam! | Oct 13 13:13:38.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.633 INFO kablam! | Oct 13 13:13:38.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.633 INFO kablam! | Oct 13 13:13:38.633 INFO kablam! Oct 13 13:13:38.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.635 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.635 INFO kablam! | Oct 13 13:13:38.635 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.635 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.635 INFO kablam! ... Oct 13 13:13:38.635 INFO kablam! 1137 | rt_alloc_layout_checked!(rt_pow2_131072bytes_2align_alloc_layout_checked, 131072, 2); Oct 13 13:13:38.635 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.635 INFO kablam! | Oct 13 13:13:38.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.636 INFO kablam! | Oct 13 13:13:38.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.636 INFO kablam! | Oct 13 13:13:38.636 INFO kablam! Oct 13 13:13:38.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.637 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.637 INFO kablam! | ^^^^^ Oct 13 13:13:38.637 INFO kablam! ... Oct 13 13:13:38.637 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 13 13:13:38.637 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.637 INFO kablam! | Oct 13 13:13:38.637 INFO kablam! Oct 13 13:13:38.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.638 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.638 INFO kablam! | Oct 13 13:13:38.638 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.638 INFO kablam! ... Oct 13 13:13:38.638 INFO kablam! 1150 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_2align_alloc_layout_checked, 4194304, 2); Oct 13 13:13:38.638 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.638 INFO kablam! | Oct 13 13:13:38.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.638 INFO kablam! | Oct 13 13:13:38.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.638 INFO kablam! | Oct 13 13:13:38.638 INFO kablam! Oct 13 13:13:38.640 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.640 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.640 INFO kablam! | Oct 13 13:13:38.640 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.640 INFO kablam! | ^^^^^ Oct 13 13:13:38.640 INFO kablam! ... Oct 13 13:13:38.640 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 13 13:13:38.640 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! Oct 13 13:13:38.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.641 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.641 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.641 INFO kablam! ... Oct 13 13:13:38.641 INFO kablam! 1164 | rt_alloc_layout_checked!(rt_even_10bytes_2align_alloc_layout_checked, 10, 2); Oct 13 13:13:38.641 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! Oct 13 13:13:38.641 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.641 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.641 INFO kablam! | ^^^^^ Oct 13 13:13:38.641 INFO kablam! ... Oct 13 13:13:38.641 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 13 13:13:38.641 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.641 INFO kablam! | Oct 13 13:13:38.641 INFO kablam! Oct 13 13:13:38.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.644 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.644 INFO kablam! | Oct 13 13:13:38.644 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.644 INFO kablam! ... Oct 13 13:13:38.644 INFO kablam! 1177 | rt_alloc_layout_checked!(rt_even_100bytes_2align_alloc_layout_checked, 100, 2); Oct 13 13:13:38.644 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.644 INFO kablam! | Oct 13 13:13:38.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.644 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! Oct 13 13:13:38.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.645 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.645 INFO kablam! | ^^^^^ Oct 13 13:13:38.645 INFO kablam! ... Oct 13 13:13:38.645 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 13 13:13:38.645 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! Oct 13 13:13:38.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.645 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.645 INFO kablam! ... Oct 13 13:13:38.645 INFO kablam! 1190 | rt_alloc_layout_checked!(rt_even_1000bytes_2align_alloc_layout_checked, 1000, 2); Oct 13 13:13:38.645 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.645 INFO kablam! | Oct 13 13:13:38.645 INFO kablam! Oct 13 13:13:38.646 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.646 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.646 INFO kablam! | Oct 13 13:13:38.646 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.646 INFO kablam! | ^^^^^ Oct 13 13:13:38.646 INFO kablam! ... Oct 13 13:13:38.646 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 13 13:13:38.646 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.646 INFO kablam! | Oct 13 13:13:38.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.646 INFO kablam! | Oct 13 13:13:38.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.647 INFO kablam! | Oct 13 13:13:38.647 INFO kablam! Oct 13 13:13:38.647 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.647 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.647 INFO kablam! | Oct 13 13:13:38.647 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.647 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.647 INFO kablam! ... Oct 13 13:13:38.647 INFO kablam! 1203 | rt_alloc_layout_checked!(rt_even_10000bytes_2align_alloc_layout_checked, 10000, 2); Oct 13 13:13:38.647 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.647 INFO kablam! | Oct 13 13:13:38.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.647 INFO kablam! | Oct 13 13:13:38.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.647 INFO kablam! | Oct 13 13:13:38.647 INFO kablam! Oct 13 13:13:38.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.649 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.649 INFO kablam! | ^^^^^ Oct 13 13:13:38.649 INFO kablam! ... Oct 13 13:13:38.649 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 13 13:13:38.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! Oct 13 13:13:38.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.649 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.649 INFO kablam! ... Oct 13 13:13:38.649 INFO kablam! 1216 | rt_alloc_layout_checked!(rt_even_100000bytes_2align_alloc_layout_checked, 100000, 2); Oct 13 13:13:38.649 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.649 INFO kablam! | Oct 13 13:13:38.649 INFO kablam! Oct 13 13:13:38.650 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.650 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.650 INFO kablam! | Oct 13 13:13:38.650 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.650 INFO kablam! | ^^^^^ Oct 13 13:13:38.650 INFO kablam! ... Oct 13 13:13:38.650 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 13 13:13:38.650 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.650 INFO kablam! | Oct 13 13:13:38.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.650 INFO kablam! | Oct 13 13:13:38.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.650 INFO kablam! | Oct 13 13:13:38.650 INFO kablam! Oct 13 13:13:38.651 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.651 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.651 INFO kablam! | Oct 13 13:13:38.651 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.651 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.651 INFO kablam! ... Oct 13 13:13:38.651 INFO kablam! 1229 | rt_alloc_layout_checked!(rt_even_1000000bytes_2align_alloc_layout_checked, 1000000, 2); Oct 13 13:13:38.651 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.651 INFO kablam! | Oct 13 13:13:38.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.651 INFO kablam! | Oct 13 13:13:38.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.651 INFO kablam! | Oct 13 13:13:38.651 INFO kablam! Oct 13 13:13:38.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.657 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.657 INFO kablam! | ^^^^^ Oct 13 13:13:38.657 INFO kablam! ... Oct 13 13:13:38.657 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 13 13:13:38.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! Oct 13 13:13:38.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.657 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.657 INFO kablam! ... Oct 13 13:13:38.657 INFO kablam! 1243 | rt_alloc_layout_checked!(rt_odd_10bytes_2align_alloc_layout_checked, 10- 1, 2); Oct 13 13:13:38.657 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! Oct 13 13:13:38.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.657 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.657 INFO kablam! | ^^^^^ Oct 13 13:13:38.657 INFO kablam! ... Oct 13 13:13:38.657 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 13 13:13:38.657 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! Oct 13 13:13:38.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.657 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.657 INFO kablam! ... Oct 13 13:13:38.657 INFO kablam! 1256 | rt_alloc_layout_checked!(rt_odd_100bytes_2align_alloc_layout_checked, 100- 1, 2); Oct 13 13:13:38.657 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! Oct 13 13:13:38.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.657 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.657 INFO kablam! | ^^^^^ Oct 13 13:13:38.657 INFO kablam! ... Oct 13 13:13:38.657 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 13 13:13:38.657 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.657 INFO kablam! | Oct 13 13:13:38.657 INFO kablam! Oct 13 13:13:38.658 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.658 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.658 INFO kablam! | Oct 13 13:13:38.658 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.658 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.658 INFO kablam! ... Oct 13 13:13:38.658 INFO kablam! 1269 | rt_alloc_layout_checked!(rt_odd_1000bytes_2align_alloc_layout_checked, 1000- 1, 2); Oct 13 13:13:38.658 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.658 INFO kablam! | Oct 13 13:13:38.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.658 INFO kablam! | Oct 13 13:13:38.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.658 INFO kablam! | Oct 13 13:13:38.658 INFO kablam! Oct 13 13:13:38.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.665 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.665 INFO kablam! | ^^^^^ Oct 13 13:13:38.665 INFO kablam! ... Oct 13 13:13:38.665 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 13 13:13:38.665 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! Oct 13 13:13:38.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.665 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.665 INFO kablam! ... Oct 13 13:13:38.665 INFO kablam! 1282 | rt_alloc_layout_checked!(rt_odd_10000bytes_2align_alloc_layout_checked, 10000- 1, 2); Oct 13 13:13:38.665 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! Oct 13 13:13:38.665 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.665 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.665 INFO kablam! | ^^^^^ Oct 13 13:13:38.665 INFO kablam! ... Oct 13 13:13:38.665 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 13 13:13:38.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! Oct 13 13:13:38.665 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.665 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.665 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.665 INFO kablam! ... Oct 13 13:13:38.665 INFO kablam! 1295 | rt_alloc_layout_checked!(rt_odd_100000bytes_2align_alloc_layout_checked, 100000- 1, 2); Oct 13 13:13:38.665 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.665 INFO kablam! | Oct 13 13:13:38.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! Oct 13 13:13:38.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.666 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.666 INFO kablam! | ^^^^^ Oct 13 13:13:38.666 INFO kablam! ... Oct 13 13:13:38.666 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 13 13:13:38.666 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! Oct 13 13:13:38.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.666 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.666 INFO kablam! ... Oct 13 13:13:38.666 INFO kablam! 1308 | rt_alloc_layout_checked!(rt_odd_1000000bytes_2align_alloc_layout_checked, 1000000- 1, 2); Oct 13 13:13:38.666 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.666 INFO kablam! | Oct 13 13:13:38.666 INFO kablam! Oct 13 13:13:38.669 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.669 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.669 INFO kablam! | ^^^^^ Oct 13 13:13:38.669 INFO kablam! ... Oct 13 13:13:38.669 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 13 13:13:38.669 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! Oct 13 13:13:38.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.669 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.669 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.669 INFO kablam! ... Oct 13 13:13:38.669 INFO kablam! 1322 | rt_alloc_layout_checked!(rt_primes_3bytes_2align_alloc_layout_checked, 3, 2); Oct 13 13:13:38.669 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.669 INFO kablam! | Oct 13 13:13:38.669 INFO kablam! Oct 13 13:13:38.670 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.670 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.670 INFO kablam! | Oct 13 13:13:38.670 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.670 INFO kablam! | ^^^^^ Oct 13 13:13:38.670 INFO kablam! ... Oct 13 13:13:38.670 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 13 13:13:38.670 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.670 INFO kablam! | Oct 13 13:13:38.670 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.670 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.670 INFO kablam! | Oct 13 13:13:38.670 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.670 INFO kablam! | Oct 13 13:13:38.670 INFO kablam! Oct 13 13:13:38.674 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.674 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.674 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.674 INFO kablam! ... Oct 13 13:13:38.674 INFO kablam! 1335 | rt_alloc_layout_checked!(rt_primes_7bytes_2align_alloc_layout_checked, 7, 2); Oct 13 13:13:38.674 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! Oct 13 13:13:38.674 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.674 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.674 INFO kablam! | ^^^^^ Oct 13 13:13:38.674 INFO kablam! ... Oct 13 13:13:38.674 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 13 13:13:38.674 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! Oct 13 13:13:38.674 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.674 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.674 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.674 INFO kablam! ... Oct 13 13:13:38.674 INFO kablam! 1348 | rt_alloc_layout_checked!(rt_primes_13bytes_2align_alloc_layout_checked, 13, 2); Oct 13 13:13:38.674 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! Oct 13 13:13:38.674 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.674 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.674 INFO kablam! | ^^^^^ Oct 13 13:13:38.674 INFO kablam! ... Oct 13 13:13:38.674 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 13 13:13:38.674 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.674 INFO kablam! | Oct 13 13:13:38.674 INFO kablam! Oct 13 13:13:38.678 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.678 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.678 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.678 INFO kablam! ... Oct 13 13:13:38.678 INFO kablam! 1361 | rt_alloc_layout_checked!(rt_primes_17bytes_2align_alloc_layout_checked, 17, 2); Oct 13 13:13:38.678 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! Oct 13 13:13:38.678 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.678 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.678 INFO kablam! | ^^^^^ Oct 13 13:13:38.678 INFO kablam! ... Oct 13 13:13:38.678 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 13 13:13:38.678 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.678 INFO kablam! | Oct 13 13:13:38.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! Oct 13 13:13:38.679 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.679 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.679 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.679 INFO kablam! ... Oct 13 13:13:38.679 INFO kablam! 1374 | rt_alloc_layout_checked!(rt_primes_31bytes_2align_alloc_layout_checked, 31, 2); Oct 13 13:13:38.679 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! Oct 13 13:13:38.679 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.679 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.679 INFO kablam! | ^^^^^ Oct 13 13:13:38.679 INFO kablam! ... Oct 13 13:13:38.679 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 13 13:13:38.679 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! Oct 13 13:13:38.679 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.679 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.679 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.679 INFO kablam! ... Oct 13 13:13:38.679 INFO kablam! 1387 | rt_alloc_layout_checked!(rt_primes_61bytes_2align_alloc_layout_checked, 61, 2); Oct 13 13:13:38.679 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.679 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.679 INFO kablam! | Oct 13 13:13:38.679 INFO kablam! Oct 13 13:13:38.680 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.680 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.680 INFO kablam! | ^^^^^ Oct 13 13:13:38.680 INFO kablam! ... Oct 13 13:13:38.680 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 13 13:13:38.680 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.680 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! Oct 13 13:13:38.680 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.680 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.680 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.680 INFO kablam! ... Oct 13 13:13:38.680 INFO kablam! 1400 | rt_alloc_layout_checked!(rt_primes_96bytes_2align_alloc_layout_checked, 96, 2); Oct 13 13:13:38.680 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.680 INFO kablam! | Oct 13 13:13:38.680 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! Oct 13 13:13:38.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.689 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.689 INFO kablam! | ^^^^^ Oct 13 13:13:38.689 INFO kablam! ... Oct 13 13:13:38.689 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 13 13:13:38.689 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! Oct 13 13:13:38.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.689 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.689 INFO kablam! ... Oct 13 13:13:38.689 INFO kablam! 1413 | rt_alloc_layout_checked!(rt_primes_127bytes_2align_alloc_layout_checked, 127, 2); Oct 13 13:13:38.689 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! Oct 13 13:13:38.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.689 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.689 INFO kablam! | ^^^^^ Oct 13 13:13:38.689 INFO kablam! ... Oct 13 13:13:38.689 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 13 13:13:38.689 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! Oct 13 13:13:38.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.689 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.689 INFO kablam! | Oct 13 13:13:38.689 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.690 INFO kablam! ... Oct 13 13:13:38.690 INFO kablam! 1426 | rt_alloc_layout_checked!(rt_primes_257bytes_2align_alloc_layout_checked, 257, 2); Oct 13 13:13:38.690 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! Oct 13 13:13:38.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.690 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.690 INFO kablam! | ^^^^^ Oct 13 13:13:38.690 INFO kablam! ... Oct 13 13:13:38.690 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 13 13:13:38.690 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! Oct 13 13:13:38.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.690 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.690 INFO kablam! ... Oct 13 13:13:38.690 INFO kablam! 1439 | rt_alloc_layout_checked!(rt_primes_509bytes_2align_alloc_layout_checked, 509, 2); Oct 13 13:13:38.690 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! Oct 13 13:13:38.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.690 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.690 INFO kablam! | ^^^^^ Oct 13 13:13:38.690 INFO kablam! ... Oct 13 13:13:38.690 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 13 13:13:38.690 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! Oct 13 13:13:38.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.690 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.690 INFO kablam! ... Oct 13 13:13:38.690 INFO kablam! 1452 | rt_alloc_layout_checked!(rt_primes_1021bytes_2align_alloc_layout_checked, 1021, 2); Oct 13 13:13:38.690 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.690 INFO kablam! | Oct 13 13:13:38.690 INFO kablam! Oct 13 13:13:38.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.693 INFO kablam! | ^^^^^ Oct 13 13:13:38.693 INFO kablam! ... Oct 13 13:13:38.693 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 13 13:13:38.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! Oct 13 13:13:38.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.693 INFO kablam! ... Oct 13 13:13:38.693 INFO kablam! 1465 | rt_alloc_layout_checked!(rt_primes_2039bytes_2align_alloc_layout_checked, 2039, 2); Oct 13 13:13:38.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! Oct 13 13:13:38.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.693 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.693 INFO kablam! | ^^^^^ Oct 13 13:13:38.693 INFO kablam! ... Oct 13 13:13:38.693 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 13 13:13:38.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! Oct 13 13:13:38.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.693 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.693 INFO kablam! ... Oct 13 13:13:38.693 INFO kablam! 1478 | rt_alloc_layout_checked!(rt_primes_4093bytes_2align_alloc_layout_checked, 4093, 2); Oct 13 13:13:38.693 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.693 INFO kablam! | Oct 13 13:13:38.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.694 INFO kablam! | Oct 13 13:13:38.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.694 INFO kablam! | Oct 13 13:13:38.694 INFO kablam! Oct 13 13:13:38.700 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.700 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.701 INFO kablam! | ^^^^^ Oct 13 13:13:38.701 INFO kablam! ... Oct 13 13:13:38.701 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 13 13:13:38.701 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! Oct 13 13:13:38.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.701 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.701 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.701 INFO kablam! ... Oct 13 13:13:38.701 INFO kablam! 1491 | rt_alloc_layout_checked!(rt_primes_8191bytes_2align_alloc_layout_checked, 8191, 2); Oct 13 13:13:38.701 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! Oct 13 13:13:38.701 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.701 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.701 INFO kablam! | ^^^^^ Oct 13 13:13:38.701 INFO kablam! ... Oct 13 13:13:38.701 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 13 13:13:38.701 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! Oct 13 13:13:38.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.701 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.701 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.701 INFO kablam! ... Oct 13 13:13:38.701 INFO kablam! 1504 | rt_alloc_layout_checked!(rt_primes_16381bytes_2align_alloc_layout_checked, 16381, 2); Oct 13 13:13:38.701 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! Oct 13 13:13:38.701 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.701 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.701 INFO kablam! | ^^^^^ Oct 13 13:13:38.701 INFO kablam! ... Oct 13 13:13:38.701 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 13 13:13:38.701 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! Oct 13 13:13:38.701 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.701 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.701 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.701 INFO kablam! ... Oct 13 13:13:38.701 INFO kablam! 1517 | rt_alloc_layout_checked!(rt_primes_32749bytes_2align_alloc_layout_checked, 32749, 2); Oct 13 13:13:38.701 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.701 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.701 INFO kablam! | Oct 13 13:13:38.701 INFO kablam! Oct 13 13:13:38.701 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.702 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.702 INFO kablam! | Oct 13 13:13:38.702 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.702 INFO kablam! | ^^^^^ Oct 13 13:13:38.702 INFO kablam! ... Oct 13 13:13:38.702 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 13 13:13:38.702 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.702 INFO kablam! | Oct 13 13:13:38.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.702 INFO kablam! | Oct 13 13:13:38.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.702 INFO kablam! | Oct 13 13:13:38.702 INFO kablam! Oct 13 13:13:38.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.702 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.702 INFO kablam! | Oct 13 13:13:38.702 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.702 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.702 INFO kablam! ... Oct 13 13:13:38.702 INFO kablam! 1530 | rt_alloc_layout_checked!(rt_primes_65537bytes_2align_alloc_layout_checked, 65537, 2); Oct 13 13:13:38.702 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! Oct 13 13:13:38.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.705 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.705 INFO kablam! | ^^^^^ Oct 13 13:13:38.705 INFO kablam! ... Oct 13 13:13:38.705 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 13 13:13:38.705 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! Oct 13 13:13:38.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.705 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.705 INFO kablam! ... Oct 13 13:13:38.705 INFO kablam! 1543 | rt_alloc_layout_checked!(rt_primes_131071bytes_2align_alloc_layout_checked, 131071, 2); Oct 13 13:13:38.705 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.705 INFO kablam! | Oct 13 13:13:38.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.706 INFO kablam! | Oct 13 13:13:38.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.706 INFO kablam! | Oct 13 13:13:38.706 INFO kablam! Oct 13 13:13:38.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.706 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.706 INFO kablam! | Oct 13 13:13:38.706 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.706 INFO kablam! | ^^^^^ Oct 13 13:13:38.706 INFO kablam! ... Oct 13 13:13:38.706 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 13 13:13:38.706 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.706 INFO kablam! | Oct 13 13:13:38.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.706 INFO kablam! | Oct 13 13:13:38.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.706 INFO kablam! | Oct 13 13:13:38.706 INFO kablam! Oct 13 13:13:38.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.712 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.712 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.712 INFO kablam! ... Oct 13 13:13:38.712 INFO kablam! 1556 | rt_alloc_layout_checked!(rt_primes_4194301bytes_2align_alloc_layout_checked, 4194301, 2); Oct 13 13:13:38.712 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! Oct 13 13:13:38.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.712 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.712 INFO kablam! | ^^^^^ Oct 13 13:13:38.712 INFO kablam! ... Oct 13 13:13:38.712 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 13 13:13:38.712 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! Oct 13 13:13:38.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.712 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.712 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.712 INFO kablam! ... Oct 13 13:13:38.712 INFO kablam! 1572 | rt_alloc_layout_checked!(rt_pow2_1bytes_4align_alloc_layout_checked, 1, 4); Oct 13 13:13:38.712 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.712 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! Oct 13 13:13:38.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.713 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.713 INFO kablam! | ^^^^^ Oct 13 13:13:38.713 INFO kablam! ... Oct 13 13:13:38.713 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 13 13:13:38.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! Oct 13 13:13:38.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.713 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.713 INFO kablam! ... Oct 13 13:13:38.713 INFO kablam! 1585 | rt_alloc_layout_checked!(rt_pow2_2bytes_4align_alloc_layout_checked, 2, 4); Oct 13 13:13:38.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! Oct 13 13:13:38.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.713 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.713 INFO kablam! | ^^^^^ Oct 13 13:13:38.713 INFO kablam! ... Oct 13 13:13:38.713 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 13 13:13:38.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! Oct 13 13:13:38.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.713 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.713 INFO kablam! ... Oct 13 13:13:38.713 INFO kablam! 1598 | rt_alloc_layout_checked!(rt_pow2_4bytes_4align_alloc_layout_checked, 4, 4); Oct 13 13:13:38.713 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.713 INFO kablam! | Oct 13 13:13:38.713 INFO kablam! Oct 13 13:13:38.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.716 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.716 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.716 INFO kablam! | ^^^^^ Oct 13 13:13:38.716 INFO kablam! ... Oct 13 13:13:38.716 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 13 13:13:38.716 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.716 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! Oct 13 13:13:38.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.717 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.717 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.717 INFO kablam! ... Oct 13 13:13:38.717 INFO kablam! 1611 | rt_alloc_layout_checked!(rt_pow2_8bytes_4align_alloc_layout_checked, 8, 4); Oct 13 13:13:38.717 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.717 INFO kablam! | Oct 13 13:13:38.717 INFO kablam! Oct 13 13:13:38.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.718 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.718 INFO kablam! | Oct 13 13:13:38.718 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.718 INFO kablam! | ^^^^^ Oct 13 13:13:38.718 INFO kablam! ... Oct 13 13:13:38.718 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 13 13:13:38.718 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.718 INFO kablam! | Oct 13 13:13:38.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.718 INFO kablam! | Oct 13 13:13:38.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.718 INFO kablam! | Oct 13 13:13:38.718 INFO kablam! Oct 13 13:13:38.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.718 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.718 INFO kablam! | Oct 13 13:13:38.718 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.718 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.718 INFO kablam! ... Oct 13 13:13:38.718 INFO kablam! 1624 | rt_alloc_layout_checked!(rt_pow2_16bytes_4align_alloc_layout_checked, 16, 4); Oct 13 13:13:38.718 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.719 INFO kablam! | Oct 13 13:13:38.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.719 INFO kablam! | Oct 13 13:13:38.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.719 INFO kablam! | Oct 13 13:13:38.719 INFO kablam! Oct 13 13:13:38.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.722 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.722 INFO kablam! | ^^^^^ Oct 13 13:13:38.722 INFO kablam! ... Oct 13 13:13:38.722 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 13 13:13:38.722 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! Oct 13 13:13:38.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.722 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.722 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.722 INFO kablam! ... Oct 13 13:13:38.722 INFO kablam! 1637 | rt_alloc_layout_checked!(rt_pow2_32bytes_4align_alloc_layout_checked, 32, 4); Oct 13 13:13:38.722 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! Oct 13 13:13:38.722 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.722 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.722 INFO kablam! | ^^^^^ Oct 13 13:13:38.722 INFO kablam! ... Oct 13 13:13:38.722 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 13 13:13:38.722 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.722 INFO kablam! | Oct 13 13:13:38.722 INFO kablam! Oct 13 13:13:38.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.725 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.725 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.725 INFO kablam! ... Oct 13 13:13:38.725 INFO kablam! 1650 | rt_alloc_layout_checked!(rt_pow2_64bytes_4align_alloc_layout_checked, 64, 4); Oct 13 13:13:38.725 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! Oct 13 13:13:38.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.725 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.725 INFO kablam! | ^^^^^ Oct 13 13:13:38.725 INFO kablam! ... Oct 13 13:13:38.725 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 13 13:13:38.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.725 INFO kablam! | Oct 13 13:13:38.725 INFO kablam! Oct 13 13:13:38.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.728 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.728 INFO kablam! ... Oct 13 13:13:38.728 INFO kablam! 1663 | rt_alloc_layout_checked!(rt_pow2_128bytes_4align_alloc_layout_checked, 128, 4); Oct 13 13:13:38.728 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! Oct 13 13:13:38.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.728 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.728 INFO kablam! | ^^^^^ Oct 13 13:13:38.728 INFO kablam! ... Oct 13 13:13:38.728 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 13 13:13:38.728 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.728 INFO kablam! | Oct 13 13:13:38.728 INFO kablam! Oct 13 13:13:38.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.733 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.733 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.733 INFO kablam! ... Oct 13 13:13:38.733 INFO kablam! 1676 | rt_alloc_layout_checked!(rt_pow2_256bytes_4align_alloc_layout_checked, 256, 4); Oct 13 13:13:38.733 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! Oct 13 13:13:38.733 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.733 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.733 INFO kablam! | ^^^^^ Oct 13 13:13:38.733 INFO kablam! ... Oct 13 13:13:38.733 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 13 13:13:38.733 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! Oct 13 13:13:38.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.733 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.733 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.733 INFO kablam! ... Oct 13 13:13:38.733 INFO kablam! 1689 | rt_alloc_layout_checked!(rt_pow2_512bytes_4align_alloc_layout_checked, 512, 4); Oct 13 13:13:38.733 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! Oct 13 13:13:38.733 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.733 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.733 INFO kablam! | ^^^^^ Oct 13 13:13:38.733 INFO kablam! ... Oct 13 13:13:38.733 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 13 13:13:38.733 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! Oct 13 13:13:38.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.733 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.733 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.733 INFO kablam! ... Oct 13 13:13:38.733 INFO kablam! 1702 | rt_alloc_layout_checked!(rt_pow2_1024bytes_4align_alloc_layout_checked, 1024, 4); Oct 13 13:13:38.733 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.733 INFO kablam! | Oct 13 13:13:38.734 INFO kablam! Oct 13 13:13:38.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.737 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.737 INFO kablam! | ^^^^^ Oct 13 13:13:38.737 INFO kablam! ... Oct 13 13:13:38.737 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 13 13:13:38.737 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.737 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.738 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! Oct 13 13:13:38.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.738 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.738 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.738 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.738 INFO kablam! ... Oct 13 13:13:38.738 INFO kablam! 1715 | rt_alloc_layout_checked!(rt_pow2_2048bytes_4align_alloc_layout_checked, 2048, 4); Oct 13 13:13:38.738 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.738 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.738 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.738 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! Oct 13 13:13:38.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.738 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.738 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.738 INFO kablam! | ^^^^^ Oct 13 13:13:38.738 INFO kablam! ... Oct 13 13:13:38.738 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 13 13:13:38.738 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.738 INFO kablam! | Oct 13 13:13:38.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.740 INFO kablam! | Oct 13 13:13:38.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.740 INFO kablam! | Oct 13 13:13:38.740 INFO kablam! Oct 13 13:13:38.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.740 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.740 INFO kablam! | Oct 13 13:13:38.740 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.740 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.740 INFO kablam! ... Oct 13 13:13:38.740 INFO kablam! 1728 | rt_alloc_layout_checked!(rt_pow2_4096bytes_4align_alloc_layout_checked, 4096, 4); Oct 13 13:13:38.741 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.741 INFO kablam! | Oct 13 13:13:38.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.741 INFO kablam! | Oct 13 13:13:38.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.741 INFO kablam! | Oct 13 13:13:38.741 INFO kablam! Oct 13 13:13:38.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.743 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.743 INFO kablam! | Oct 13 13:13:38.743 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.743 INFO kablam! | ^^^^^ Oct 13 13:13:38.743 INFO kablam! ... Oct 13 13:13:38.743 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 13 13:13:38.743 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.743 INFO kablam! | Oct 13 13:13:38.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.743 INFO kablam! | Oct 13 13:13:38.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.743 INFO kablam! | Oct 13 13:13:38.743 INFO kablam! Oct 13 13:13:38.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.743 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.743 INFO kablam! | Oct 13 13:13:38.743 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.743 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.743 INFO kablam! ... Oct 13 13:13:38.743 INFO kablam! 1741 | rt_alloc_layout_checked!(rt_pow2_8192bytes_4align_alloc_layout_checked, 8192, 4); Oct 13 13:13:38.744 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.744 INFO kablam! | Oct 13 13:13:38.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.744 INFO kablam! | Oct 13 13:13:38.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.744 INFO kablam! | Oct 13 13:13:38.744 INFO kablam! Oct 13 13:13:38.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.746 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.746 INFO kablam! | ^^^^^ Oct 13 13:13:38.746 INFO kablam! ... Oct 13 13:13:38.746 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 13 13:13:38.746 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.746 INFO kablam! | Oct 13 13:13:38.746 INFO kablam! Oct 13 13:13:38.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.746 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.747 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.747 INFO kablam! ... Oct 13 13:13:38.747 INFO kablam! 1754 | rt_alloc_layout_checked!(rt_pow2_16384bytes_4align_alloc_layout_checked, 16384, 4); Oct 13 13:13:38.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! Oct 13 13:13:38.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.747 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.747 INFO kablam! | ^^^^^ Oct 13 13:13:38.747 INFO kablam! ... Oct 13 13:13:38.747 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 13 13:13:38.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! Oct 13 13:13:38.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.747 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.747 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.747 INFO kablam! ... Oct 13 13:13:38.747 INFO kablam! 1767 | rt_alloc_layout_checked!(rt_pow2_32768bytes_4align_alloc_layout_checked, 32768, 4); Oct 13 13:13:38.747 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.747 INFO kablam! | Oct 13 13:13:38.747 INFO kablam! Oct 13 13:13:38.748 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.748 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.748 INFO kablam! | Oct 13 13:13:38.748 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.748 INFO kablam! | ^^^^^ Oct 13 13:13:38.748 INFO kablam! ... Oct 13 13:13:38.748 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 13 13:13:38.748 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.748 INFO kablam! | Oct 13 13:13:38.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.748 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.748 INFO kablam! | Oct 13 13:13:38.748 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.748 INFO kablam! | Oct 13 13:13:38.748 INFO kablam! Oct 13 13:13:38.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.748 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.748 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.749 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.749 INFO kablam! ... Oct 13 13:13:38.749 INFO kablam! 1780 | rt_alloc_layout_checked!(rt_pow2_65536bytes_4align_alloc_layout_checked, 65536, 4); Oct 13 13:13:38.749 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.749 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.749 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.749 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! Oct 13 13:13:38.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.749 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.749 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.749 INFO kablam! | ^^^^^ Oct 13 13:13:38.749 INFO kablam! ... Oct 13 13:13:38.749 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 13 13:13:38.749 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.749 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.749 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.749 INFO kablam! | Oct 13 13:13:38.749 INFO kablam! Oct 13 13:13:38.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.754 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.754 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.754 INFO kablam! ... Oct 13 13:13:38.754 INFO kablam! 1793 | rt_alloc_layout_checked!(rt_pow2_131072bytes_4align_alloc_layout_checked, 131072, 4); Oct 13 13:13:38.754 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! Oct 13 13:13:38.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.754 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.754 INFO kablam! | ^^^^^ Oct 13 13:13:38.754 INFO kablam! ... Oct 13 13:13:38.754 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 13 13:13:38.754 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! Oct 13 13:13:38.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.754 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.754 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.754 INFO kablam! ... Oct 13 13:13:38.754 INFO kablam! 1806 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_4align_alloc_layout_checked, 4194304, 4); Oct 13 13:13:38.754 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! Oct 13 13:13:38.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.754 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.754 INFO kablam! | ^^^^^ Oct 13 13:13:38.754 INFO kablam! ... Oct 13 13:13:38.754 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 13 13:13:38.754 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.754 INFO kablam! | Oct 13 13:13:38.754 INFO kablam! Oct 13 13:13:38.756 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.756 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.756 INFO kablam! | Oct 13 13:13:38.756 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.756 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.756 INFO kablam! ... Oct 13 13:13:38.756 INFO kablam! 1820 | rt_alloc_layout_checked!(rt_even_10bytes_4align_alloc_layout_checked, 10, 4); Oct 13 13:13:38.756 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! Oct 13 13:13:38.757 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.757 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.757 INFO kablam! | ^^^^^ Oct 13 13:13:38.757 INFO kablam! ... Oct 13 13:13:38.757 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 13 13:13:38.757 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! Oct 13 13:13:38.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.757 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.757 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.757 INFO kablam! ... Oct 13 13:13:38.757 INFO kablam! 1833 | rt_alloc_layout_checked!(rt_even_100bytes_4align_alloc_layout_checked, 100, 4); Oct 13 13:13:38.757 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! Oct 13 13:13:38.757 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.757 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.757 INFO kablam! | ^^^^^ Oct 13 13:13:38.757 INFO kablam! ... Oct 13 13:13:38.757 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 13 13:13:38.757 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.757 INFO kablam! | Oct 13 13:13:38.757 INFO kablam! Oct 13 13:13:38.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.761 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.761 INFO kablam! ... Oct 13 13:13:38.761 INFO kablam! 1846 | rt_alloc_layout_checked!(rt_even_1000bytes_4align_alloc_layout_checked, 1000, 4); Oct 13 13:13:38.761 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! Oct 13 13:13:38.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.761 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.761 INFO kablam! | ^^^^^ Oct 13 13:13:38.761 INFO kablam! ... Oct 13 13:13:38.761 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 13 13:13:38.761 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! Oct 13 13:13:38.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.761 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.761 INFO kablam! | Oct 13 13:13:38.761 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.761 INFO kablam! ... Oct 13 13:13:38.762 INFO kablam! 1859 | rt_alloc_layout_checked!(rt_even_10000bytes_4align_alloc_layout_checked, 10000, 4); Oct 13 13:13:38.762 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.762 INFO kablam! | Oct 13 13:13:38.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.762 INFO kablam! | Oct 13 13:13:38.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.762 INFO kablam! | Oct 13 13:13:38.762 INFO kablam! Oct 13 13:13:38.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.765 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.765 INFO kablam! | ^^^^^ Oct 13 13:13:38.765 INFO kablam! ... Oct 13 13:13:38.765 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 13 13:13:38.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! Oct 13 13:13:38.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.765 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.765 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.765 INFO kablam! ... Oct 13 13:13:38.765 INFO kablam! 1872 | rt_alloc_layout_checked!(rt_even_100000bytes_4align_alloc_layout_checked, 100000, 4); Oct 13 13:13:38.765 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! Oct 13 13:13:38.765 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.765 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.765 INFO kablam! | ^^^^^ Oct 13 13:13:38.765 INFO kablam! ... Oct 13 13:13:38.765 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 13 13:13:38.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! Oct 13 13:13:38.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.765 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.765 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.765 INFO kablam! ... Oct 13 13:13:38.765 INFO kablam! 1885 | rt_alloc_layout_checked!(rt_even_1000000bytes_4align_alloc_layout_checked, 1000000, 4); Oct 13 13:13:38.765 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.765 INFO kablam! | Oct 13 13:13:38.765 INFO kablam! Oct 13 13:13:38.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.772 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.772 INFO kablam! | ^^^^^ Oct 13 13:13:38.772 INFO kablam! ... Oct 13 13:13:38.772 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 13 13:13:38.772 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! Oct 13 13:13:38.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.772 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.772 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.772 INFO kablam! ... Oct 13 13:13:38.772 INFO kablam! 1899 | rt_alloc_layout_checked!(rt_odd_10bytes_4align_alloc_layout_checked, 10- 1, 4); Oct 13 13:13:38.772 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! Oct 13 13:13:38.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.772 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.772 INFO kablam! | ^^^^^ Oct 13 13:13:38.772 INFO kablam! ... Oct 13 13:13:38.772 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 13 13:13:38.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.772 INFO kablam! | Oct 13 13:13:38.772 INFO kablam! Oct 13 13:13:38.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.773 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.773 INFO kablam! ... Oct 13 13:13:38.773 INFO kablam! 1912 | rt_alloc_layout_checked!(rt_odd_100bytes_4align_alloc_layout_checked, 100- 1, 4); Oct 13 13:13:38.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! Oct 13 13:13:38.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.773 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.773 INFO kablam! | ^^^^^ Oct 13 13:13:38.773 INFO kablam! ... Oct 13 13:13:38.773 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 13 13:13:38.773 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! Oct 13 13:13:38.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.773 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.773 INFO kablam! ... Oct 13 13:13:38.773 INFO kablam! 1925 | rt_alloc_layout_checked!(rt_odd_1000bytes_4align_alloc_layout_checked, 1000- 1, 4); Oct 13 13:13:38.773 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! Oct 13 13:13:38.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.773 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.773 INFO kablam! | ^^^^^ Oct 13 13:13:38.773 INFO kablam! ... Oct 13 13:13:38.773 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 13 13:13:38.773 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.773 INFO kablam! | Oct 13 13:13:38.773 INFO kablam! Oct 13 13:13:38.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.779 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.779 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.779 INFO kablam! ... Oct 13 13:13:38.779 INFO kablam! 1938 | rt_alloc_layout_checked!(rt_odd_10000bytes_4align_alloc_layout_checked, 10000- 1, 4); Oct 13 13:13:38.779 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! Oct 13 13:13:38.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.779 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.779 INFO kablam! | ^^^^^ Oct 13 13:13:38.779 INFO kablam! ... Oct 13 13:13:38.779 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 13 13:13:38.779 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! Oct 13 13:13:38.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.779 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.779 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.779 INFO kablam! ... Oct 13 13:13:38.779 INFO kablam! 1951 | rt_alloc_layout_checked!(rt_odd_100000bytes_4align_alloc_layout_checked, 100000- 1, 4); Oct 13 13:13:38.779 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.779 INFO kablam! | Oct 13 13:13:38.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.780 INFO kablam! | Oct 13 13:13:38.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.780 INFO kablam! | Oct 13 13:13:38.780 INFO kablam! Oct 13 13:13:38.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.780 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.780 INFO kablam! | Oct 13 13:13:38.780 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.780 INFO kablam! | ^^^^^ Oct 13 13:13:38.780 INFO kablam! ... Oct 13 13:13:38.780 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 13 13:13:38.780 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.780 INFO kablam! | Oct 13 13:13:38.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.780 INFO kablam! | Oct 13 13:13:38.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.780 INFO kablam! | Oct 13 13:13:38.780 INFO kablam! Oct 13 13:13:38.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.784 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.784 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.784 INFO kablam! ... Oct 13 13:13:38.784 INFO kablam! 1964 | rt_alloc_layout_checked!(rt_odd_1000000bytes_4align_alloc_layout_checked, 1000000- 1, 4); Oct 13 13:13:38.784 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! Oct 13 13:13:38.784 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.784 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.784 INFO kablam! | ^^^^^ Oct 13 13:13:38.784 INFO kablam! ... Oct 13 13:13:38.784 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 13 13:13:38.784 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! Oct 13 13:13:38.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.784 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.784 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.784 INFO kablam! ... Oct 13 13:13:38.784 INFO kablam! 1978 | rt_alloc_layout_checked!(rt_primes_3bytes_4align_alloc_layout_checked, 3, 4); Oct 13 13:13:38.784 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.784 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! Oct 13 13:13:38.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.785 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.785 INFO kablam! | ^^^^^ Oct 13 13:13:38.785 INFO kablam! ... Oct 13 13:13:38.785 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 13 13:13:38.785 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! Oct 13 13:13:38.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.785 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.785 INFO kablam! ... Oct 13 13:13:38.785 INFO kablam! 1991 | rt_alloc_layout_checked!(rt_primes_7bytes_4align_alloc_layout_checked, 7, 4); Oct 13 13:13:38.785 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! Oct 13 13:13:38.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.785 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.785 INFO kablam! | ^^^^^ Oct 13 13:13:38.785 INFO kablam! ... Oct 13 13:13:38.785 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 13 13:13:38.785 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! Oct 13 13:13:38.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.785 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.785 INFO kablam! ... Oct 13 13:13:38.785 INFO kablam! 2004 | rt_alloc_layout_checked!(rt_primes_13bytes_4align_alloc_layout_checked, 13, 4); Oct 13 13:13:38.785 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.785 INFO kablam! | Oct 13 13:13:38.785 INFO kablam! Oct 13 13:13:38.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.789 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.789 INFO kablam! | ^^^^^ Oct 13 13:13:38.789 INFO kablam! ... Oct 13 13:13:38.789 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 13 13:13:38.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! Oct 13 13:13:38.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.789 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.789 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.789 INFO kablam! ... Oct 13 13:13:38.789 INFO kablam! 2017 | rt_alloc_layout_checked!(rt_primes_17bytes_4align_alloc_layout_checked, 17, 4); Oct 13 13:13:38.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! Oct 13 13:13:38.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.789 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.789 INFO kablam! | ^^^^^ Oct 13 13:13:38.789 INFO kablam! ... Oct 13 13:13:38.789 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 13 13:13:38.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! Oct 13 13:13:38.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.789 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.789 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.789 INFO kablam! ... Oct 13 13:13:38.789 INFO kablam! 2030 | rt_alloc_layout_checked!(rt_primes_31bytes_4align_alloc_layout_checked, 31, 4); Oct 13 13:13:38.789 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.789 INFO kablam! | Oct 13 13:13:38.789 INFO kablam! Oct 13 13:13:38.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.798 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.798 INFO kablam! | ^^^^^ Oct 13 13:13:38.798 INFO kablam! ... Oct 13 13:13:38.798 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 13 13:13:38.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! Oct 13 13:13:38.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.798 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.798 INFO kablam! ... Oct 13 13:13:38.798 INFO kablam! 2043 | rt_alloc_layout_checked!(rt_primes_61bytes_4align_alloc_layout_checked, 61, 4); Oct 13 13:13:38.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! Oct 13 13:13:38.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.798 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.798 INFO kablam! | ^^^^^ Oct 13 13:13:38.798 INFO kablam! ... Oct 13 13:13:38.798 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 13 13:13:38.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! Oct 13 13:13:38.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.798 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.798 INFO kablam! ... Oct 13 13:13:38.798 INFO kablam! 2056 | rt_alloc_layout_checked!(rt_primes_96bytes_4align_alloc_layout_checked, 96, 4); Oct 13 13:13:38.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! Oct 13 13:13:38.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.798 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.798 INFO kablam! | ^^^^^ Oct 13 13:13:38.798 INFO kablam! ... Oct 13 13:13:38.798 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 13 13:13:38.798 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! Oct 13 13:13:38.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.798 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.798 INFO kablam! ... Oct 13 13:13:38.798 INFO kablam! 2069 | rt_alloc_layout_checked!(rt_primes_127bytes_4align_alloc_layout_checked, 127, 4); Oct 13 13:13:38.798 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.798 INFO kablam! | Oct 13 13:13:38.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! Oct 13 13:13:38.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.799 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.799 INFO kablam! | ^^^^^ Oct 13 13:13:38.799 INFO kablam! ... Oct 13 13:13:38.799 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 13 13:13:38.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! Oct 13 13:13:38.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.799 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.799 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.799 INFO kablam! ... Oct 13 13:13:38.799 INFO kablam! 2082 | rt_alloc_layout_checked!(rt_primes_257bytes_4align_alloc_layout_checked, 257, 4); Oct 13 13:13:38.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.799 INFO kablam! | Oct 13 13:13:38.799 INFO kablam! Oct 13 13:13:38.805 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.805 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.805 INFO kablam! | ^^^^^ Oct 13 13:13:38.805 INFO kablam! ... Oct 13 13:13:38.805 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 13 13:13:38.805 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.805 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! Oct 13 13:13:38.805 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.805 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.805 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.805 INFO kablam! ... Oct 13 13:13:38.805 INFO kablam! 2095 | rt_alloc_layout_checked!(rt_primes_509bytes_4align_alloc_layout_checked, 509, 4); Oct 13 13:13:38.805 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.805 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.805 INFO kablam! | Oct 13 13:13:38.805 INFO kablam! Oct 13 13:13:38.805 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.806 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.806 INFO kablam! | ^^^^^ Oct 13 13:13:38.806 INFO kablam! ... Oct 13 13:13:38.806 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 13 13:13:38.806 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! Oct 13 13:13:38.806 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.806 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.806 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.806 INFO kablam! ... Oct 13 13:13:38.806 INFO kablam! 2108 | rt_alloc_layout_checked!(rt_primes_1021bytes_4align_alloc_layout_checked, 1021, 4); Oct 13 13:13:38.806 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! Oct 13 13:13:38.806 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.806 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.806 INFO kablam! | ^^^^^ Oct 13 13:13:38.806 INFO kablam! ... Oct 13 13:13:38.806 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 13 13:13:38.806 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! Oct 13 13:13:38.806 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.806 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.806 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.806 INFO kablam! ... Oct 13 13:13:38.806 INFO kablam! 2121 | rt_alloc_layout_checked!(rt_primes_2039bytes_4align_alloc_layout_checked, 2039, 4); Oct 13 13:13:38.806 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! Oct 13 13:13:38.806 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.806 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.806 INFO kablam! | ^^^^^ Oct 13 13:13:38.806 INFO kablam! ... Oct 13 13:13:38.806 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 13 13:13:38.806 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! Oct 13 13:13:38.806 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.806 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.806 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.806 INFO kablam! ... Oct 13 13:13:38.806 INFO kablam! 2134 | rt_alloc_layout_checked!(rt_primes_4093bytes_4align_alloc_layout_checked, 4093, 4); Oct 13 13:13:38.806 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.806 INFO kablam! | Oct 13 13:13:38.806 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.807 INFO kablam! | Oct 13 13:13:38.807 INFO kablam! Oct 13 13:13:38.813 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.813 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.813 INFO kablam! | ^^^^^ Oct 13 13:13:38.813 INFO kablam! ... Oct 13 13:13:38.813 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 13 13:13:38.813 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.813 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.813 INFO kablam! | Oct 13 13:13:38.813 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! Oct 13 13:13:38.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.814 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.814 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.814 INFO kablam! ... Oct 13 13:13:38.814 INFO kablam! 2147 | rt_alloc_layout_checked!(rt_primes_8191bytes_4align_alloc_layout_checked, 8191, 4); Oct 13 13:13:38.814 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! Oct 13 13:13:38.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.814 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.814 INFO kablam! | ^^^^^ Oct 13 13:13:38.814 INFO kablam! ... Oct 13 13:13:38.814 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 13 13:13:38.814 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! Oct 13 13:13:38.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.814 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.814 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.814 INFO kablam! ... Oct 13 13:13:38.814 INFO kablam! 2160 | rt_alloc_layout_checked!(rt_primes_16381bytes_4align_alloc_layout_checked, 16381, 4); Oct 13 13:13:38.814 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! Oct 13 13:13:38.814 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.814 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.814 INFO kablam! | ^^^^^ Oct 13 13:13:38.814 INFO kablam! ... Oct 13 13:13:38.814 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 13 13:13:38.814 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.814 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! Oct 13 13:13:38.814 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.814 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.814 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.814 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.814 INFO kablam! ... Oct 13 13:13:38.814 INFO kablam! 2173 | rt_alloc_layout_checked!(rt_primes_32749bytes_4align_alloc_layout_checked, 32749, 4); Oct 13 13:13:38.814 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.814 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! Oct 13 13:13:38.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.815 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.815 INFO kablam! | ^^^^^ Oct 13 13:13:38.815 INFO kablam! ... Oct 13 13:13:38.815 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 13 13:13:38.815 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! Oct 13 13:13:38.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.815 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.815 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.815 INFO kablam! ... Oct 13 13:13:38.815 INFO kablam! 2186 | rt_alloc_layout_checked!(rt_primes_65537bytes_4align_alloc_layout_checked, 65537, 4); Oct 13 13:13:38.815 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! Oct 13 13:13:38.815 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.815 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.815 INFO kablam! | ^^^^^ Oct 13 13:13:38.815 INFO kablam! ... Oct 13 13:13:38.815 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 13 13:13:38.815 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.815 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.815 INFO kablam! | Oct 13 13:13:38.815 INFO kablam! Oct 13 13:13:38.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.817 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.817 INFO kablam! | Oct 13 13:13:38.817 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.817 INFO kablam! ... Oct 13 13:13:38.817 INFO kablam! 2199 | rt_alloc_layout_checked!(rt_primes_131071bytes_4align_alloc_layout_checked, 131071, 4); Oct 13 13:13:38.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.817 INFO kablam! | Oct 13 13:13:38.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! Oct 13 13:13:38.825 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.825 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.825 INFO kablam! | Oct 13 13:13:38.825 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.826 INFO kablam! | ^^^^^ Oct 13 13:13:38.826 INFO kablam! ... Oct 13 13:13:38.826 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 13 13:13:38.826 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! Oct 13 13:13:38.826 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.826 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.826 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.826 INFO kablam! ... Oct 13 13:13:38.826 INFO kablam! 2212 | rt_alloc_layout_checked!(rt_primes_4194301bytes_4align_alloc_layout_checked, 4194301, 4); Oct 13 13:13:38.826 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! Oct 13 13:13:38.826 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.826 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.826 INFO kablam! | ^^^^^ Oct 13 13:13:38.826 INFO kablam! ... Oct 13 13:13:38.826 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 13 13:13:38.826 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! Oct 13 13:13:38.826 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.826 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.826 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.826 INFO kablam! ... Oct 13 13:13:38.826 INFO kablam! 2228 | rt_alloc_layout_checked!(rt_pow2_1bytes_8align_alloc_layout_checked, 1, 8); Oct 13 13:13:38.826 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.826 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! Oct 13 13:13:38.826 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.826 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.826 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.826 INFO kablam! | ^^^^^ Oct 13 13:13:38.826 INFO kablam! ... Oct 13 13:13:38.826 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 13 13:13:38.826 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.826 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! Oct 13 13:13:38.827 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.827 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.827 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.827 INFO kablam! ... Oct 13 13:13:38.827 INFO kablam! 2241 | rt_alloc_layout_checked!(rt_pow2_2bytes_8align_alloc_layout_checked, 2, 8); Oct 13 13:13:38.827 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! Oct 13 13:13:38.827 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.827 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.827 INFO kablam! | ^^^^^ Oct 13 13:13:38.827 INFO kablam! ... Oct 13 13:13:38.827 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 13 13:13:38.827 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! Oct 13 13:13:38.827 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.827 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.827 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.827 INFO kablam! ... Oct 13 13:13:38.827 INFO kablam! 2254 | rt_alloc_layout_checked!(rt_pow2_4bytes_8align_alloc_layout_checked, 4, 8); Oct 13 13:13:38.827 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! Oct 13 13:13:38.827 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.827 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.827 INFO kablam! | ^^^^^ Oct 13 13:13:38.827 INFO kablam! ... Oct 13 13:13:38.827 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 13 13:13:38.827 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.827 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.827 INFO kablam! | Oct 13 13:13:38.827 INFO kablam! Oct 13 13:13:38.827 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.827 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.828 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.828 INFO kablam! ... Oct 13 13:13:38.828 INFO kablam! 2267 | rt_alloc_layout_checked!(rt_pow2_8bytes_8align_alloc_layout_checked, 8, 8); Oct 13 13:13:38.828 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! Oct 13 13:13:38.828 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.828 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.828 INFO kablam! | ^^^^^ Oct 13 13:13:38.828 INFO kablam! ... Oct 13 13:13:38.828 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 13 13:13:38.828 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.828 INFO kablam! | Oct 13 13:13:38.828 INFO kablam! Oct 13 13:13:38.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.833 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.833 INFO kablam! ... Oct 13 13:13:38.833 INFO kablam! 2280 | rt_alloc_layout_checked!(rt_pow2_16bytes_8align_alloc_layout_checked, 16, 8); Oct 13 13:13:38.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! Oct 13 13:13:38.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.833 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.833 INFO kablam! | ^^^^^ Oct 13 13:13:38.833 INFO kablam! ... Oct 13 13:13:38.833 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 13 13:13:38.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! Oct 13 13:13:38.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.833 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.833 INFO kablam! ... Oct 13 13:13:38.833 INFO kablam! 2293 | rt_alloc_layout_checked!(rt_pow2_32bytes_8align_alloc_layout_checked, 32, 8); Oct 13 13:13:38.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! Oct 13 13:13:38.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.833 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.833 INFO kablam! | ^^^^^ Oct 13 13:13:38.833 INFO kablam! ... Oct 13 13:13:38.833 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 13 13:13:38.833 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.833 INFO kablam! | Oct 13 13:13:38.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.836 INFO kablam! | Oct 13 13:13:38.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.836 INFO kablam! | Oct 13 13:13:38.836 INFO kablam! Oct 13 13:13:38.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.841 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.841 INFO kablam! ... Oct 13 13:13:38.841 INFO kablam! 2306 | rt_alloc_layout_checked!(rt_pow2_64bytes_8align_alloc_layout_checked, 64, 8); Oct 13 13:13:38.841 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! Oct 13 13:13:38.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.841 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.841 INFO kablam! | ^^^^^ Oct 13 13:13:38.841 INFO kablam! ... Oct 13 13:13:38.841 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 13 13:13:38.841 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! Oct 13 13:13:38.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.841 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.841 INFO kablam! ... Oct 13 13:13:38.841 INFO kablam! 2319 | rt_alloc_layout_checked!(rt_pow2_128bytes_8align_alloc_layout_checked, 128, 8); Oct 13 13:13:38.841 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! Oct 13 13:13:38.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.841 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.841 INFO kablam! | ^^^^^ Oct 13 13:13:38.841 INFO kablam! ... Oct 13 13:13:38.841 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 13 13:13:38.841 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.841 INFO kablam! | Oct 13 13:13:38.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! Oct 13 13:13:38.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.842 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.842 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.842 INFO kablam! ... Oct 13 13:13:38.842 INFO kablam! 2332 | rt_alloc_layout_checked!(rt_pow2_256bytes_8align_alloc_layout_checked, 256, 8); Oct 13 13:13:38.842 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! Oct 13 13:13:38.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.842 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.842 INFO kablam! | ^^^^^ Oct 13 13:13:38.842 INFO kablam! ... Oct 13 13:13:38.842 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 13 13:13:38.842 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.842 INFO kablam! | Oct 13 13:13:38.842 INFO kablam! Oct 13 13:13:38.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.844 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.844 INFO kablam! | Oct 13 13:13:38.844 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.844 INFO kablam! ... Oct 13 13:13:38.844 INFO kablam! 2345 | rt_alloc_layout_checked!(rt_pow2_512bytes_8align_alloc_layout_checked, 512, 8); Oct 13 13:13:38.844 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.844 INFO kablam! | Oct 13 13:13:38.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! Oct 13 13:13:38.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.845 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.845 INFO kablam! | ^^^^^ Oct 13 13:13:38.845 INFO kablam! ... Oct 13 13:13:38.845 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 13 13:13:38.845 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! Oct 13 13:13:38.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.845 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.845 INFO kablam! ... Oct 13 13:13:38.845 INFO kablam! 2358 | rt_alloc_layout_checked!(rt_pow2_1024bytes_8align_alloc_layout_checked, 1024, 8); Oct 13 13:13:38.845 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.845 INFO kablam! | Oct 13 13:13:38.845 INFO kablam! Oct 13 13:13:38.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.849 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.849 INFO kablam! | ^^^^^ Oct 13 13:13:38.849 INFO kablam! ... Oct 13 13:13:38.849 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 13 13:13:38.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! Oct 13 13:13:38.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.849 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.849 INFO kablam! ... Oct 13 13:13:38.849 INFO kablam! 2371 | rt_alloc_layout_checked!(rt_pow2_2048bytes_8align_alloc_layout_checked, 2048, 8); Oct 13 13:13:38.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! Oct 13 13:13:38.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.849 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.849 INFO kablam! | ^^^^^ Oct 13 13:13:38.849 INFO kablam! ... Oct 13 13:13:38.849 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 13 13:13:38.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! Oct 13 13:13:38.849 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.849 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.849 INFO kablam! ... Oct 13 13:13:38.849 INFO kablam! 2384 | rt_alloc_layout_checked!(rt_pow2_4096bytes_8align_alloc_layout_checked, 4096, 8); Oct 13 13:13:38.849 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.849 INFO kablam! | Oct 13 13:13:38.849 INFO kablam! Oct 13 13:13:38.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.850 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.850 INFO kablam! | ^^^^^ Oct 13 13:13:38.850 INFO kablam! ... Oct 13 13:13:38.850 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 13 13:13:38.850 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! Oct 13 13:13:38.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.850 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.850 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.850 INFO kablam! ... Oct 13 13:13:38.850 INFO kablam! 2397 | rt_alloc_layout_checked!(rt_pow2_8192bytes_8align_alloc_layout_checked, 8192, 8); Oct 13 13:13:38.850 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! Oct 13 13:13:38.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.850 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.850 INFO kablam! | ^^^^^ Oct 13 13:13:38.850 INFO kablam! ... Oct 13 13:13:38.850 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 13 13:13:38.850 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! Oct 13 13:13:38.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.850 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.850 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.850 INFO kablam! ... Oct 13 13:13:38.850 INFO kablam! 2410 | rt_alloc_layout_checked!(rt_pow2_16384bytes_8align_alloc_layout_checked, 16384, 8); Oct 13 13:13:38.850 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.850 INFO kablam! | Oct 13 13:13:38.850 INFO kablam! Oct 13 13:13:38.856 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.856 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.856 INFO kablam! | ^^^^^ Oct 13 13:13:38.856 INFO kablam! ... Oct 13 13:13:38.856 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 13 13:13:38.856 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! Oct 13 13:13:38.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.856 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.856 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.856 INFO kablam! ... Oct 13 13:13:38.856 INFO kablam! 2423 | rt_alloc_layout_checked!(rt_pow2_32768bytes_8align_alloc_layout_checked, 32768, 8); Oct 13 13:13:38.856 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.856 INFO kablam! | Oct 13 13:13:38.856 INFO kablam! Oct 13 13:13:38.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.857 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.857 INFO kablam! | ^^^^^ Oct 13 13:13:38.857 INFO kablam! ... Oct 13 13:13:38.857 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 13 13:13:38.857 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! Oct 13 13:13:38.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.857 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.857 INFO kablam! ... Oct 13 13:13:38.857 INFO kablam! 2436 | rt_alloc_layout_checked!(rt_pow2_65536bytes_8align_alloc_layout_checked, 65536, 8); Oct 13 13:13:38.857 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! Oct 13 13:13:38.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.857 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.857 INFO kablam! | ^^^^^ Oct 13 13:13:38.857 INFO kablam! ... Oct 13 13:13:38.857 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 13 13:13:38.857 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! Oct 13 13:13:38.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.857 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.857 INFO kablam! ... Oct 13 13:13:38.857 INFO kablam! 2449 | rt_alloc_layout_checked!(rt_pow2_131072bytes_8align_alloc_layout_checked, 131072, 8); Oct 13 13:13:38.857 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! Oct 13 13:13:38.857 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.857 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.857 INFO kablam! | Oct 13 13:13:38.857 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.857 INFO kablam! | ^^^^^ Oct 13 13:13:38.857 INFO kablam! ... Oct 13 13:13:38.857 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 13 13:13:38.858 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.858 INFO kablam! | Oct 13 13:13:38.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.858 INFO kablam! | Oct 13 13:13:38.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.858 INFO kablam! | Oct 13 13:13:38.858 INFO kablam! Oct 13 13:13:38.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.864 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.864 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.864 INFO kablam! ... Oct 13 13:13:38.864 INFO kablam! 2462 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_8align_alloc_layout_checked, 4194304, 8); Oct 13 13:13:38.864 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! Oct 13 13:13:38.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.864 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.864 INFO kablam! | ^^^^^ Oct 13 13:13:38.864 INFO kablam! ... Oct 13 13:13:38.864 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 13 13:13:38.864 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! Oct 13 13:13:38.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.864 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.864 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.864 INFO kablam! ... Oct 13 13:13:38.864 INFO kablam! 2476 | rt_alloc_layout_checked!(rt_even_10bytes_8align_alloc_layout_checked, 10, 8); Oct 13 13:13:38.864 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! Oct 13 13:13:38.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.864 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.864 INFO kablam! | ^^^^^ Oct 13 13:13:38.864 INFO kablam! ... Oct 13 13:13:38.864 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 13 13:13:38.864 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! Oct 13 13:13:38.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.864 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.864 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.864 INFO kablam! ... Oct 13 13:13:38.864 INFO kablam! 2489 | rt_alloc_layout_checked!(rt_even_100bytes_8align_alloc_layout_checked, 100, 8); Oct 13 13:13:38.864 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.864 INFO kablam! | Oct 13 13:13:38.864 INFO kablam! Oct 13 13:13:38.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.865 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.865 INFO kablam! | ^^^^^ Oct 13 13:13:38.865 INFO kablam! ... Oct 13 13:13:38.865 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 13 13:13:38.865 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! Oct 13 13:13:38.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.865 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.865 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.865 INFO kablam! ... Oct 13 13:13:38.865 INFO kablam! 2502 | rt_alloc_layout_checked!(rt_even_1000bytes_8align_alloc_layout_checked, 1000, 8); Oct 13 13:13:38.865 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.865 INFO kablam! | Oct 13 13:13:38.865 INFO kablam! Oct 13 13:13:38.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.868 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.868 INFO kablam! | Oct 13 13:13:38.868 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.869 INFO kablam! | ^^^^^ Oct 13 13:13:38.869 INFO kablam! ... Oct 13 13:13:38.869 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 13 13:13:38.869 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! Oct 13 13:13:38.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.869 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.869 INFO kablam! ... Oct 13 13:13:38.869 INFO kablam! 2515 | rt_alloc_layout_checked!(rt_even_10000bytes_8align_alloc_layout_checked, 10000, 8); Oct 13 13:13:38.869 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! Oct 13 13:13:38.869 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.869 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.869 INFO kablam! | ^^^^^ Oct 13 13:13:38.869 INFO kablam! ... Oct 13 13:13:38.869 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 13 13:13:38.869 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.869 INFO kablam! | Oct 13 13:13:38.869 INFO kablam! Oct 13 13:13:38.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.886 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.886 INFO kablam! ... Oct 13 13:13:38.886 INFO kablam! 2528 | rt_alloc_layout_checked!(rt_even_100000bytes_8align_alloc_layout_checked, 100000, 8); Oct 13 13:13:38.886 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! Oct 13 13:13:38.886 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.886 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.886 INFO kablam! | ^^^^^ Oct 13 13:13:38.886 INFO kablam! ... Oct 13 13:13:38.886 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 13 13:13:38.886 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! Oct 13 13:13:38.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.886 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.886 INFO kablam! ... Oct 13 13:13:38.886 INFO kablam! 2541 | rt_alloc_layout_checked!(rt_even_1000000bytes_8align_alloc_layout_checked, 1000000, 8); Oct 13 13:13:38.886 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! Oct 13 13:13:38.886 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.886 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.886 INFO kablam! | ^^^^^ Oct 13 13:13:38.886 INFO kablam! ... Oct 13 13:13:38.886 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 13 13:13:38.886 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! Oct 13 13:13:38.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.886 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.886 INFO kablam! ... Oct 13 13:13:38.886 INFO kablam! 2555 | rt_alloc_layout_checked!(rt_odd_10bytes_8align_alloc_layout_checked, 10- 1, 8); Oct 13 13:13:38.886 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! Oct 13 13:13:38.886 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.886 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.886 INFO kablam! | Oct 13 13:13:38.886 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.886 INFO kablam! | ^^^^^ Oct 13 13:13:38.886 INFO kablam! ... Oct 13 13:13:38.886 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 13 13:13:38.887 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! Oct 13 13:13:38.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.887 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.887 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.887 INFO kablam! ... Oct 13 13:13:38.887 INFO kablam! 2568 | rt_alloc_layout_checked!(rt_odd_100bytes_8align_alloc_layout_checked, 100- 1, 8); Oct 13 13:13:38.887 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! Oct 13 13:13:38.887 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.887 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.887 INFO kablam! | ^^^^^ Oct 13 13:13:38.887 INFO kablam! ... Oct 13 13:13:38.887 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 13 13:13:38.887 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! Oct 13 13:13:38.887 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.887 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.887 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.887 INFO kablam! ... Oct 13 13:13:38.887 INFO kablam! 2581 | rt_alloc_layout_checked!(rt_odd_1000bytes_8align_alloc_layout_checked, 1000- 1, 8); Oct 13 13:13:38.887 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.887 INFO kablam! | Oct 13 13:13:38.887 INFO kablam! Oct 13 13:13:38.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.903 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.903 INFO kablam! | ^^^^^ Oct 13 13:13:38.903 INFO kablam! ... Oct 13 13:13:38.903 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 13 13:13:38.903 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! Oct 13 13:13:38.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.903 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.903 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.903 INFO kablam! ... Oct 13 13:13:38.903 INFO kablam! 2594 | rt_alloc_layout_checked!(rt_odd_10000bytes_8align_alloc_layout_checked, 10000- 1, 8); Oct 13 13:13:38.903 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! Oct 13 13:13:38.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.903 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.903 INFO kablam! | ^^^^^ Oct 13 13:13:38.903 INFO kablam! ... Oct 13 13:13:38.903 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 13 13:13:38.903 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! Oct 13 13:13:38.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.903 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.903 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.903 INFO kablam! ... Oct 13 13:13:38.903 INFO kablam! 2607 | rt_alloc_layout_checked!(rt_odd_100000bytes_8align_alloc_layout_checked, 100000- 1, 8); Oct 13 13:13:38.903 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! Oct 13 13:13:38.903 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.903 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.903 INFO kablam! | ^^^^^ Oct 13 13:13:38.903 INFO kablam! ... Oct 13 13:13:38.903 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 13 13:13:38.903 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! Oct 13 13:13:38.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.903 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.903 INFO kablam! | Oct 13 13:13:38.903 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.903 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.903 INFO kablam! ... Oct 13 13:13:38.904 INFO kablam! 2620 | rt_alloc_layout_checked!(rt_odd_1000000bytes_8align_alloc_layout_checked, 1000000- 1, 8); Oct 13 13:13:38.904 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! Oct 13 13:13:38.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.904 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.904 INFO kablam! | ^^^^^ Oct 13 13:13:38.904 INFO kablam! ... Oct 13 13:13:38.904 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 13 13:13:38.904 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! Oct 13 13:13:38.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.904 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.904 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.904 INFO kablam! ... Oct 13 13:13:38.904 INFO kablam! 2634 | rt_alloc_layout_checked!(rt_primes_3bytes_8align_alloc_layout_checked, 3, 8); Oct 13 13:13:38.904 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! Oct 13 13:13:38.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.904 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.904 INFO kablam! | ^^^^^ Oct 13 13:13:38.904 INFO kablam! ... Oct 13 13:13:38.904 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 13 13:13:38.904 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! Oct 13 13:13:38.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.904 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.904 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.904 INFO kablam! ... Oct 13 13:13:38.904 INFO kablam! 2647 | rt_alloc_layout_checked!(rt_primes_7bytes_8align_alloc_layout_checked, 7, 8); Oct 13 13:13:38.904 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! Oct 13 13:13:38.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.904 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.904 INFO kablam! | ^^^^^ Oct 13 13:13:38.904 INFO kablam! ... Oct 13 13:13:38.904 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 13 13:13:38.904 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.904 INFO kablam! | Oct 13 13:13:38.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! Oct 13 13:13:38.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.905 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.905 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.905 INFO kablam! ... Oct 13 13:13:38.905 INFO kablam! 2660 | rt_alloc_layout_checked!(rt_primes_13bytes_8align_alloc_layout_checked, 13, 8); Oct 13 13:13:38.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! Oct 13 13:13:38.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.905 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.905 INFO kablam! | ^^^^^ Oct 13 13:13:38.905 INFO kablam! ... Oct 13 13:13:38.905 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 13 13:13:38.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! Oct 13 13:13:38.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.905 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.905 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.905 INFO kablam! ... Oct 13 13:13:38.905 INFO kablam! 2673 | rt_alloc_layout_checked!(rt_primes_17bytes_8align_alloc_layout_checked, 17, 8); Oct 13 13:13:38.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! Oct 13 13:13:38.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.905 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.905 INFO kablam! | ^^^^^ Oct 13 13:13:38.905 INFO kablam! ... Oct 13 13:13:38.905 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 13 13:13:38.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! Oct 13 13:13:38.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.905 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.905 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.905 INFO kablam! ... Oct 13 13:13:38.905 INFO kablam! 2686 | rt_alloc_layout_checked!(rt_primes_31bytes_8align_alloc_layout_checked, 31, 8); Oct 13 13:13:38.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! Oct 13 13:13:38.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.905 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.905 INFO kablam! | ^^^^^ Oct 13 13:13:38.905 INFO kablam! ... Oct 13 13:13:38.905 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 13 13:13:38.905 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.905 INFO kablam! | Oct 13 13:13:38.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.906 INFO kablam! | Oct 13 13:13:38.906 INFO kablam! Oct 13 13:13:38.906 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.906 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.906 INFO kablam! | Oct 13 13:13:38.906 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.906 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.906 INFO kablam! ... Oct 13 13:13:38.906 INFO kablam! 2699 | rt_alloc_layout_checked!(rt_primes_61bytes_8align_alloc_layout_checked, 61, 8); Oct 13 13:13:38.906 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.906 INFO kablam! | Oct 13 13:13:38.906 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.906 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.906 INFO kablam! | Oct 13 13:13:38.906 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.906 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! Oct 13 13:13:38.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.912 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.912 INFO kablam! | ^^^^^ Oct 13 13:13:38.912 INFO kablam! ... Oct 13 13:13:38.912 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 13 13:13:38.912 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! Oct 13 13:13:38.912 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.912 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.912 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.912 INFO kablam! ... Oct 13 13:13:38.912 INFO kablam! 2712 | rt_alloc_layout_checked!(rt_primes_96bytes_8align_alloc_layout_checked, 96, 8); Oct 13 13:13:38.912 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.912 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! Oct 13 13:13:38.912 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.912 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.912 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.912 INFO kablam! | ^^^^^ Oct 13 13:13:38.912 INFO kablam! ... Oct 13 13:13:38.912 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 13 13:13:38.912 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.912 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! Oct 13 13:13:38.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.921 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.921 INFO kablam! ... Oct 13 13:13:38.921 INFO kablam! 2725 | rt_alloc_layout_checked!(rt_primes_127bytes_8align_alloc_layout_checked, 127, 8); Oct 13 13:13:38.921 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! Oct 13 13:13:38.921 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.921 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.921 INFO kablam! | Oct 13 13:13:38.921 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.921 INFO kablam! | ^^^^^ Oct 13 13:13:38.921 INFO kablam! ... Oct 13 13:13:38.921 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 13 13:13:38.921 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.922 INFO kablam! | Oct 13 13:13:38.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.922 INFO kablam! | Oct 13 13:13:38.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.922 INFO kablam! | Oct 13 13:13:38.922 INFO kablam! Oct 13 13:13:38.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.922 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.922 INFO kablam! | Oct 13 13:13:38.922 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.922 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.922 INFO kablam! ... Oct 13 13:13:38.922 INFO kablam! 2738 | rt_alloc_layout_checked!(rt_primes_257bytes_8align_alloc_layout_checked, 257, 8); Oct 13 13:13:38.922 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.922 INFO kablam! | Oct 13 13:13:38.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.922 INFO kablam! | Oct 13 13:13:38.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.922 INFO kablam! | Oct 13 13:13:38.922 INFO kablam! Oct 13 13:13:38.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.927 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.927 INFO kablam! | ^^^^^ Oct 13 13:13:38.927 INFO kablam! ... Oct 13 13:13:38.927 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 13 13:13:38.927 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! Oct 13 13:13:38.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.927 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.927 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.927 INFO kablam! ... Oct 13 13:13:38.927 INFO kablam! 2751 | rt_alloc_layout_checked!(rt_primes_509bytes_8align_alloc_layout_checked, 509, 8); Oct 13 13:13:38.927 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! Oct 13 13:13:38.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.927 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.927 INFO kablam! | Oct 13 13:13:38.927 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.927 INFO kablam! | ^^^^^ Oct 13 13:13:38.927 INFO kablam! ... Oct 13 13:13:38.927 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 13 13:13:38.927 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! Oct 13 13:13:38.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.928 INFO kablam! ... Oct 13 13:13:38.928 INFO kablam! 2764 | rt_alloc_layout_checked!(rt_primes_1021bytes_8align_alloc_layout_checked, 1021, 8); Oct 13 13:13:38.928 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! Oct 13 13:13:38.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.928 INFO kablam! | ^^^^^ Oct 13 13:13:38.928 INFO kablam! ... Oct 13 13:13:38.928 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 13 13:13:38.928 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! Oct 13 13:13:38.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.928 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.928 INFO kablam! ... Oct 13 13:13:38.928 INFO kablam! 2777 | rt_alloc_layout_checked!(rt_primes_2039bytes_8align_alloc_layout_checked, 2039, 8); Oct 13 13:13:38.928 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! Oct 13 13:13:38.928 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.928 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.928 INFO kablam! | Oct 13 13:13:38.928 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.928 INFO kablam! | ^^^^^ Oct 13 13:13:38.929 INFO kablam! ... Oct 13 13:13:38.929 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 13 13:13:38.929 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! Oct 13 13:13:38.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.929 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.929 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.929 INFO kablam! ... Oct 13 13:13:38.929 INFO kablam! 2790 | rt_alloc_layout_checked!(rt_primes_4093bytes_8align_alloc_layout_checked, 4093, 8); Oct 13 13:13:38.929 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.929 INFO kablam! | Oct 13 13:13:38.929 INFO kablam! Oct 13 13:13:38.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.939 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.939 INFO kablam! | ^^^^^ Oct 13 13:13:38.939 INFO kablam! ... Oct 13 13:13:38.939 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 13 13:13:38.939 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! Oct 13 13:13:38.939 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.939 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.939 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.939 INFO kablam! ... Oct 13 13:13:38.939 INFO kablam! 2803 | rt_alloc_layout_checked!(rt_primes_8191bytes_8align_alloc_layout_checked, 8191, 8); Oct 13 13:13:38.939 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! Oct 13 13:13:38.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.939 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.939 INFO kablam! | ^^^^^ Oct 13 13:13:38.939 INFO kablam! ... Oct 13 13:13:38.939 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 13 13:13:38.939 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.939 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! Oct 13 13:13:38.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.940 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.940 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.940 INFO kablam! ... Oct 13 13:13:38.940 INFO kablam! 2816 | rt_alloc_layout_checked!(rt_primes_16381bytes_8align_alloc_layout_checked, 16381, 8); Oct 13 13:13:38.940 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! Oct 13 13:13:38.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.940 INFO kablam! | ^^^^^ Oct 13 13:13:38.940 INFO kablam! ... Oct 13 13:13:38.940 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 13 13:13:38.940 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! Oct 13 13:13:38.940 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.940 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.940 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.940 INFO kablam! ... Oct 13 13:13:38.940 INFO kablam! 2829 | rt_alloc_layout_checked!(rt_primes_32749bytes_8align_alloc_layout_checked, 32749, 8); Oct 13 13:13:38.940 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! Oct 13 13:13:38.940 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.940 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.940 INFO kablam! | ^^^^^ Oct 13 13:13:38.940 INFO kablam! ... Oct 13 13:13:38.940 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 13 13:13:38.940 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.940 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.940 INFO kablam! | Oct 13 13:13:38.940 INFO kablam! Oct 13 13:13:38.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.947 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.947 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.947 INFO kablam! ... Oct 13 13:13:38.947 INFO kablam! 2842 | rt_alloc_layout_checked!(rt_primes_65537bytes_8align_alloc_layout_checked, 65537, 8); Oct 13 13:13:38.947 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! Oct 13 13:13:38.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.947 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.947 INFO kablam! | ^^^^^ Oct 13 13:13:38.947 INFO kablam! ... Oct 13 13:13:38.947 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 13 13:13:38.947 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! Oct 13 13:13:38.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.947 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.947 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.947 INFO kablam! ... Oct 13 13:13:38.947 INFO kablam! 2855 | rt_alloc_layout_checked!(rt_primes_131071bytes_8align_alloc_layout_checked, 131071, 8); Oct 13 13:13:38.947 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! Oct 13 13:13:38.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.947 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.947 INFO kablam! | ^^^^^ Oct 13 13:13:38.947 INFO kablam! ... Oct 13 13:13:38.947 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 13 13:13:38.947 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! Oct 13 13:13:38.947 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.947 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.947 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.947 INFO kablam! ... Oct 13 13:13:38.947 INFO kablam! 2868 | rt_alloc_layout_checked!(rt_primes_4194301bytes_8align_alloc_layout_checked, 4194301, 8); Oct 13 13:13:38.947 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.947 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! Oct 13 13:13:38.947 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.947 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.947 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.947 INFO kablam! | ^^^^^ Oct 13 13:13:38.947 INFO kablam! ... Oct 13 13:13:38.947 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 13 13:13:38.947 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.947 INFO kablam! | Oct 13 13:13:38.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.948 INFO kablam! | Oct 13 13:13:38.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.948 INFO kablam! | Oct 13 13:13:38.948 INFO kablam! Oct 13 13:13:38.957 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.957 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.957 INFO kablam! | Oct 13 13:13:38.957 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.958 INFO kablam! ... Oct 13 13:13:38.958 INFO kablam! 2884 | rt_alloc_layout_checked!(rt_pow2_1bytes_16align_alloc_layout_checked, 1, 16); Oct 13 13:13:38.958 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! Oct 13 13:13:38.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.958 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.958 INFO kablam! | ^^^^^ Oct 13 13:13:38.958 INFO kablam! ... Oct 13 13:13:38.958 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 13 13:13:38.958 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! Oct 13 13:13:38.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.958 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.958 INFO kablam! ... Oct 13 13:13:38.958 INFO kablam! 2897 | rt_alloc_layout_checked!(rt_pow2_2bytes_16align_alloc_layout_checked, 2, 16); Oct 13 13:13:38.958 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! Oct 13 13:13:38.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.958 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.958 INFO kablam! | ^^^^^ Oct 13 13:13:38.958 INFO kablam! ... Oct 13 13:13:38.958 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 13 13:13:38.958 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! Oct 13 13:13:38.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.958 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.958 INFO kablam! ... Oct 13 13:13:38.958 INFO kablam! 2910 | rt_alloc_layout_checked!(rt_pow2_4bytes_16align_alloc_layout_checked, 4, 16); Oct 13 13:13:38.958 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! Oct 13 13:13:38.958 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.958 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.958 INFO kablam! | ^^^^^ Oct 13 13:13:38.958 INFO kablam! ... Oct 13 13:13:38.958 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 13 13:13:38.958 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.958 INFO kablam! Oct 13 13:13:38.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.958 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.958 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.959 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.959 INFO kablam! ... Oct 13 13:13:38.959 INFO kablam! 2923 | rt_alloc_layout_checked!(rt_pow2_8bytes_16align_alloc_layout_checked, 8, 16); Oct 13 13:13:38.959 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! Oct 13 13:13:38.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.959 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.959 INFO kablam! | ^^^^^ Oct 13 13:13:38.959 INFO kablam! ... Oct 13 13:13:38.959 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 13 13:13:38.959 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! Oct 13 13:13:38.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.959 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.959 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.959 INFO kablam! ... Oct 13 13:13:38.959 INFO kablam! 2936 | rt_alloc_layout_checked!(rt_pow2_16bytes_16align_alloc_layout_checked, 16, 16); Oct 13 13:13:38.959 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.959 INFO kablam! | Oct 13 13:13:38.959 INFO kablam! Oct 13 13:13:38.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.961 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.961 INFO kablam! | ^^^^^ Oct 13 13:13:38.961 INFO kablam! ... Oct 13 13:13:38.961 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 13 13:13:38.961 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! Oct 13 13:13:38.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.961 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.961 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.961 INFO kablam! ... Oct 13 13:13:38.961 INFO kablam! 2949 | rt_alloc_layout_checked!(rt_pow2_32bytes_16align_alloc_layout_checked, 32, 16); Oct 13 13:13:38.961 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! Oct 13 13:13:38.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.961 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.961 INFO kablam! | Oct 13 13:13:38.961 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.961 INFO kablam! | ^^^^^ Oct 13 13:13:38.961 INFO kablam! ... Oct 13 13:13:38.961 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 13 13:13:38.961 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.962 INFO kablam! | Oct 13 13:13:38.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.962 INFO kablam! | Oct 13 13:13:38.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.962 INFO kablam! | Oct 13 13:13:38.962 INFO kablam! Oct 13 13:13:38.962 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.962 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.962 INFO kablam! | Oct 13 13:13:38.962 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.962 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.962 INFO kablam! ... Oct 13 13:13:38.962 INFO kablam! 2962 | rt_alloc_layout_checked!(rt_pow2_64bytes_16align_alloc_layout_checked, 64, 16); Oct 13 13:13:38.962 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.962 INFO kablam! | Oct 13 13:13:38.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.962 INFO kablam! | Oct 13 13:13:38.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.962 INFO kablam! | Oct 13 13:13:38.962 INFO kablam! Oct 13 13:13:38.970 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.970 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.970 INFO kablam! | ^^^^^ Oct 13 13:13:38.970 INFO kablam! ... Oct 13 13:13:38.970 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 13 13:13:38.970 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! Oct 13 13:13:38.970 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.970 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.970 INFO kablam! | Oct 13 13:13:38.970 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.970 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.970 INFO kablam! ... Oct 13 13:13:38.970 INFO kablam! 2975 | rt_alloc_layout_checked!(rt_pow2_128bytes_16align_alloc_layout_checked, 128, 16); Oct 13 13:13:38.971 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! Oct 13 13:13:38.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.971 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.971 INFO kablam! | ^^^^^ Oct 13 13:13:38.971 INFO kablam! ... Oct 13 13:13:38.971 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 13 13:13:38.971 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! Oct 13 13:13:38.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.971 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.971 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.971 INFO kablam! ... Oct 13 13:13:38.971 INFO kablam! 2988 | rt_alloc_layout_checked!(rt_pow2_256bytes_16align_alloc_layout_checked, 256, 16); Oct 13 13:13:38.971 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! Oct 13 13:13:38.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.971 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.971 INFO kablam! | ^^^^^ Oct 13 13:13:38.971 INFO kablam! ... Oct 13 13:13:38.971 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 13 13:13:38.971 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! Oct 13 13:13:38.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.971 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.971 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.971 INFO kablam! ... Oct 13 13:13:38.971 INFO kablam! 3001 | rt_alloc_layout_checked!(rt_pow2_512bytes_16align_alloc_layout_checked, 512, 16); Oct 13 13:13:38.971 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! Oct 13 13:13:38.971 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.971 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.971 INFO kablam! | ^^^^^ Oct 13 13:13:38.971 INFO kablam! ... Oct 13 13:13:38.971 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 13 13:13:38.971 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.971 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! Oct 13 13:13:38.971 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.971 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.971 INFO kablam! | Oct 13 13:13:38.971 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.971 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.971 INFO kablam! ... Oct 13 13:13:38.972 INFO kablam! 3014 | rt_alloc_layout_checked!(rt_pow2_1024bytes_16align_alloc_layout_checked, 1024, 16); Oct 13 13:13:38.972 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.972 INFO kablam! | Oct 13 13:13:38.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.972 INFO kablam! | Oct 13 13:13:38.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.972 INFO kablam! | Oct 13 13:13:38.972 INFO kablam! Oct 13 13:13:38.982 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.982 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.982 INFO kablam! | ^^^^^ Oct 13 13:13:38.982 INFO kablam! ... Oct 13 13:13:38.982 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 13 13:13:38.982 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! Oct 13 13:13:38.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.982 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.982 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.982 INFO kablam! ... Oct 13 13:13:38.982 INFO kablam! 3027 | rt_alloc_layout_checked!(rt_pow2_2048bytes_16align_alloc_layout_checked, 2048, 16); Oct 13 13:13:38.982 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! Oct 13 13:13:38.982 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.982 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.982 INFO kablam! | ^^^^^ Oct 13 13:13:38.982 INFO kablam! ... Oct 13 13:13:38.982 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 13 13:13:38.982 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! Oct 13 13:13:38.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.982 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.982 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.982 INFO kablam! ... Oct 13 13:13:38.982 INFO kablam! 3040 | rt_alloc_layout_checked!(rt_pow2_4096bytes_16align_alloc_layout_checked, 4096, 16); Oct 13 13:13:38.982 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! Oct 13 13:13:38.982 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.982 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.982 INFO kablam! | ^^^^^ Oct 13 13:13:38.982 INFO kablam! ... Oct 13 13:13:38.982 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 13 13:13:38.982 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.982 INFO kablam! | Oct 13 13:13:38.982 INFO kablam! Oct 13 13:13:38.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.982 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.983 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.983 INFO kablam! ... Oct 13 13:13:38.983 INFO kablam! 3053 | rt_alloc_layout_checked!(rt_pow2_8192bytes_16align_alloc_layout_checked, 8192, 16); Oct 13 13:13:38.983 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! Oct 13 13:13:38.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.983 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.983 INFO kablam! | ^^^^^ Oct 13 13:13:38.983 INFO kablam! ... Oct 13 13:13:38.983 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 13 13:13:38.983 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! Oct 13 13:13:38.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.983 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.983 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.983 INFO kablam! ... Oct 13 13:13:38.983 INFO kablam! 3066 | rt_alloc_layout_checked!(rt_pow2_16384bytes_16align_alloc_layout_checked, 16384, 16); Oct 13 13:13:38.983 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! Oct 13 13:13:38.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.983 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.983 INFO kablam! | ^^^^^ Oct 13 13:13:38.983 INFO kablam! ... Oct 13 13:13:38.983 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 13 13:13:38.983 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! Oct 13 13:13:38.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.983 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.983 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.983 INFO kablam! ... Oct 13 13:13:38.983 INFO kablam! 3079 | rt_alloc_layout_checked!(rt_pow2_32768bytes_16align_alloc_layout_checked, 32768, 16); Oct 13 13:13:38.983 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! Oct 13 13:13:38.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.983 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.983 INFO kablam! | ^^^^^ Oct 13 13:13:38.983 INFO kablam! ... Oct 13 13:13:38.983 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 13 13:13:38.983 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.983 INFO kablam! | Oct 13 13:13:38.983 INFO kablam! Oct 13 13:13:38.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.987 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.987 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.987 INFO kablam! ... Oct 13 13:13:38.987 INFO kablam! 3092 | rt_alloc_layout_checked!(rt_pow2_65536bytes_16align_alloc_layout_checked, 65536, 16); Oct 13 13:13:38.987 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! Oct 13 13:13:38.987 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.987 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.987 INFO kablam! | ^^^^^ Oct 13 13:13:38.987 INFO kablam! ... Oct 13 13:13:38.987 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 13 13:13:38.987 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.987 INFO kablam! | Oct 13 13:13:38.987 INFO kablam! Oct 13 13:13:38.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.987 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.988 INFO kablam! ... Oct 13 13:13:38.988 INFO kablam! 3105 | rt_alloc_layout_checked!(rt_pow2_131072bytes_16align_alloc_layout_checked, 131072, 16); Oct 13 13:13:38.988 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! Oct 13 13:13:38.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.988 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.988 INFO kablam! | ^^^^^ Oct 13 13:13:38.988 INFO kablam! ... Oct 13 13:13:38.988 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 13 13:13:38.988 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.988 INFO kablam! | Oct 13 13:13:38.988 INFO kablam! Oct 13 13:13:38.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.996 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.996 INFO kablam! ... Oct 13 13:13:38.996 INFO kablam! 3118 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_16align_alloc_layout_checked, 4194304, 16); Oct 13 13:13:38.996 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! Oct 13 13:13:38.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.996 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.996 INFO kablam! | ^^^^^ Oct 13 13:13:38.996 INFO kablam! ... Oct 13 13:13:38.996 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 13 13:13:38.996 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.996 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! Oct 13 13:13:38.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.997 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.997 INFO kablam! ... Oct 13 13:13:38.997 INFO kablam! 3132 | rt_alloc_layout_checked!(rt_even_10bytes_16align_alloc_layout_checked, 10, 16); Oct 13 13:13:38.997 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! Oct 13 13:13:38.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.997 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.997 INFO kablam! | ^^^^^ Oct 13 13:13:38.997 INFO kablam! ... Oct 13 13:13:38.997 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 13 13:13:38.997 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! Oct 13 13:13:38.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.997 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.997 INFO kablam! ... Oct 13 13:13:38.997 INFO kablam! 3145 | rt_alloc_layout_checked!(rt_even_100bytes_16align_alloc_layout_checked, 100, 16); Oct 13 13:13:38.997 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! Oct 13 13:13:38.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.997 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:38.997 INFO kablam! | ^^^^^ Oct 13 13:13:38.997 INFO kablam! ... Oct 13 13:13:38.997 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 13 13:13:38.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! Oct 13 13:13:38.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:38.997 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:38.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:38.997 INFO kablam! ... Oct 13 13:13:38.997 INFO kablam! 3158 | rt_alloc_layout_checked!(rt_even_1000bytes_16align_alloc_layout_checked, 1000, 16); Oct 13 13:13:38.997 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:38.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:38.997 INFO kablam! | Oct 13 13:13:38.997 INFO kablam! Oct 13 13:13:39.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.002 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.002 INFO kablam! | ^^^^^ Oct 13 13:13:39.002 INFO kablam! ... Oct 13 13:13:39.002 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 13 13:13:39.002 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! Oct 13 13:13:39.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.002 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.002 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.002 INFO kablam! ... Oct 13 13:13:39.002 INFO kablam! 3171 | rt_alloc_layout_checked!(rt_even_10000bytes_16align_alloc_layout_checked, 10000, 16); Oct 13 13:13:39.002 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! Oct 13 13:13:39.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.002 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.002 INFO kablam! | ^^^^^ Oct 13 13:13:39.002 INFO kablam! ... Oct 13 13:13:39.002 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 13 13:13:39.002 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! Oct 13 13:13:39.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.002 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.002 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.002 INFO kablam! ... Oct 13 13:13:39.002 INFO kablam! 3184 | rt_alloc_layout_checked!(rt_even_100000bytes_16align_alloc_layout_checked, 100000, 16); Oct 13 13:13:39.002 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! Oct 13 13:13:39.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.002 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.002 INFO kablam! | Oct 13 13:13:39.002 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.003 INFO kablam! | ^^^^^ Oct 13 13:13:39.003 INFO kablam! ... Oct 13 13:13:39.003 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 13 13:13:39.003 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! Oct 13 13:13:39.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.003 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.003 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.003 INFO kablam! ... Oct 13 13:13:39.003 INFO kablam! 3197 | rt_alloc_layout_checked!(rt_even_1000000bytes_16align_alloc_layout_checked, 1000000, 16); Oct 13 13:13:39.003 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! Oct 13 13:13:39.003 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.003 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.003 INFO kablam! | ^^^^^ Oct 13 13:13:39.003 INFO kablam! ... Oct 13 13:13:39.003 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 13 13:13:39.003 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! Oct 13 13:13:39.003 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.003 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.003 INFO kablam! | Oct 13 13:13:39.003 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.003 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.003 INFO kablam! ... Oct 13 13:13:39.003 INFO kablam! 3211 | rt_alloc_layout_checked!(rt_odd_10bytes_16align_alloc_layout_checked, 10- 1, 16); Oct 13 13:13:39.003 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! Oct 13 13:13:39.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.009 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.009 INFO kablam! | ^^^^^ Oct 13 13:13:39.009 INFO kablam! ... Oct 13 13:13:39.009 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 13 13:13:39.009 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! Oct 13 13:13:39.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.009 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.009 INFO kablam! ... Oct 13 13:13:39.009 INFO kablam! 3224 | rt_alloc_layout_checked!(rt_odd_100bytes_16align_alloc_layout_checked, 100- 1, 16); Oct 13 13:13:39.009 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! Oct 13 13:13:39.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.009 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.009 INFO kablam! | ^^^^^ Oct 13 13:13:39.009 INFO kablam! ... Oct 13 13:13:39.009 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 13 13:13:39.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! Oct 13 13:13:39.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.009 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.009 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.009 INFO kablam! ... Oct 13 13:13:39.009 INFO kablam! 3237 | rt_alloc_layout_checked!(rt_odd_1000bytes_16align_alloc_layout_checked, 1000- 1, 16); Oct 13 13:13:39.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.009 INFO kablam! | Oct 13 13:13:39.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.010 INFO kablam! | Oct 13 13:13:39.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.010 INFO kablam! | Oct 13 13:13:39.010 INFO kablam! Oct 13 13:13:39.010 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.010 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.010 INFO kablam! | Oct 13 13:13:39.010 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.010 INFO kablam! | ^^^^^ Oct 13 13:13:39.010 INFO kablam! ... Oct 13 13:13:39.010 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 13 13:13:39.010 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.010 INFO kablam! | Oct 13 13:13:39.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.010 INFO kablam! | Oct 13 13:13:39.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.010 INFO kablam! | Oct 13 13:13:39.010 INFO kablam! Oct 13 13:13:39.011 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.011 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.011 INFO kablam! | Oct 13 13:13:39.011 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.011 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.011 INFO kablam! ... Oct 13 13:13:39.011 INFO kablam! 3250 | rt_alloc_layout_checked!(rt_odd_10000bytes_16align_alloc_layout_checked, 10000- 1, 16); Oct 13 13:13:39.011 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.011 INFO kablam! | Oct 13 13:13:39.011 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.011 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.011 INFO kablam! | Oct 13 13:13:39.011 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.011 INFO kablam! | Oct 13 13:13:39.011 INFO kablam! Oct 13 13:13:39.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.012 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.012 INFO kablam! | Oct 13 13:13:39.012 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.012 INFO kablam! | ^^^^^ Oct 13 13:13:39.012 INFO kablam! ... Oct 13 13:13:39.012 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 13 13:13:39.012 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.012 INFO kablam! | Oct 13 13:13:39.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.012 INFO kablam! | Oct 13 13:13:39.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.012 INFO kablam! | Oct 13 13:13:39.012 INFO kablam! Oct 13 13:13:39.013 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.013 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.013 INFO kablam! | Oct 13 13:13:39.013 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.013 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.013 INFO kablam! ... Oct 13 13:13:39.013 INFO kablam! 3263 | rt_alloc_layout_checked!(rt_odd_100000bytes_16align_alloc_layout_checked, 100000- 1, 16); Oct 13 13:13:39.013 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.013 INFO kablam! | Oct 13 13:13:39.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.013 INFO kablam! | Oct 13 13:13:39.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.013 INFO kablam! | Oct 13 13:13:39.013 INFO kablam! Oct 13 13:13:39.022 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.022 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.022 INFO kablam! | ^^^^^ Oct 13 13:13:39.022 INFO kablam! ... Oct 13 13:13:39.022 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 13 13:13:39.022 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.022 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! Oct 13 13:13:39.022 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.022 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.022 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.022 INFO kablam! ... Oct 13 13:13:39.022 INFO kablam! 3276 | rt_alloc_layout_checked!(rt_odd_1000000bytes_16align_alloc_layout_checked, 1000000- 1, 16); Oct 13 13:13:39.022 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.022 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! Oct 13 13:13:39.022 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.022 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.022 INFO kablam! | Oct 13 13:13:39.022 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.022 INFO kablam! | ^^^^^ Oct 13 13:13:39.022 INFO kablam! ... Oct 13 13:13:39.023 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 13 13:13:39.023 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! Oct 13 13:13:39.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.023 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.023 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.023 INFO kablam! ... Oct 13 13:13:39.023 INFO kablam! 3290 | rt_alloc_layout_checked!(rt_primes_3bytes_16align_alloc_layout_checked, 3, 16); Oct 13 13:13:39.023 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! Oct 13 13:13:39.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.023 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.023 INFO kablam! | ^^^^^ Oct 13 13:13:39.023 INFO kablam! ... Oct 13 13:13:39.023 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 13 13:13:39.023 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! Oct 13 13:13:39.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.023 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.023 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.023 INFO kablam! ... Oct 13 13:13:39.023 INFO kablam! 3303 | rt_alloc_layout_checked!(rt_primes_7bytes_16align_alloc_layout_checked, 7, 16); Oct 13 13:13:39.023 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! Oct 13 13:13:39.023 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.023 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.023 INFO kablam! | ^^^^^ Oct 13 13:13:39.023 INFO kablam! ... Oct 13 13:13:39.023 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 13 13:13:39.023 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! Oct 13 13:13:39.023 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.023 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.023 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.023 INFO kablam! ... Oct 13 13:13:39.023 INFO kablam! 3316 | rt_alloc_layout_checked!(rt_primes_13bytes_16align_alloc_layout_checked, 13, 16); Oct 13 13:13:39.023 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.023 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.023 INFO kablam! | Oct 13 13:13:39.023 INFO kablam! Oct 13 13:13:39.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.029 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.029 INFO kablam! | ^^^^^ Oct 13 13:13:39.029 INFO kablam! ... Oct 13 13:13:39.029 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 13 13:13:39.029 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! Oct 13 13:13:39.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.029 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.029 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.029 INFO kablam! ... Oct 13 13:13:39.029 INFO kablam! 3329 | rt_alloc_layout_checked!(rt_primes_17bytes_16align_alloc_layout_checked, 17, 16); Oct 13 13:13:39.029 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! Oct 13 13:13:39.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.029 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.029 INFO kablam! | ^^^^^ Oct 13 13:13:39.029 INFO kablam! ... Oct 13 13:13:39.029 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 13 13:13:39.029 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! Oct 13 13:13:39.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.029 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.029 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.029 INFO kablam! ... Oct 13 13:13:39.029 INFO kablam! 3342 | rt_alloc_layout_checked!(rt_primes_31bytes_16align_alloc_layout_checked, 31, 16); Oct 13 13:13:39.029 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! Oct 13 13:13:39.029 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.029 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.029 INFO kablam! | Oct 13 13:13:39.029 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.029 INFO kablam! | ^^^^^ Oct 13 13:13:39.029 INFO kablam! ... Oct 13 13:13:39.029 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 13 13:13:39.029 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! Oct 13 13:13:39.030 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.030 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.030 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.030 INFO kablam! ... Oct 13 13:13:39.030 INFO kablam! 3355 | rt_alloc_layout_checked!(rt_primes_61bytes_16align_alloc_layout_checked, 61, 16); Oct 13 13:13:39.030 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! Oct 13 13:13:39.030 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.030 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.030 INFO kablam! | ^^^^^ Oct 13 13:13:39.030 INFO kablam! ... Oct 13 13:13:39.030 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 13 13:13:39.030 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.030 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.030 INFO kablam! | Oct 13 13:13:39.030 INFO kablam! Oct 13 13:13:39.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.037 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.037 INFO kablam! ... Oct 13 13:13:39.037 INFO kablam! 3368 | rt_alloc_layout_checked!(rt_primes_96bytes_16align_alloc_layout_checked, 96, 16); Oct 13 13:13:39.037 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! Oct 13 13:13:39.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.037 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.037 INFO kablam! | ^^^^^ Oct 13 13:13:39.037 INFO kablam! ... Oct 13 13:13:39.037 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 13 13:13:39.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! Oct 13 13:13:39.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.037 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.037 INFO kablam! ... Oct 13 13:13:39.037 INFO kablam! 3381 | rt_alloc_layout_checked!(rt_primes_127bytes_16align_alloc_layout_checked, 127, 16); Oct 13 13:13:39.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.037 INFO kablam! | Oct 13 13:13:39.037 INFO kablam! Oct 13 13:13:39.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.044 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.044 INFO kablam! | ^^^^^ Oct 13 13:13:39.044 INFO kablam! ... Oct 13 13:13:39.044 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 13 13:13:39.044 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! Oct 13 13:13:39.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.044 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.044 INFO kablam! ... Oct 13 13:13:39.044 INFO kablam! 3394 | rt_alloc_layout_checked!(rt_primes_257bytes_16align_alloc_layout_checked, 257, 16); Oct 13 13:13:39.044 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.044 INFO kablam! | Oct 13 13:13:39.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! Oct 13 13:13:39.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.045 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.045 INFO kablam! | ^^^^^ Oct 13 13:13:39.045 INFO kablam! ... Oct 13 13:13:39.045 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 13 13:13:39.045 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! Oct 13 13:13:39.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.045 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.045 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.045 INFO kablam! ... Oct 13 13:13:39.045 INFO kablam! 3407 | rt_alloc_layout_checked!(rt_primes_509bytes_16align_alloc_layout_checked, 509, 16); Oct 13 13:13:39.045 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! Oct 13 13:13:39.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.045 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.045 INFO kablam! | ^^^^^ Oct 13 13:13:39.045 INFO kablam! ... Oct 13 13:13:39.045 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 13 13:13:39.045 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.045 INFO kablam! | Oct 13 13:13:39.045 INFO kablam! Oct 13 13:13:39.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.046 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.046 INFO kablam! | Oct 13 13:13:39.046 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.046 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.046 INFO kablam! ... Oct 13 13:13:39.046 INFO kablam! 3420 | rt_alloc_layout_checked!(rt_primes_1021bytes_16align_alloc_layout_checked, 1021, 16); Oct 13 13:13:39.046 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.046 INFO kablam! | Oct 13 13:13:39.046 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.046 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.046 INFO kablam! | Oct 13 13:13:39.046 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.046 INFO kablam! | Oct 13 13:13:39.046 INFO kablam! Oct 13 13:13:39.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.048 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.048 INFO kablam! | ^^^^^ Oct 13 13:13:39.048 INFO kablam! ... Oct 13 13:13:39.048 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 13 13:13:39.048 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! Oct 13 13:13:39.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.048 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.048 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.048 INFO kablam! ... Oct 13 13:13:39.048 INFO kablam! 3433 | rt_alloc_layout_checked!(rt_primes_2039bytes_16align_alloc_layout_checked, 2039, 16); Oct 13 13:13:39.048 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.048 INFO kablam! | Oct 13 13:13:39.048 INFO kablam! Oct 13 13:13:39.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.052 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.052 INFO kablam! | Oct 13 13:13:39.052 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.052 INFO kablam! | ^^^^^ Oct 13 13:13:39.052 INFO kablam! ... Oct 13 13:13:39.052 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 13 13:13:39.052 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.052 INFO kablam! | Oct 13 13:13:39.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.052 INFO kablam! | Oct 13 13:13:39.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.052 INFO kablam! | Oct 13 13:13:39.052 INFO kablam! Oct 13 13:13:39.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.052 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.052 INFO kablam! | Oct 13 13:13:39.052 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.052 INFO kablam! ... Oct 13 13:13:39.053 INFO kablam! 3446 | rt_alloc_layout_checked!(rt_primes_4093bytes_16align_alloc_layout_checked, 4093, 16); Oct 13 13:13:39.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! Oct 13 13:13:39.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.053 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.053 INFO kablam! | ^^^^^ Oct 13 13:13:39.053 INFO kablam! ... Oct 13 13:13:39.053 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 13 13:13:39.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! Oct 13 13:13:39.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.053 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.053 INFO kablam! ... Oct 13 13:13:39.053 INFO kablam! 3459 | rt_alloc_layout_checked!(rt_primes_8191bytes_16align_alloc_layout_checked, 8191, 16); Oct 13 13:13:39.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! Oct 13 13:13:39.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.053 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.053 INFO kablam! | ^^^^^ Oct 13 13:13:39.053 INFO kablam! ... Oct 13 13:13:39.053 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 13 13:13:39.053 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! Oct 13 13:13:39.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.053 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.053 INFO kablam! ... Oct 13 13:13:39.053 INFO kablam! 3472 | rt_alloc_layout_checked!(rt_primes_16381bytes_16align_alloc_layout_checked, 16381, 16); Oct 13 13:13:39.053 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.053 INFO kablam! | Oct 13 13:13:39.053 INFO kablam! Oct 13 13:13:39.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.060 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.060 INFO kablam! | ^^^^^ Oct 13 13:13:39.060 INFO kablam! ... Oct 13 13:13:39.060 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 13 13:13:39.060 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! Oct 13 13:13:39.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.060 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.060 INFO kablam! ... Oct 13 13:13:39.060 INFO kablam! 3485 | rt_alloc_layout_checked!(rt_primes_32749bytes_16align_alloc_layout_checked, 32749, 16); Oct 13 13:13:39.060 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! Oct 13 13:13:39.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.060 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.060 INFO kablam! | ^^^^^ Oct 13 13:13:39.060 INFO kablam! ... Oct 13 13:13:39.060 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 13 13:13:39.060 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.060 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! Oct 13 13:13:39.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.061 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.061 INFO kablam! ... Oct 13 13:13:39.061 INFO kablam! 3498 | rt_alloc_layout_checked!(rt_primes_65537bytes_16align_alloc_layout_checked, 65537, 16); Oct 13 13:13:39.061 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! Oct 13 13:13:39.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.061 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.061 INFO kablam! | ^^^^^ Oct 13 13:13:39.061 INFO kablam! ... Oct 13 13:13:39.061 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 13 13:13:39.061 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! Oct 13 13:13:39.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.061 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.061 INFO kablam! ... Oct 13 13:13:39.061 INFO kablam! 3511 | rt_alloc_layout_checked!(rt_primes_131071bytes_16align_alloc_layout_checked, 131071, 16); Oct 13 13:13:39.061 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.061 INFO kablam! | Oct 13 13:13:39.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.062 INFO kablam! | Oct 13 13:13:39.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.062 INFO kablam! | Oct 13 13:13:39.062 INFO kablam! Oct 13 13:13:39.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.062 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.062 INFO kablam! | Oct 13 13:13:39.062 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.062 INFO kablam! | ^^^^^ Oct 13 13:13:39.062 INFO kablam! ... Oct 13 13:13:39.062 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 13 13:13:39.062 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.062 INFO kablam! | Oct 13 13:13:39.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.062 INFO kablam! | Oct 13 13:13:39.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.062 INFO kablam! | Oct 13 13:13:39.062 INFO kablam! Oct 13 13:13:39.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.069 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.069 INFO kablam! ... Oct 13 13:13:39.069 INFO kablam! 3524 | rt_alloc_layout_checked!(rt_primes_4194301bytes_16align_alloc_layout_checked, 4194301, 16); Oct 13 13:13:39.069 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! Oct 13 13:13:39.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.069 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.069 INFO kablam! | ^^^^^ Oct 13 13:13:39.069 INFO kablam! ... Oct 13 13:13:39.069 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 13 13:13:39.069 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.069 INFO kablam! | Oct 13 13:13:39.069 INFO kablam! Oct 13 13:13:39.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.070 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.070 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.070 INFO kablam! ... Oct 13 13:13:39.070 INFO kablam! 3540 | rt_alloc_layout_checked!(rt_pow2_1bytes_32align_alloc_layout_checked, 1, 32); Oct 13 13:13:39.070 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! Oct 13 13:13:39.070 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.070 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.070 INFO kablam! | ^^^^^ Oct 13 13:13:39.070 INFO kablam! ... Oct 13 13:13:39.070 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 13 13:13:39.070 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.070 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.070 INFO kablam! | Oct 13 13:13:39.070 INFO kablam! Oct 13 13:13:39.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.076 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.076 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.076 INFO kablam! ... Oct 13 13:13:39.076 INFO kablam! 3553 | rt_alloc_layout_checked!(rt_pow2_2bytes_32align_alloc_layout_checked, 2, 32); Oct 13 13:13:39.076 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! Oct 13 13:13:39.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.076 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.076 INFO kablam! | ^^^^^ Oct 13 13:13:39.076 INFO kablam! ... Oct 13 13:13:39.076 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 13 13:13:39.076 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! Oct 13 13:13:39.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.076 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.076 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.076 INFO kablam! ... Oct 13 13:13:39.076 INFO kablam! 3566 | rt_alloc_layout_checked!(rt_pow2_4bytes_32align_alloc_layout_checked, 4, 32); Oct 13 13:13:39.076 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.076 INFO kablam! | Oct 13 13:13:39.076 INFO kablam! Oct 13 13:13:39.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.076 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.077 INFO kablam! | ^^^^^ Oct 13 13:13:39.077 INFO kablam! ... Oct 13 13:13:39.077 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 13 13:13:39.077 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! Oct 13 13:13:39.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.077 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.077 INFO kablam! ... Oct 13 13:13:39.077 INFO kablam! 3579 | rt_alloc_layout_checked!(rt_pow2_8bytes_32align_alloc_layout_checked, 8, 32); Oct 13 13:13:39.077 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! Oct 13 13:13:39.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.077 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.077 INFO kablam! | ^^^^^ Oct 13 13:13:39.077 INFO kablam! ... Oct 13 13:13:39.077 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 13 13:13:39.077 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! Oct 13 13:13:39.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.077 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.077 INFO kablam! ... Oct 13 13:13:39.077 INFO kablam! 3592 | rt_alloc_layout_checked!(rt_pow2_16bytes_32align_alloc_layout_checked, 16, 32); Oct 13 13:13:39.077 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.077 INFO kablam! | Oct 13 13:13:39.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.078 INFO kablam! | Oct 13 13:13:39.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.078 INFO kablam! | Oct 13 13:13:39.078 INFO kablam! Oct 13 13:13:39.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.084 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.084 INFO kablam! | ^^^^^ Oct 13 13:13:39.084 INFO kablam! ... Oct 13 13:13:39.084 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 13 13:13:39.084 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! Oct 13 13:13:39.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.084 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.084 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.084 INFO kablam! ... Oct 13 13:13:39.084 INFO kablam! 3605 | rt_alloc_layout_checked!(rt_pow2_32bytes_32align_alloc_layout_checked, 32, 32); Oct 13 13:13:39.084 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! Oct 13 13:13:39.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.084 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.084 INFO kablam! | ^^^^^ Oct 13 13:13:39.084 INFO kablam! ... Oct 13 13:13:39.084 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 13 13:13:39.084 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.084 INFO kablam! Oct 13 13:13:39.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.084 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.084 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.085 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.085 INFO kablam! ... Oct 13 13:13:39.085 INFO kablam! 3618 | rt_alloc_layout_checked!(rt_pow2_64bytes_32align_alloc_layout_checked, 64, 32); Oct 13 13:13:39.085 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! Oct 13 13:13:39.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.085 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.085 INFO kablam! | Oct 13 13:13:39.085 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.085 INFO kablam! | ^^^^^ Oct 13 13:13:39.086 INFO kablam! ... Oct 13 13:13:39.086 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 13 13:13:39.086 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! Oct 13 13:13:39.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.086 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.086 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.086 INFO kablam! ... Oct 13 13:13:39.086 INFO kablam! 3631 | rt_alloc_layout_checked!(rt_pow2_128bytes_32align_alloc_layout_checked, 128, 32); Oct 13 13:13:39.086 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! Oct 13 13:13:39.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.086 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.086 INFO kablam! | ^^^^^ Oct 13 13:13:39.086 INFO kablam! ... Oct 13 13:13:39.086 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 13 13:13:39.086 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! Oct 13 13:13:39.086 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.086 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.086 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.086 INFO kablam! ... Oct 13 13:13:39.086 INFO kablam! 3644 | rt_alloc_layout_checked!(rt_pow2_256bytes_32align_alloc_layout_checked, 256, 32); Oct 13 13:13:39.086 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.086 INFO kablam! | Oct 13 13:13:39.086 INFO kablam! Oct 13 13:13:39.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.093 INFO kablam! | ^^^^^ Oct 13 13:13:39.093 INFO kablam! ... Oct 13 13:13:39.093 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 13 13:13:39.093 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! Oct 13 13:13:39.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.093 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.093 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.093 INFO kablam! ... Oct 13 13:13:39.093 INFO kablam! 3657 | rt_alloc_layout_checked!(rt_pow2_512bytes_32align_alloc_layout_checked, 512, 32); Oct 13 13:13:39.093 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! Oct 13 13:13:39.093 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.093 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.093 INFO kablam! | ^^^^^ Oct 13 13:13:39.093 INFO kablam! ... Oct 13 13:13:39.093 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 13 13:13:39.093 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.093 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! Oct 13 13:13:39.093 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.093 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.093 INFO kablam! | Oct 13 13:13:39.093 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.094 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.094 INFO kablam! ... Oct 13 13:13:39.094 INFO kablam! 3670 | rt_alloc_layout_checked!(rt_pow2_1024bytes_32align_alloc_layout_checked, 1024, 32); Oct 13 13:13:39.094 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! Oct 13 13:13:39.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.094 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.094 INFO kablam! | ^^^^^ Oct 13 13:13:39.094 INFO kablam! ... Oct 13 13:13:39.094 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 13 13:13:39.094 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! Oct 13 13:13:39.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.094 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.094 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.094 INFO kablam! ... Oct 13 13:13:39.094 INFO kablam! 3683 | rt_alloc_layout_checked!(rt_pow2_2048bytes_32align_alloc_layout_checked, 2048, 32); Oct 13 13:13:39.094 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.094 INFO kablam! | Oct 13 13:13:39.094 INFO kablam! Oct 13 13:13:39.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.100 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.100 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.101 INFO kablam! | ^^^^^ Oct 13 13:13:39.101 INFO kablam! ... Oct 13 13:13:39.101 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 13 13:13:39.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! Oct 13 13:13:39.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.101 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.101 INFO kablam! ... Oct 13 13:13:39.101 INFO kablam! 3696 | rt_alloc_layout_checked!(rt_pow2_4096bytes_32align_alloc_layout_checked, 4096, 32); Oct 13 13:13:39.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! Oct 13 13:13:39.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.101 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.101 INFO kablam! | ^^^^^ Oct 13 13:13:39.101 INFO kablam! ... Oct 13 13:13:39.101 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 13 13:13:39.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! Oct 13 13:13:39.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.101 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.101 INFO kablam! ... Oct 13 13:13:39.101 INFO kablam! 3709 | rt_alloc_layout_checked!(rt_pow2_8192bytes_32align_alloc_layout_checked, 8192, 32); Oct 13 13:13:39.101 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! Oct 13 13:13:39.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.101 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.101 INFO kablam! | ^^^^^ Oct 13 13:13:39.101 INFO kablam! ... Oct 13 13:13:39.101 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 13 13:13:39.101 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! Oct 13 13:13:39.101 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.101 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.101 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.101 INFO kablam! ... Oct 13 13:13:39.101 INFO kablam! 3722 | rt_alloc_layout_checked!(rt_pow2_16384bytes_32align_alloc_layout_checked, 16384, 32); Oct 13 13:13:39.101 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.101 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! Oct 13 13:13:39.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.101 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.101 INFO kablam! | Oct 13 13:13:39.101 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.102 INFO kablam! | ^^^^^ Oct 13 13:13:39.102 INFO kablam! ... Oct 13 13:13:39.102 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 13 13:13:39.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! Oct 13 13:13:39.102 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.102 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.102 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.102 INFO kablam! ... Oct 13 13:13:39.102 INFO kablam! 3735 | rt_alloc_layout_checked!(rt_pow2_32768bytes_32align_alloc_layout_checked, 32768, 32); Oct 13 13:13:39.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! Oct 13 13:13:39.102 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.102 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.102 INFO kablam! | ^^^^^ Oct 13 13:13:39.102 INFO kablam! ... Oct 13 13:13:39.102 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 13 13:13:39.102 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.102 INFO kablam! | Oct 13 13:13:39.102 INFO kablam! Oct 13 13:13:39.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.108 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.108 INFO kablam! | Oct 13 13:13:39.108 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.108 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.108 INFO kablam! ... Oct 13 13:13:39.108 INFO kablam! 3748 | rt_alloc_layout_checked!(rt_pow2_65536bytes_32align_alloc_layout_checked, 65536, 32); Oct 13 13:13:39.108 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.108 INFO kablam! | Oct 13 13:13:39.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.108 INFO kablam! | Oct 13 13:13:39.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.108 INFO kablam! | Oct 13 13:13:39.108 INFO kablam! Oct 13 13:13:39.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.108 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.108 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.109 INFO kablam! | ^^^^^ Oct 13 13:13:39.109 INFO kablam! ... Oct 13 13:13:39.109 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 13 13:13:39.109 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! Oct 13 13:13:39.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.109 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.109 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.109 INFO kablam! ... Oct 13 13:13:39.109 INFO kablam! 3761 | rt_alloc_layout_checked!(rt_pow2_131072bytes_32align_alloc_layout_checked, 131072, 32); Oct 13 13:13:39.109 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! Oct 13 13:13:39.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.109 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.109 INFO kablam! | Oct 13 13:13:39.109 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.109 INFO kablam! | ^^^^^ Oct 13 13:13:39.109 INFO kablam! ... Oct 13 13:13:39.110 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 13 13:13:39.110 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! Oct 13 13:13:39.110 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.110 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.110 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.110 INFO kablam! ... Oct 13 13:13:39.110 INFO kablam! 3774 | rt_alloc_layout_checked!(rt_pow2_4194304bytes_32align_alloc_layout_checked, 4194304, 32); Oct 13 13:13:39.110 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! Oct 13 13:13:39.110 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.110 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.110 INFO kablam! | ^^^^^ Oct 13 13:13:39.110 INFO kablam! ... Oct 13 13:13:39.110 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 13 13:13:39.110 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.110 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.110 INFO kablam! | Oct 13 13:13:39.110 INFO kablam! Oct 13 13:13:39.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.117 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.117 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.117 INFO kablam! ... Oct 13 13:13:39.117 INFO kablam! 3788 | rt_alloc_layout_checked!(rt_even_10bytes_32align_alloc_layout_checked, 10, 32); Oct 13 13:13:39.117 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! Oct 13 13:13:39.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.117 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.117 INFO kablam! | ^^^^^ Oct 13 13:13:39.117 INFO kablam! ... Oct 13 13:13:39.117 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 13 13:13:39.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.117 INFO kablam! | Oct 13 13:13:39.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! Oct 13 13:13:39.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.118 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.118 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.118 INFO kablam! ... Oct 13 13:13:39.118 INFO kablam! 3801 | rt_alloc_layout_checked!(rt_even_100bytes_32align_alloc_layout_checked, 100, 32); Oct 13 13:13:39.118 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! Oct 13 13:13:39.118 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.118 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.118 INFO kablam! | ^^^^^ Oct 13 13:13:39.118 INFO kablam! ... Oct 13 13:13:39.118 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 13 13:13:39.118 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! Oct 13 13:13:39.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.118 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.118 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.118 INFO kablam! ... Oct 13 13:13:39.118 INFO kablam! 3814 | rt_alloc_layout_checked!(rt_even_1000bytes_32align_alloc_layout_checked, 1000, 32); Oct 13 13:13:39.118 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! Oct 13 13:13:39.118 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.118 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.118 INFO kablam! | ^^^^^ Oct 13 13:13:39.118 INFO kablam! ... Oct 13 13:13:39.118 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 13 13:13:39.118 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! Oct 13 13:13:39.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.118 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.118 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.118 INFO kablam! ... Oct 13 13:13:39.118 INFO kablam! 3827 | rt_alloc_layout_checked!(rt_even_10000bytes_32align_alloc_layout_checked, 10000, 32); Oct 13 13:13:39.118 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! Oct 13 13:13:39.118 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.118 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.118 INFO kablam! | ^^^^^ Oct 13 13:13:39.118 INFO kablam! ... Oct 13 13:13:39.118 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 13 13:13:39.118 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.118 INFO kablam! | Oct 13 13:13:39.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.119 INFO kablam! | Oct 13 13:13:39.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.119 INFO kablam! | Oct 13 13:13:39.119 INFO kablam! Oct 13 13:13:39.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.120 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.120 INFO kablam! | Oct 13 13:13:39.120 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.120 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.120 INFO kablam! ... Oct 13 13:13:39.120 INFO kablam! 3840 | rt_alloc_layout_checked!(rt_even_100000bytes_32align_alloc_layout_checked, 100000, 32); Oct 13 13:13:39.120 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.120 INFO kablam! | Oct 13 13:13:39.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.120 INFO kablam! | Oct 13 13:13:39.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.120 INFO kablam! | Oct 13 13:13:39.120 INFO kablam! Oct 13 13:13:39.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.124 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.124 INFO kablam! | Oct 13 13:13:39.124 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.124 INFO kablam! | ^^^^^ Oct 13 13:13:39.124 INFO kablam! ... Oct 13 13:13:39.124 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 13 13:13:39.124 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.124 INFO kablam! | Oct 13 13:13:39.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.124 INFO kablam! | Oct 13 13:13:39.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.124 INFO kablam! | Oct 13 13:13:39.124 INFO kablam! Oct 13 13:13:39.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.124 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.124 INFO kablam! | Oct 13 13:13:39.124 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.124 INFO kablam! ... Oct 13 13:13:39.124 INFO kablam! 3853 | rt_alloc_layout_checked!(rt_even_1000000bytes_32align_alloc_layout_checked, 1000000, 32); Oct 13 13:13:39.124 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.125 INFO kablam! | Oct 13 13:13:39.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.125 INFO kablam! | Oct 13 13:13:39.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.125 INFO kablam! | Oct 13 13:13:39.125 INFO kablam! Oct 13 13:13:39.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.133 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.133 INFO kablam! | ^^^^^ Oct 13 13:13:39.133 INFO kablam! ... Oct 13 13:13:39.133 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 13 13:13:39.133 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! Oct 13 13:13:39.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.133 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.133 INFO kablam! ... Oct 13 13:13:39.133 INFO kablam! 3867 | rt_alloc_layout_checked!(rt_odd_10bytes_32align_alloc_layout_checked, 10- 1, 32); Oct 13 13:13:39.133 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! Oct 13 13:13:39.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.133 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.133 INFO kablam! | ^^^^^ Oct 13 13:13:39.133 INFO kablam! ... Oct 13 13:13:39.133 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 13 13:13:39.133 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! Oct 13 13:13:39.133 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.133 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.133 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.133 INFO kablam! ... Oct 13 13:13:39.133 INFO kablam! 3880 | rt_alloc_layout_checked!(rt_odd_100bytes_32align_alloc_layout_checked, 100- 1, 32); Oct 13 13:13:39.133 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.133 INFO kablam! | Oct 13 13:13:39.133 INFO kablam! Oct 13 13:13:39.137 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.137 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.137 INFO kablam! | Oct 13 13:13:39.137 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.137 INFO kablam! | ^^^^^ Oct 13 13:13:39.137 INFO kablam! ... Oct 13 13:13:39.137 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 13 13:13:39.138 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! Oct 13 13:13:39.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.138 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.138 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.138 INFO kablam! ... Oct 13 13:13:39.138 INFO kablam! 3893 | rt_alloc_layout_checked!(rt_odd_1000bytes_32align_alloc_layout_checked, 1000- 1, 32); Oct 13 13:13:39.138 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! Oct 13 13:13:39.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.138 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.138 INFO kablam! | ^^^^^ Oct 13 13:13:39.138 INFO kablam! ... Oct 13 13:13:39.138 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 13 13:13:39.138 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! Oct 13 13:13:39.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.138 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.138 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.138 INFO kablam! ... Oct 13 13:13:39.138 INFO kablam! 3906 | rt_alloc_layout_checked!(rt_odd_10000bytes_32align_alloc_layout_checked, 10000- 1, 32); Oct 13 13:13:39.138 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! Oct 13 13:13:39.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.138 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.138 INFO kablam! | ^^^^^ Oct 13 13:13:39.138 INFO kablam! ... Oct 13 13:13:39.138 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 13 13:13:39.138 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! Oct 13 13:13:39.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.138 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.138 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.138 INFO kablam! ... Oct 13 13:13:39.138 INFO kablam! 3919 | rt_alloc_layout_checked!(rt_odd_100000bytes_32align_alloc_layout_checked, 100000- 1, 32); Oct 13 13:13:39.138 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! Oct 13 13:13:39.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.138 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.138 INFO kablam! | Oct 13 13:13:39.138 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.138 INFO kablam! | ^^^^^ Oct 13 13:13:39.138 INFO kablam! ... Oct 13 13:13:39.138 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 13 13:13:39.139 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! Oct 13 13:13:39.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.139 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.139 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.139 INFO kablam! ... Oct 13 13:13:39.139 INFO kablam! 3932 | rt_alloc_layout_checked!(rt_odd_1000000bytes_32align_alloc_layout_checked, 1000000- 1, 32); Oct 13 13:13:39.139 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! Oct 13 13:13:39.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.139 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.139 INFO kablam! | ^^^^^ Oct 13 13:13:39.139 INFO kablam! ... Oct 13 13:13:39.139 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 13 13:13:39.139 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! Oct 13 13:13:39.139 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.139 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.139 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.139 INFO kablam! ... Oct 13 13:13:39.139 INFO kablam! 3946 | rt_alloc_layout_checked!(rt_primes_3bytes_32align_alloc_layout_checked, 3, 32); Oct 13 13:13:39.139 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.139 INFO kablam! | Oct 13 13:13:39.139 INFO kablam! Oct 13 13:13:39.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.153 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.153 INFO kablam! | ^^^^^ Oct 13 13:13:39.153 INFO kablam! ... Oct 13 13:13:39.153 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 13 13:13:39.153 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.153 INFO kablam! | Oct 13 13:13:39.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! Oct 13 13:13:39.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.154 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.154 INFO kablam! ... Oct 13 13:13:39.154 INFO kablam! 3959 | rt_alloc_layout_checked!(rt_primes_7bytes_32align_alloc_layout_checked, 7, 32); Oct 13 13:13:39.154 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! Oct 13 13:13:39.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.154 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.154 INFO kablam! | ^^^^^ Oct 13 13:13:39.154 INFO kablam! ... Oct 13 13:13:39.154 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 13 13:13:39.154 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.154 INFO kablam! | Oct 13 13:13:39.154 INFO kablam! Oct 13 13:13:39.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.165 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.165 INFO kablam! ... Oct 13 13:13:39.165 INFO kablam! 3972 | rt_alloc_layout_checked!(rt_primes_13bytes_32align_alloc_layout_checked, 13, 32); Oct 13 13:13:39.165 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.165 INFO kablam! Oct 13 13:13:39.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.165 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.165 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.166 INFO kablam! | ^^^^^ Oct 13 13:13:39.166 INFO kablam! ... Oct 13 13:13:39.166 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 13 13:13:39.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! Oct 13 13:13:39.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.166 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.166 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.166 INFO kablam! ... Oct 13 13:13:39.166 INFO kablam! 3985 | rt_alloc_layout_checked!(rt_primes_17bytes_32align_alloc_layout_checked, 17, 32); Oct 13 13:13:39.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! Oct 13 13:13:39.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.166 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.166 INFO kablam! | ^^^^^ Oct 13 13:13:39.166 INFO kablam! ... Oct 13 13:13:39.166 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 13 13:13:39.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! Oct 13 13:13:39.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.166 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.166 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.166 INFO kablam! ... Oct 13 13:13:39.166 INFO kablam! 3998 | rt_alloc_layout_checked!(rt_primes_31bytes_32align_alloc_layout_checked, 31, 32); Oct 13 13:13:39.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! Oct 13 13:13:39.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.166 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.166 INFO kablam! | ^^^^^ Oct 13 13:13:39.166 INFO kablam! ... Oct 13 13:13:39.166 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 13 13:13:39.166 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.166 INFO kablam! | Oct 13 13:13:39.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! Oct 13 13:13:39.167 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.167 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.167 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.167 INFO kablam! ... Oct 13 13:13:39.167 INFO kablam! 4011 | rt_alloc_layout_checked!(rt_primes_61bytes_32align_alloc_layout_checked, 61, 32); Oct 13 13:13:39.167 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.167 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! Oct 13 13:13:39.167 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.167 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.167 INFO kablam! | Oct 13 13:13:39.167 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.167 INFO kablam! | ^^^^^ Oct 13 13:13:39.168 INFO kablam! ... Oct 13 13:13:39.168 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 13 13:13:39.168 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.168 INFO kablam! | Oct 13 13:13:39.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.168 INFO kablam! | Oct 13 13:13:39.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.168 INFO kablam! | Oct 13 13:13:39.168 INFO kablam! Oct 13 13:13:39.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.172 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.173 INFO kablam! ... Oct 13 13:13:39.173 INFO kablam! 4024 | rt_alloc_layout_checked!(rt_primes_96bytes_32align_alloc_layout_checked, 96, 32); Oct 13 13:13:39.173 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! Oct 13 13:13:39.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.173 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.173 INFO kablam! | ^^^^^ Oct 13 13:13:39.173 INFO kablam! ... Oct 13 13:13:39.173 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 13 13:13:39.173 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! Oct 13 13:13:39.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.173 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.173 INFO kablam! ... Oct 13 13:13:39.173 INFO kablam! 4037 | rt_alloc_layout_checked!(rt_primes_127bytes_32align_alloc_layout_checked, 127, 32); Oct 13 13:13:39.173 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! Oct 13 13:13:39.173 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.173 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.173 INFO kablam! | ^^^^^ Oct 13 13:13:39.173 INFO kablam! ... Oct 13 13:13:39.173 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 13 13:13:39.173 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.173 INFO kablam! | Oct 13 13:13:39.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.174 INFO kablam! | Oct 13 13:13:39.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.174 INFO kablam! | Oct 13 13:13:39.174 INFO kablam! Oct 13 13:13:39.174 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.174 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.174 INFO kablam! | Oct 13 13:13:39.174 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.174 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.174 INFO kablam! ... Oct 13 13:13:39.174 INFO kablam! 4050 | rt_alloc_layout_checked!(rt_primes_257bytes_32align_alloc_layout_checked, 257, 32); Oct 13 13:13:39.174 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.174 INFO kablam! | Oct 13 13:13:39.174 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.174 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.174 INFO kablam! | Oct 13 13:13:39.174 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.174 INFO kablam! | Oct 13 13:13:39.174 INFO kablam! Oct 13 13:13:39.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.176 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.176 INFO kablam! | ^^^^^ Oct 13 13:13:39.176 INFO kablam! ... Oct 13 13:13:39.176 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 13 13:13:39.176 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! Oct 13 13:13:39.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.176 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.176 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.176 INFO kablam! ... Oct 13 13:13:39.176 INFO kablam! 4063 | rt_alloc_layout_checked!(rt_primes_509bytes_32align_alloc_layout_checked, 509, 32); Oct 13 13:13:39.176 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.176 INFO kablam! | Oct 13 13:13:39.176 INFO kablam! Oct 13 13:13:39.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.181 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.181 INFO kablam! | ^^^^^ Oct 13 13:13:39.181 INFO kablam! ... Oct 13 13:13:39.181 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 13 13:13:39.181 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.181 INFO kablam! | Oct 13 13:13:39.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! Oct 13 13:13:39.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.182 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.182 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.182 INFO kablam! ... Oct 13 13:13:39.182 INFO kablam! 4076 | rt_alloc_layout_checked!(rt_primes_1021bytes_32align_alloc_layout_checked, 1021, 32); Oct 13 13:13:39.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! Oct 13 13:13:39.182 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.182 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.182 INFO kablam! | ^^^^^ Oct 13 13:13:39.182 INFO kablam! ... Oct 13 13:13:39.182 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 13 13:13:39.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! Oct 13 13:13:39.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.182 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.182 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.182 INFO kablam! ... Oct 13 13:13:39.182 INFO kablam! 4089 | rt_alloc_layout_checked!(rt_primes_2039bytes_32align_alloc_layout_checked, 2039, 32); Oct 13 13:13:39.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! Oct 13 13:13:39.182 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.182 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.182 INFO kablam! | ^^^^^ Oct 13 13:13:39.182 INFO kablam! ... Oct 13 13:13:39.182 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 13 13:13:39.182 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.182 INFO kablam! | Oct 13 13:13:39.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.183 INFO kablam! | Oct 13 13:13:39.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.183 INFO kablam! | Oct 13 13:13:39.183 INFO kablam! Oct 13 13:13:39.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.183 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.183 INFO kablam! | Oct 13 13:13:39.183 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.183 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.183 INFO kablam! ... Oct 13 13:13:39.183 INFO kablam! 4102 | rt_alloc_layout_checked!(rt_primes_4093bytes_32align_alloc_layout_checked, 4093, 32); Oct 13 13:13:39.183 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.183 INFO kablam! | Oct 13 13:13:39.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.183 INFO kablam! | Oct 13 13:13:39.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.183 INFO kablam! | Oct 13 13:13:39.183 INFO kablam! Oct 13 13:13:39.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.185 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.185 INFO kablam! | ^^^^^ Oct 13 13:13:39.185 INFO kablam! ... Oct 13 13:13:39.185 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 13 13:13:39.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! Oct 13 13:13:39.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.185 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.185 INFO kablam! ... Oct 13 13:13:39.185 INFO kablam! 4115 | rt_alloc_layout_checked!(rt_primes_8191bytes_32align_alloc_layout_checked, 8191, 32); Oct 13 13:13:39.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.185 INFO kablam! | Oct 13 13:13:39.185 INFO kablam! Oct 13 13:13:39.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.193 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.193 INFO kablam! | ^^^^^ Oct 13 13:13:39.193 INFO kablam! ... Oct 13 13:13:39.193 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 13 13:13:39.193 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.193 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! Oct 13 13:13:39.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.194 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.194 INFO kablam! ... Oct 13 13:13:39.194 INFO kablam! 4128 | rt_alloc_layout_checked!(rt_primes_16381bytes_32align_alloc_layout_checked, 16381, 32); Oct 13 13:13:39.194 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! Oct 13 13:13:39.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.194 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.194 INFO kablam! | ^^^^^ Oct 13 13:13:39.194 INFO kablam! ... Oct 13 13:13:39.194 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 13 13:13:39.194 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! Oct 13 13:13:39.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.194 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.194 INFO kablam! ... Oct 13 13:13:39.194 INFO kablam! 4141 | rt_alloc_layout_checked!(rt_primes_32749bytes_32align_alloc_layout_checked, 32749, 32); Oct 13 13:13:39.194 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! Oct 13 13:13:39.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.194 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.194 INFO kablam! | ^^^^^ Oct 13 13:13:39.194 INFO kablam! ... Oct 13 13:13:39.194 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 13 13:13:39.194 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! Oct 13 13:13:39.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.194 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.194 INFO kablam! ... Oct 13 13:13:39.194 INFO kablam! 4154 | rt_alloc_layout_checked!(rt_primes_65537bytes_32align_alloc_layout_checked, 65537, 32); Oct 13 13:13:39.194 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! Oct 13 13:13:39.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.194 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.194 INFO kablam! | ^^^^^ Oct 13 13:13:39.194 INFO kablam! ... Oct 13 13:13:39.194 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 13 13:13:39.194 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.194 INFO kablam! | Oct 13 13:13:39.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.195 INFO kablam! | Oct 13 13:13:39.195 INFO kablam! Oct 13 13:13:39.195 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.195 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.195 INFO kablam! | Oct 13 13:13:39.195 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.195 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.195 INFO kablam! ... Oct 13 13:13:39.195 INFO kablam! 4167 | rt_alloc_layout_checked!(rt_primes_131071bytes_32align_alloc_layout_checked, 131071, 32); Oct 13 13:13:39.195 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.195 INFO kablam! | Oct 13 13:13:39.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.195 INFO kablam! | Oct 13 13:13:39.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.195 INFO kablam! | Oct 13 13:13:39.195 INFO kablam! Oct 13 13:13:39.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.197 INFO kablam! --> benches/roundtrip.rs:83:36 Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 83 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.197 INFO kablam! | ^^^^^ Oct 13 13:13:39.197 INFO kablam! ... Oct 13 13:13:39.197 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 13 13:13:39.197 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! Oct 13 13:13:39.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.197 INFO kablam! --> benches/roundtrip.rs:85:26 Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 85 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.197 INFO kablam! ... Oct 13 13:13:39.197 INFO kablam! 4180 | rt_alloc_layout_checked!(rt_primes_4194301bytes_32align_alloc_layout_checked, 4194301, 32); Oct 13 13:13:39.197 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! Oct 13 13:13:39.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.197 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.197 INFO kablam! | ^^^^^ Oct 13 13:13:39.197 INFO kablam! ... Oct 13 13:13:39.197 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 13 13:13:39.197 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.197 INFO kablam! | Oct 13 13:13:39.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.198 INFO kablam! | Oct 13 13:13:39.198 INFO kablam! Oct 13 13:13:39.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.205 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.205 INFO kablam! ... Oct 13 13:13:39.205 INFO kablam! 261 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_1align_alloc_layout_unchecked, 1, 1); Oct 13 13:13:39.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! Oct 13 13:13:39.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.205 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.205 INFO kablam! | ^^^^^ Oct 13 13:13:39.205 INFO kablam! ... Oct 13 13:13:39.205 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 13 13:13:39.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! Oct 13 13:13:39.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.205 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.205 INFO kablam! ... Oct 13 13:13:39.205 INFO kablam! 274 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_1align_alloc_layout_unchecked, 2, 1); Oct 13 13:13:39.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! Oct 13 13:13:39.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.205 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.205 INFO kablam! | ^^^^^ Oct 13 13:13:39.205 INFO kablam! ... Oct 13 13:13:39.205 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 13 13:13:39.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.205 INFO kablam! | Oct 13 13:13:39.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! Oct 13 13:13:39.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.206 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.206 INFO kablam! ... Oct 13 13:13:39.206 INFO kablam! 287 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_1align_alloc_layout_unchecked, 4, 1); Oct 13 13:13:39.206 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! Oct 13 13:13:39.206 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.206 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.206 INFO kablam! | ^^^^^ Oct 13 13:13:39.206 INFO kablam! ... Oct 13 13:13:39.206 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 13 13:13:39.206 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! Oct 13 13:13:39.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.206 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.206 INFO kablam! ... Oct 13 13:13:39.206 INFO kablam! 300 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_1align_alloc_layout_unchecked, 8, 1); Oct 13 13:13:39.206 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! Oct 13 13:13:39.206 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.206 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.206 INFO kablam! | ^^^^^ Oct 13 13:13:39.206 INFO kablam! ... Oct 13 13:13:39.206 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 13 13:13:39.206 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.206 INFO kablam! | Oct 13 13:13:39.206 INFO kablam! Oct 13 13:13:39.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.212 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.212 INFO kablam! ... Oct 13 13:13:39.212 INFO kablam! 313 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_1align_alloc_layout_unchecked, 16, 1); Oct 13 13:13:39.212 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! Oct 13 13:13:39.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.212 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.212 INFO kablam! | ^^^^^ Oct 13 13:13:39.212 INFO kablam! ... Oct 13 13:13:39.212 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 13 13:13:39.212 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.212 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! Oct 13 13:13:39.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.213 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.213 INFO kablam! ... Oct 13 13:13:39.213 INFO kablam! 326 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_1align_alloc_layout_unchecked, 32, 1); Oct 13 13:13:39.213 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! Oct 13 13:13:39.213 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.213 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.213 INFO kablam! | ^^^^^ Oct 13 13:13:39.213 INFO kablam! ... Oct 13 13:13:39.213 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 13 13:13:39.213 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! Oct 13 13:13:39.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.213 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.213 INFO kablam! | Oct 13 13:13:39.213 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.213 INFO kablam! ... Oct 13 13:13:39.214 INFO kablam! 339 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_1align_alloc_layout_unchecked, 64, 1); Oct 13 13:13:39.214 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! Oct 13 13:13:39.214 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.214 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.214 INFO kablam! | ^^^^^ Oct 13 13:13:39.214 INFO kablam! ... Oct 13 13:13:39.214 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 13 13:13:39.214 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! Oct 13 13:13:39.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.214 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.214 INFO kablam! ... Oct 13 13:13:39.214 INFO kablam! 352 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_1align_alloc_layout_unchecked, 128, 1); Oct 13 13:13:39.214 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! Oct 13 13:13:39.214 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.214 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.214 INFO kablam! | ^^^^^ Oct 13 13:13:39.214 INFO kablam! ... Oct 13 13:13:39.214 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 13 13:13:39.214 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.214 INFO kablam! | Oct 13 13:13:39.214 INFO kablam! Oct 13 13:13:39.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.221 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.221 INFO kablam! ... Oct 13 13:13:39.221 INFO kablam! 365 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_1align_alloc_layout_unchecked, 256, 1); Oct 13 13:13:39.221 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! Oct 13 13:13:39.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.221 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.221 INFO kablam! | ^^^^^ Oct 13 13:13:39.221 INFO kablam! ... Oct 13 13:13:39.221 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 13 13:13:39.221 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! Oct 13 13:13:39.221 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.221 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.221 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.221 INFO kablam! ... Oct 13 13:13:39.221 INFO kablam! 378 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_1align_alloc_layout_unchecked, 512, 1); Oct 13 13:13:39.221 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.221 INFO kablam! | Oct 13 13:13:39.221 INFO kablam! Oct 13 13:13:39.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.224 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.224 INFO kablam! | Oct 13 13:13:39.224 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.224 INFO kablam! | ^^^^^ Oct 13 13:13:39.224 INFO kablam! ... Oct 13 13:13:39.224 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 13 13:13:39.224 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.224 INFO kablam! | Oct 13 13:13:39.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.224 INFO kablam! | Oct 13 13:13:39.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.224 INFO kablam! | Oct 13 13:13:39.224 INFO kablam! Oct 13 13:13:39.228 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.228 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.228 INFO kablam! | Oct 13 13:13:39.228 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.228 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.228 INFO kablam! ... Oct 13 13:13:39.228 INFO kablam! 391 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_1align_alloc_layout_unchecked, 1024, 1); Oct 13 13:13:39.228 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.228 INFO kablam! | Oct 13 13:13:39.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.228 INFO kablam! | Oct 13 13:13:39.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.228 INFO kablam! | Oct 13 13:13:39.228 INFO kablam! Oct 13 13:13:39.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.228 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.228 INFO kablam! | Oct 13 13:13:39.228 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.228 INFO kablam! | ^^^^^ Oct 13 13:13:39.228 INFO kablam! ... Oct 13 13:13:39.228 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 13 13:13:39.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! Oct 13 13:13:39.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.229 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.229 INFO kablam! ... Oct 13 13:13:39.229 INFO kablam! 404 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_1align_alloc_layout_unchecked, 2048, 1); Oct 13 13:13:39.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! Oct 13 13:13:39.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.229 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.229 INFO kablam! | ^^^^^ Oct 13 13:13:39.229 INFO kablam! ... Oct 13 13:13:39.229 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 13 13:13:39.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! Oct 13 13:13:39.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.229 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.229 INFO kablam! ... Oct 13 13:13:39.229 INFO kablam! 417 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_1align_alloc_layout_unchecked, 4096, 1); Oct 13 13:13:39.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! Oct 13 13:13:39.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.229 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.229 INFO kablam! | ^^^^^ Oct 13 13:13:39.229 INFO kablam! ... Oct 13 13:13:39.229 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 13 13:13:39.229 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.229 INFO kablam! | Oct 13 13:13:39.229 INFO kablam! Oct 13 13:13:39.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.232 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.232 INFO kablam! | Oct 13 13:13:39.232 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.232 INFO kablam! ... Oct 13 13:13:39.232 INFO kablam! 430 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_1align_alloc_layout_unchecked, 8192, 1); Oct 13 13:13:39.232 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.232 INFO kablam! | Oct 13 13:13:39.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.232 INFO kablam! | Oct 13 13:13:39.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.232 INFO kablam! | Oct 13 13:13:39.232 INFO kablam! Oct 13 13:13:39.236 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.236 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.236 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.237 INFO kablam! | ^^^^^ Oct 13 13:13:39.237 INFO kablam! ... Oct 13 13:13:39.237 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 13 13:13:39.237 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! Oct 13 13:13:39.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.237 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.237 INFO kablam! ... Oct 13 13:13:39.237 INFO kablam! 443 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_1align_alloc_layout_unchecked, 16384, 1); Oct 13 13:13:39.237 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! Oct 13 13:13:39.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.237 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.237 INFO kablam! | ^^^^^ Oct 13 13:13:39.237 INFO kablam! ... Oct 13 13:13:39.237 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 13 13:13:39.237 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! Oct 13 13:13:39.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.237 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.237 INFO kablam! ... Oct 13 13:13:39.237 INFO kablam! 456 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_1align_alloc_layout_unchecked, 32768, 1); Oct 13 13:13:39.237 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! Oct 13 13:13:39.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.237 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.237 INFO kablam! | ^^^^^ Oct 13 13:13:39.237 INFO kablam! ... Oct 13 13:13:39.237 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 13 13:13:39.237 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.237 INFO kablam! | Oct 13 13:13:39.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.238 INFO kablam! | Oct 13 13:13:39.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.238 INFO kablam! | Oct 13 13:13:39.238 INFO kablam! Oct 13 13:13:39.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.238 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.238 INFO kablam! | Oct 13 13:13:39.238 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.238 INFO kablam! ... Oct 13 13:13:39.238 INFO kablam! 469 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_1align_alloc_layout_unchecked, 65536, 1); Oct 13 13:13:39.238 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.238 INFO kablam! | Oct 13 13:13:39.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.238 INFO kablam! | Oct 13 13:13:39.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.238 INFO kablam! | Oct 13 13:13:39.238 INFO kablam! Oct 13 13:13:39.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.240 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.240 INFO kablam! | Oct 13 13:13:39.240 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.240 INFO kablam! | ^^^^^ Oct 13 13:13:39.240 INFO kablam! ... Oct 13 13:13:39.240 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 13 13:13:39.240 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.240 INFO kablam! | Oct 13 13:13:39.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.240 INFO kablam! | Oct 13 13:13:39.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.240 INFO kablam! | Oct 13 13:13:39.240 INFO kablam! Oct 13 13:13:39.241 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.241 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.241 INFO kablam! | Oct 13 13:13:39.241 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.241 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.241 INFO kablam! ... Oct 13 13:13:39.241 INFO kablam! 482 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_1align_alloc_layout_unchecked, 131072, 1); Oct 13 13:13:39.241 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.241 INFO kablam! | Oct 13 13:13:39.241 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.241 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.241 INFO kablam! | Oct 13 13:13:39.241 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.241 INFO kablam! | Oct 13 13:13:39.241 INFO kablam! Oct 13 13:13:39.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.244 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.244 INFO kablam! | Oct 13 13:13:39.244 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.244 INFO kablam! | ^^^^^ Oct 13 13:13:39.244 INFO kablam! ... Oct 13 13:13:39.244 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 13 13:13:39.244 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.244 INFO kablam! | Oct 13 13:13:39.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.244 INFO kablam! | Oct 13 13:13:39.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.244 INFO kablam! | Oct 13 13:13:39.244 INFO kablam! Oct 13 13:13:39.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.249 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.249 INFO kablam! ... Oct 13 13:13:39.249 INFO kablam! 495 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_1align_alloc_layout_unchecked, 4194304, 1); Oct 13 13:13:39.249 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! Oct 13 13:13:39.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.249 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.249 INFO kablam! | ^^^^^ Oct 13 13:13:39.249 INFO kablam! ... Oct 13 13:13:39.249 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 13 13:13:39.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! Oct 13 13:13:39.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.249 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.249 INFO kablam! ... Oct 13 13:13:39.249 INFO kablam! 509 | rt_alloc_layout_unchecked!(rt_even_10bytes_1align_alloc_layout_unchecked, 10, 1); Oct 13 13:13:39.249 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.249 INFO kablam! | Oct 13 13:13:39.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! Oct 13 13:13:39.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.250 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.250 INFO kablam! | ^^^^^ Oct 13 13:13:39.250 INFO kablam! ... Oct 13 13:13:39.250 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 13 13:13:39.250 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! Oct 13 13:13:39.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.250 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.250 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.250 INFO kablam! ... Oct 13 13:13:39.250 INFO kablam! 522 | rt_alloc_layout_unchecked!(rt_even_100bytes_1align_alloc_layout_unchecked, 100, 1); Oct 13 13:13:39.250 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! Oct 13 13:13:39.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.250 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.250 INFO kablam! | ^^^^^ Oct 13 13:13:39.250 INFO kablam! ... Oct 13 13:13:39.250 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 13 13:13:39.250 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! Oct 13 13:13:39.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.250 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.250 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.250 INFO kablam! ... Oct 13 13:13:39.250 INFO kablam! 535 | rt_alloc_layout_unchecked!(rt_even_1000bytes_1align_alloc_layout_unchecked, 1000, 1); Oct 13 13:13:39.250 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.250 INFO kablam! | Oct 13 13:13:39.250 INFO kablam! Oct 13 13:13:39.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.257 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.257 INFO kablam! | ^^^^^ Oct 13 13:13:39.257 INFO kablam! ... Oct 13 13:13:39.257 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 13 13:13:39.257 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! Oct 13 13:13:39.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.257 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.257 INFO kablam! ... Oct 13 13:13:39.257 INFO kablam! 548 | rt_alloc_layout_unchecked!(rt_even_10000bytes_1align_alloc_layout_unchecked, 10000, 1); Oct 13 13:13:39.257 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! Oct 13 13:13:39.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.257 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.257 INFO kablam! | ^^^^^ Oct 13 13:13:39.257 INFO kablam! ... Oct 13 13:13:39.257 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 13 13:13:39.257 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! Oct 13 13:13:39.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.257 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.257 INFO kablam! | Oct 13 13:13:39.257 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.257 INFO kablam! ... Oct 13 13:13:39.257 INFO kablam! 561 | rt_alloc_layout_unchecked!(rt_even_100000bytes_1align_alloc_layout_unchecked, 100000, 1); Oct 13 13:13:39.257 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! Oct 13 13:13:39.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.258 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.258 INFO kablam! | ^^^^^ Oct 13 13:13:39.258 INFO kablam! ... Oct 13 13:13:39.258 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 13 13:13:39.258 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! Oct 13 13:13:39.258 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.258 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.258 INFO kablam! ... Oct 13 13:13:39.258 INFO kablam! 574 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_1align_alloc_layout_unchecked, 1000000, 1); Oct 13 13:13:39.258 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! Oct 13 13:13:39.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.258 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.258 INFO kablam! | ^^^^^ Oct 13 13:13:39.258 INFO kablam! ... Oct 13 13:13:39.258 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 13 13:13:39.258 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.258 INFO kablam! | Oct 13 13:13:39.258 INFO kablam! Oct 13 13:13:39.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.265 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.265 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.265 INFO kablam! ... Oct 13 13:13:39.265 INFO kablam! 588 | rt_alloc_layout_unchecked!(rt_odd_10bytes_1align_alloc_layout_unchecked, 10- 1, 1); Oct 13 13:13:39.265 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! Oct 13 13:13:39.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.265 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.265 INFO kablam! | ^^^^^ Oct 13 13:13:39.265 INFO kablam! ... Oct 13 13:13:39.265 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 13 13:13:39.265 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! Oct 13 13:13:39.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.265 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.265 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.265 INFO kablam! ... Oct 13 13:13:39.265 INFO kablam! 601 | rt_alloc_layout_unchecked!(rt_odd_100bytes_1align_alloc_layout_unchecked, 100- 1, 1); Oct 13 13:13:39.265 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.265 INFO kablam! | Oct 13 13:13:39.265 INFO kablam! Oct 13 13:13:39.266 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.266 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.266 INFO kablam! | ^^^^^ Oct 13 13:13:39.266 INFO kablam! ... Oct 13 13:13:39.266 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 13 13:13:39.266 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! Oct 13 13:13:39.266 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.266 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.266 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.266 INFO kablam! ... Oct 13 13:13:39.266 INFO kablam! 614 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_1align_alloc_layout_unchecked, 1000- 1, 1); Oct 13 13:13:39.266 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! Oct 13 13:13:39.266 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.266 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.266 INFO kablam! | ^^^^^ Oct 13 13:13:39.266 INFO kablam! ... Oct 13 13:13:39.266 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 13 13:13:39.266 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.266 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! Oct 13 13:13:39.266 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.266 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.266 INFO kablam! | Oct 13 13:13:39.266 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.266 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.266 INFO kablam! ... Oct 13 13:13:39.266 INFO kablam! 627 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_1align_alloc_layout_unchecked, 10000- 1, 1); Oct 13 13:13:39.266 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.267 INFO kablam! | Oct 13 13:13:39.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.267 INFO kablam! | Oct 13 13:13:39.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.267 INFO kablam! | Oct 13 13:13:39.267 INFO kablam! Oct 13 13:13:39.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.267 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.267 INFO kablam! | Oct 13 13:13:39.267 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.267 INFO kablam! | ^^^^^ Oct 13 13:13:39.267 INFO kablam! ... Oct 13 13:13:39.267 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 13 13:13:39.267 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.267 INFO kablam! | Oct 13 13:13:39.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.267 INFO kablam! | Oct 13 13:13:39.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.267 INFO kablam! | Oct 13 13:13:39.267 INFO kablam! Oct 13 13:13:39.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.272 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.272 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.272 INFO kablam! ... Oct 13 13:13:39.272 INFO kablam! 640 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_1align_alloc_layout_unchecked, 100000- 1, 1); Oct 13 13:13:39.272 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! Oct 13 13:13:39.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.272 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.272 INFO kablam! | ^^^^^ Oct 13 13:13:39.272 INFO kablam! ... Oct 13 13:13:39.272 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 13 13:13:39.272 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! Oct 13 13:13:39.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.272 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.272 INFO kablam! | Oct 13 13:13:39.272 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.272 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.273 INFO kablam! ... Oct 13 13:13:39.273 INFO kablam! 653 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_1align_alloc_layout_unchecked, 1000000- 1, 1); Oct 13 13:13:39.273 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! Oct 13 13:13:39.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.273 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.273 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.273 INFO kablam! | ^^^^^ Oct 13 13:13:39.273 INFO kablam! ... Oct 13 13:13:39.273 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 13 13:13:39.273 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.273 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! Oct 13 13:13:39.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.274 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.274 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.274 INFO kablam! ... Oct 13 13:13:39.274 INFO kablam! 667 | rt_alloc_layout_unchecked!(rt_primes_3bytes_1align_alloc_layout_unchecked, 3, 1); Oct 13 13:13:39.274 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! Oct 13 13:13:39.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.274 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.274 INFO kablam! | ^^^^^ Oct 13 13:13:39.274 INFO kablam! ... Oct 13 13:13:39.274 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 13 13:13:39.274 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! Oct 13 13:13:39.274 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.274 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.274 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.274 INFO kablam! ... Oct 13 13:13:39.274 INFO kablam! 680 | rt_alloc_layout_unchecked!(rt_primes_7bytes_1align_alloc_layout_unchecked, 7, 1); Oct 13 13:13:39.274 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! Oct 13 13:13:39.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.274 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.274 INFO kablam! | ^^^^^ Oct 13 13:13:39.274 INFO kablam! ... Oct 13 13:13:39.274 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 13 13:13:39.274 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.274 INFO kablam! | Oct 13 13:13:39.274 INFO kablam! Oct 13 13:13:39.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.278 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.278 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.278 INFO kablam! ... Oct 13 13:13:39.278 INFO kablam! 693 | rt_alloc_layout_unchecked!(rt_primes_13bytes_1align_alloc_layout_unchecked, 13, 1); Oct 13 13:13:39.278 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! Oct 13 13:13:39.278 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.278 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.278 INFO kablam! | ^^^^^ Oct 13 13:13:39.278 INFO kablam! ... Oct 13 13:13:39.278 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 13 13:13:39.278 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! Oct 13 13:13:39.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.278 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.278 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.278 INFO kablam! ... Oct 13 13:13:39.278 INFO kablam! 706 | rt_alloc_layout_unchecked!(rt_primes_17bytes_1align_alloc_layout_unchecked, 17, 1); Oct 13 13:13:39.278 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! Oct 13 13:13:39.278 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.278 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.278 INFO kablam! | ^^^^^ Oct 13 13:13:39.278 INFO kablam! ... Oct 13 13:13:39.278 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 13 13:13:39.278 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.278 INFO kablam! | Oct 13 13:13:39.278 INFO kablam! Oct 13 13:13:39.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.280 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.280 INFO kablam! ... Oct 13 13:13:39.280 INFO kablam! 719 | rt_alloc_layout_unchecked!(rt_primes_31bytes_1align_alloc_layout_unchecked, 31, 1); Oct 13 13:13:39.280 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! Oct 13 13:13:39.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.280 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.280 INFO kablam! | ^^^^^ Oct 13 13:13:39.280 INFO kablam! ... Oct 13 13:13:39.280 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 13 13:13:39.280 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.280 INFO kablam! | Oct 13 13:13:39.280 INFO kablam! Oct 13 13:13:39.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.284 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.284 INFO kablam! | Oct 13 13:13:39.284 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.284 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.284 INFO kablam! ... Oct 13 13:13:39.284 INFO kablam! 732 | rt_alloc_layout_unchecked!(rt_primes_61bytes_1align_alloc_layout_unchecked, 61, 1); Oct 13 13:13:39.284 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.284 INFO kablam! | Oct 13 13:13:39.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.284 INFO kablam! | Oct 13 13:13:39.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.284 INFO kablam! | Oct 13 13:13:39.284 INFO kablam! Oct 13 13:13:39.288 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.289 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.289 INFO kablam! | ^^^^^ Oct 13 13:13:39.289 INFO kablam! ... Oct 13 13:13:39.289 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 13 13:13:39.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! Oct 13 13:13:39.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.289 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.289 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.289 INFO kablam! ... Oct 13 13:13:39.289 INFO kablam! 745 | rt_alloc_layout_unchecked!(rt_primes_96bytes_1align_alloc_layout_unchecked, 96, 1); Oct 13 13:13:39.289 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! Oct 13 13:13:39.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.289 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.289 INFO kablam! | ^^^^^ Oct 13 13:13:39.289 INFO kablam! ... Oct 13 13:13:39.289 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 13 13:13:39.289 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! Oct 13 13:13:39.289 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.289 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.289 INFO kablam! | Oct 13 13:13:39.289 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.289 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.289 INFO kablam! ... Oct 13 13:13:39.289 INFO kablam! 758 | rt_alloc_layout_unchecked!(rt_primes_127bytes_1align_alloc_layout_unchecked, 127, 1); Oct 13 13:13:39.290 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.290 INFO kablam! | Oct 13 13:13:39.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.290 INFO kablam! | Oct 13 13:13:39.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.290 INFO kablam! | Oct 13 13:13:39.290 INFO kablam! Oct 13 13:13:39.290 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.290 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.290 INFO kablam! | Oct 13 13:13:39.290 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.290 INFO kablam! | ^^^^^ Oct 13 13:13:39.290 INFO kablam! ... Oct 13 13:13:39.290 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 13 13:13:39.290 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.290 INFO kablam! | Oct 13 13:13:39.290 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.290 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.290 INFO kablam! | Oct 13 13:13:39.290 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.290 INFO kablam! | Oct 13 13:13:39.290 INFO kablam! Oct 13 13:13:39.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.292 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.292 INFO kablam! | Oct 13 13:13:39.292 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.292 INFO kablam! ... Oct 13 13:13:39.292 INFO kablam! 771 | rt_alloc_layout_unchecked!(rt_primes_257bytes_1align_alloc_layout_unchecked, 257, 1); Oct 13 13:13:39.292 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.292 INFO kablam! | Oct 13 13:13:39.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.292 INFO kablam! | Oct 13 13:13:39.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.292 INFO kablam! | Oct 13 13:13:39.292 INFO kablam! Oct 13 13:13:39.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.292 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.292 INFO kablam! | Oct 13 13:13:39.292 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.292 INFO kablam! | ^^^^^ Oct 13 13:13:39.292 INFO kablam! ... Oct 13 13:13:39.292 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 13 13:13:39.292 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! Oct 13 13:13:39.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.293 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.293 INFO kablam! ... Oct 13 13:13:39.293 INFO kablam! 784 | rt_alloc_layout_unchecked!(rt_primes_509bytes_1align_alloc_layout_unchecked, 509, 1); Oct 13 13:13:39.293 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.293 INFO kablam! | Oct 13 13:13:39.293 INFO kablam! Oct 13 13:13:39.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.300 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.300 INFO kablam! | Oct 13 13:13:39.300 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.300 INFO kablam! | ^^^^^ Oct 13 13:13:39.301 INFO kablam! ... Oct 13 13:13:39.301 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 13 13:13:39.301 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.301 INFO kablam! | Oct 13 13:13:39.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.301 INFO kablam! | Oct 13 13:13:39.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! Oct 13 13:13:39.302 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.302 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.302 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.302 INFO kablam! ... Oct 13 13:13:39.302 INFO kablam! 797 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_1align_alloc_layout_unchecked, 1021, 1); Oct 13 13:13:39.302 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! Oct 13 13:13:39.302 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.302 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.302 INFO kablam! | ^^^^^ Oct 13 13:13:39.302 INFO kablam! ... Oct 13 13:13:39.302 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 13 13:13:39.302 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.302 INFO kablam! | Oct 13 13:13:39.302 INFO kablam! Oct 13 13:13:39.303 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.303 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.303 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.303 INFO kablam! ... Oct 13 13:13:39.303 INFO kablam! 810 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_1align_alloc_layout_unchecked, 2039, 1); Oct 13 13:13:39.303 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! Oct 13 13:13:39.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.303 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.303 INFO kablam! | ^^^^^ Oct 13 13:13:39.303 INFO kablam! ... Oct 13 13:13:39.303 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 13 13:13:39.303 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.303 INFO kablam! | Oct 13 13:13:39.303 INFO kablam! Oct 13 13:13:39.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.304 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.304 INFO kablam! | Oct 13 13:13:39.304 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.304 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.304 INFO kablam! ... Oct 13 13:13:39.304 INFO kablam! 823 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_1align_alloc_layout_unchecked, 4093, 1); Oct 13 13:13:39.304 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.304 INFO kablam! | Oct 13 13:13:39.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.304 INFO kablam! | Oct 13 13:13:39.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.304 INFO kablam! | Oct 13 13:13:39.304 INFO kablam! Oct 13 13:13:39.306 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.306 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.306 INFO kablam! | Oct 13 13:13:39.306 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.306 INFO kablam! | ^^^^^ Oct 13 13:13:39.306 INFO kablam! ... Oct 13 13:13:39.306 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 13 13:13:39.306 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.306 INFO kablam! | Oct 13 13:13:39.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.306 INFO kablam! | Oct 13 13:13:39.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.306 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! Oct 13 13:13:39.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.307 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.307 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.307 INFO kablam! ... Oct 13 13:13:39.307 INFO kablam! 836 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_1align_alloc_layout_unchecked, 8191, 1); Oct 13 13:13:39.307 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! Oct 13 13:13:39.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.307 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.307 INFO kablam! | ^^^^^ Oct 13 13:13:39.307 INFO kablam! ... Oct 13 13:13:39.307 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 13 13:13:39.307 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.307 INFO kablam! | Oct 13 13:13:39.307 INFO kablam! Oct 13 13:13:39.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.312 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.312 INFO kablam! | Oct 13 13:13:39.312 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.312 INFO kablam! ... Oct 13 13:13:39.312 INFO kablam! 849 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_1align_alloc_layout_unchecked, 16381, 1); Oct 13 13:13:39.312 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.312 INFO kablam! | Oct 13 13:13:39.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.312 INFO kablam! | Oct 13 13:13:39.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.312 INFO kablam! | Oct 13 13:13:39.312 INFO kablam! Oct 13 13:13:39.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.316 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.316 INFO kablam! | Oct 13 13:13:39.316 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.316 INFO kablam! | ^^^^^ Oct 13 13:13:39.316 INFO kablam! ... Oct 13 13:13:39.316 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 13 13:13:39.316 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.316 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! Oct 13 13:13:39.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.317 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.317 INFO kablam! ... Oct 13 13:13:39.317 INFO kablam! 862 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_1align_alloc_layout_unchecked, 32749, 1); Oct 13 13:13:39.317 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! Oct 13 13:13:39.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.317 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.317 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.317 INFO kablam! | ^^^^^ Oct 13 13:13:39.317 INFO kablam! ... Oct 13 13:13:39.317 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 13 13:13:39.317 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.317 INFO kablam! | Oct 13 13:13:39.318 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.318 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.318 INFO kablam! | Oct 13 13:13:39.318 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.318 INFO kablam! | Oct 13 13:13:39.318 INFO kablam! Oct 13 13:13:39.318 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.318 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.318 INFO kablam! | Oct 13 13:13:39.322 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.322 INFO kablam! ... Oct 13 13:13:39.322 INFO kablam! 875 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_1align_alloc_layout_unchecked, 65537, 1); Oct 13 13:13:39.322 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.322 INFO kablam! | Oct 13 13:13:39.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.322 INFO kablam! | Oct 13 13:13:39.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.322 INFO kablam! | Oct 13 13:13:39.322 INFO kablam! Oct 13 13:13:39.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.322 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.322 INFO kablam! | Oct 13 13:13:39.322 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.324 INFO kablam! | ^^^^^ Oct 13 13:13:39.324 INFO kablam! ... Oct 13 13:13:39.324 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 13 13:13:39.324 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! Oct 13 13:13:39.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.324 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.324 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.324 INFO kablam! ... Oct 13 13:13:39.324 INFO kablam! 888 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_1align_alloc_layout_unchecked, 131071, 1); Oct 13 13:13:39.324 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! Oct 13 13:13:39.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.324 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.324 INFO kablam! | ^^^^^ Oct 13 13:13:39.324 INFO kablam! ... Oct 13 13:13:39.324 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 13 13:13:39.324 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! Oct 13 13:13:39.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.324 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.324 INFO kablam! | Oct 13 13:13:39.324 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.325 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.325 INFO kablam! ... Oct 13 13:13:39.325 INFO kablam! 901 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_1align_alloc_layout_unchecked, 4194301, 1); Oct 13 13:13:39.328 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! Oct 13 13:13:39.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.328 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.328 INFO kablam! | ^^^^^ Oct 13 13:13:39.328 INFO kablam! ... Oct 13 13:13:39.328 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 13 13:13:39.328 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! Oct 13 13:13:39.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.328 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.328 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.328 INFO kablam! ... Oct 13 13:13:39.328 INFO kablam! 917 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_2align_alloc_layout_unchecked, 1, 2); Oct 13 13:13:39.328 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! Oct 13 13:13:39.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.328 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.328 INFO kablam! | ^^^^^ Oct 13 13:13:39.328 INFO kablam! ... Oct 13 13:13:39.328 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 13 13:13:39.328 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.328 INFO kablam! | Oct 13 13:13:39.328 INFO kablam! Oct 13 13:13:39.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.329 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.329 INFO kablam! ... Oct 13 13:13:39.329 INFO kablam! 930 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_2align_alloc_layout_unchecked, 2, 2); Oct 13 13:13:39.329 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! Oct 13 13:13:39.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.329 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.329 INFO kablam! | ^^^^^ Oct 13 13:13:39.329 INFO kablam! ... Oct 13 13:13:39.329 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 13 13:13:39.329 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! Oct 13 13:13:39.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.329 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.329 INFO kablam! ... Oct 13 13:13:39.329 INFO kablam! 943 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_2align_alloc_layout_unchecked, 4, 2); Oct 13 13:13:39.329 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! Oct 13 13:13:39.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.329 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.329 INFO kablam! | ^^^^^ Oct 13 13:13:39.329 INFO kablam! ... Oct 13 13:13:39.329 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 13 13:13:39.329 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! Oct 13 13:13:39.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.329 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.329 INFO kablam! ... Oct 13 13:13:39.329 INFO kablam! 956 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_2align_alloc_layout_unchecked, 8, 2); Oct 13 13:13:39.329 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.329 INFO kablam! | Oct 13 13:13:39.329 INFO kablam! Oct 13 13:13:39.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.336 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.336 INFO kablam! | ^^^^^ Oct 13 13:13:39.336 INFO kablam! ... Oct 13 13:13:39.336 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 13 13:13:39.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! Oct 13 13:13:39.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.336 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.336 INFO kablam! ... Oct 13 13:13:39.336 INFO kablam! 969 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_2align_alloc_layout_unchecked, 16, 2); Oct 13 13:13:39.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! Oct 13 13:13:39.336 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.336 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.336 INFO kablam! | ^^^^^ Oct 13 13:13:39.336 INFO kablam! ... Oct 13 13:13:39.336 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 13 13:13:39.336 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.336 INFO kablam! | Oct 13 13:13:39.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.337 INFO kablam! | Oct 13 13:13:39.337 INFO kablam! Oct 13 13:13:39.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.342 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.342 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.342 INFO kablam! ... Oct 13 13:13:39.342 INFO kablam! 982 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_2align_alloc_layout_unchecked, 32, 2); Oct 13 13:13:39.342 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! Oct 13 13:13:39.342 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.342 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.342 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.342 INFO kablam! | ^^^^^ Oct 13 13:13:39.342 INFO kablam! ... Oct 13 13:13:39.342 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 13 13:13:39.342 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.342 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! Oct 13 13:13:39.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.343 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.343 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.343 INFO kablam! ... Oct 13 13:13:39.343 INFO kablam! 995 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_2align_alloc_layout_unchecked, 64, 2); Oct 13 13:13:39.343 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! Oct 13 13:13:39.343 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.343 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.343 INFO kablam! | ^^^^^ Oct 13 13:13:39.343 INFO kablam! ... Oct 13 13:13:39.343 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 13 13:13:39.343 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! Oct 13 13:13:39.343 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.343 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.343 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.343 INFO kablam! ... Oct 13 13:13:39.343 INFO kablam! 1008 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_2align_alloc_layout_unchecked, 128, 2); Oct 13 13:13:39.343 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.343 INFO kablam! | Oct 13 13:13:39.343 INFO kablam! Oct 13 13:13:39.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.352 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.352 INFO kablam! | ^^^^^ Oct 13 13:13:39.352 INFO kablam! ... Oct 13 13:13:39.352 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 13 13:13:39.352 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! Oct 13 13:13:39.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.352 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.352 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.352 INFO kablam! ... Oct 13 13:13:39.352 INFO kablam! 1021 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_2align_alloc_layout_unchecked, 256, 2); Oct 13 13:13:39.352 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! Oct 13 13:13:39.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.352 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.352 INFO kablam! | ^^^^^ Oct 13 13:13:39.352 INFO kablam! ... Oct 13 13:13:39.352 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 13 13:13:39.352 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.352 INFO kablam! | Oct 13 13:13:39.352 INFO kablam! Oct 13 13:13:39.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.353 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.353 INFO kablam! ... Oct 13 13:13:39.353 INFO kablam! 1034 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_2align_alloc_layout_unchecked, 512, 2); Oct 13 13:13:39.353 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! Oct 13 13:13:39.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.353 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.353 INFO kablam! | ^^^^^ Oct 13 13:13:39.353 INFO kablam! ... Oct 13 13:13:39.353 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 13 13:13:39.353 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! Oct 13 13:13:39.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.353 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.353 INFO kablam! | Oct 13 13:13:39.353 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.353 INFO kablam! ... Oct 13 13:13:39.353 INFO kablam! 1047 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_2align_alloc_layout_unchecked, 1024, 2); Oct 13 13:13:39.353 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! Oct 13 13:13:39.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.354 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.354 INFO kablam! | ^^^^^ Oct 13 13:13:39.354 INFO kablam! ... Oct 13 13:13:39.354 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 13 13:13:39.354 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! Oct 13 13:13:39.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.354 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.354 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.354 INFO kablam! ... Oct 13 13:13:39.354 INFO kablam! 1060 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_2align_alloc_layout_unchecked, 2048, 2); Oct 13 13:13:39.354 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! Oct 13 13:13:39.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.354 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.354 INFO kablam! | ^^^^^ Oct 13 13:13:39.354 INFO kablam! ... Oct 13 13:13:39.354 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 13 13:13:39.354 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.354 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! Oct 13 13:13:39.354 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.354 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.354 INFO kablam! | Oct 13 13:13:39.354 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.354 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.354 INFO kablam! ... Oct 13 13:13:39.355 INFO kablam! 1073 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_2align_alloc_layout_unchecked, 4096, 2); Oct 13 13:13:39.355 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.355 INFO kablam! | Oct 13 13:13:39.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.355 INFO kablam! | Oct 13 13:13:39.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.355 INFO kablam! | Oct 13 13:13:39.355 INFO kablam! Oct 13 13:13:39.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.358 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.358 INFO kablam! | ^^^^^ Oct 13 13:13:39.358 INFO kablam! ... Oct 13 13:13:39.358 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 13 13:13:39.358 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! Oct 13 13:13:39.358 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.358 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.358 INFO kablam! | Oct 13 13:13:39.358 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.358 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.358 INFO kablam! ... Oct 13 13:13:39.359 INFO kablam! 1086 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_2align_alloc_layout_unchecked, 8192, 2); Oct 13 13:13:39.359 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! Oct 13 13:13:39.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.359 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.359 INFO kablam! | ^^^^^ Oct 13 13:13:39.359 INFO kablam! ... Oct 13 13:13:39.359 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 13 13:13:39.359 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! Oct 13 13:13:39.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.359 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.359 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.359 INFO kablam! ... Oct 13 13:13:39.359 INFO kablam! 1099 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_2align_alloc_layout_unchecked, 16384, 2); Oct 13 13:13:39.359 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.359 INFO kablam! | Oct 13 13:13:39.359 INFO kablam! Oct 13 13:13:39.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.365 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.365 INFO kablam! | ^^^^^ Oct 13 13:13:39.365 INFO kablam! ... Oct 13 13:13:39.365 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 13 13:13:39.365 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! Oct 13 13:13:39.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.365 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.365 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.365 INFO kablam! ... Oct 13 13:13:39.365 INFO kablam! 1112 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_2align_alloc_layout_unchecked, 32768, 2); Oct 13 13:13:39.365 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! Oct 13 13:13:39.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.365 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.365 INFO kablam! | ^^^^^ Oct 13 13:13:39.365 INFO kablam! ... Oct 13 13:13:39.365 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 13 13:13:39.365 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! Oct 13 13:13:39.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.365 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.365 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.365 INFO kablam! ... Oct 13 13:13:39.365 INFO kablam! 1125 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_2align_alloc_layout_unchecked, 65536, 2); Oct 13 13:13:39.365 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.365 INFO kablam! | Oct 13 13:13:39.365 INFO kablam! Oct 13 13:13:39.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.368 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.368 INFO kablam! | ^^^^^ Oct 13 13:13:39.368 INFO kablam! ... Oct 13 13:13:39.368 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 13 13:13:39.368 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! Oct 13 13:13:39.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.368 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.368 INFO kablam! ... Oct 13 13:13:39.368 INFO kablam! 1138 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_2align_alloc_layout_unchecked, 131072, 2); Oct 13 13:13:39.368 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.368 INFO kablam! | Oct 13 13:13:39.368 INFO kablam! Oct 13 13:13:39.385 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.385 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.385 INFO kablam! | ^^^^^ Oct 13 13:13:39.385 INFO kablam! ... Oct 13 13:13:39.385 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 13 13:13:39.385 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! Oct 13 13:13:39.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.385 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.385 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.385 INFO kablam! ... Oct 13 13:13:39.385 INFO kablam! 1151 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_2align_alloc_layout_unchecked, 4194304, 2); Oct 13 13:13:39.385 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! Oct 13 13:13:39.385 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.385 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.385 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.385 INFO kablam! | ^^^^^ Oct 13 13:13:39.385 INFO kablam! ... Oct 13 13:13:39.385 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 13 13:13:39.385 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.385 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! Oct 13 13:13:39.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.386 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.386 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.386 INFO kablam! ... Oct 13 13:13:39.386 INFO kablam! 1165 | rt_alloc_layout_unchecked!(rt_even_10bytes_2align_alloc_layout_unchecked, 10, 2); Oct 13 13:13:39.386 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! Oct 13 13:13:39.386 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.386 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.386 INFO kablam! | ^^^^^ Oct 13 13:13:39.386 INFO kablam! ... Oct 13 13:13:39.386 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 13 13:13:39.386 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! Oct 13 13:13:39.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.386 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.386 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.386 INFO kablam! ... Oct 13 13:13:39.386 INFO kablam! 1178 | rt_alloc_layout_unchecked!(rt_even_100bytes_2align_alloc_layout_unchecked, 100, 2); Oct 13 13:13:39.386 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! Oct 13 13:13:39.386 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.386 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.386 INFO kablam! | ^^^^^ Oct 13 13:13:39.386 INFO kablam! ... Oct 13 13:13:39.386 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 13 13:13:39.386 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! Oct 13 13:13:39.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.386 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.386 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.386 INFO kablam! ... Oct 13 13:13:39.386 INFO kablam! 1191 | rt_alloc_layout_unchecked!(rt_even_1000bytes_2align_alloc_layout_unchecked, 1000, 2); Oct 13 13:13:39.386 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! Oct 13 13:13:39.386 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.386 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.386 INFO kablam! | ^^^^^ Oct 13 13:13:39.386 INFO kablam! ... Oct 13 13:13:39.386 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 13 13:13:39.386 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.386 INFO kablam! | Oct 13 13:13:39.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! Oct 13 13:13:39.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.387 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.387 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.387 INFO kablam! ... Oct 13 13:13:39.387 INFO kablam! 1204 | rt_alloc_layout_unchecked!(rt_even_10000bytes_2align_alloc_layout_unchecked, 10000, 2); Oct 13 13:13:39.387 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! Oct 13 13:13:39.387 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.387 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.387 INFO kablam! | ^^^^^ Oct 13 13:13:39.387 INFO kablam! ... Oct 13 13:13:39.387 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 13 13:13:39.387 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! Oct 13 13:13:39.387 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.387 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.387 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.387 INFO kablam! ... Oct 13 13:13:39.387 INFO kablam! 1217 | rt_alloc_layout_unchecked!(rt_even_100000bytes_2align_alloc_layout_unchecked, 100000, 2); Oct 13 13:13:39.387 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.387 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.387 INFO kablam! | Oct 13 13:13:39.387 INFO kablam! Oct 13 13:13:39.392 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.392 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.393 INFO kablam! | ^^^^^ Oct 13 13:13:39.393 INFO kablam! ... Oct 13 13:13:39.393 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 13 13:13:39.393 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! Oct 13 13:13:39.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.393 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.393 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.393 INFO kablam! ... Oct 13 13:13:39.393 INFO kablam! 1230 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_2align_alloc_layout_unchecked, 1000000, 2); Oct 13 13:13:39.393 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! Oct 13 13:13:39.393 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.393 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.393 INFO kablam! | ^^^^^ Oct 13 13:13:39.393 INFO kablam! ... Oct 13 13:13:39.393 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 13 13:13:39.393 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.393 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.393 INFO kablam! Oct 13 13:13:39.393 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.393 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.393 INFO kablam! | Oct 13 13:13:39.394 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.394 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.394 INFO kablam! ... Oct 13 13:13:39.394 INFO kablam! 1244 | rt_alloc_layout_unchecked!(rt_odd_10bytes_2align_alloc_layout_unchecked, 10- 1, 2); Oct 13 13:13:39.394 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.394 INFO kablam! | Oct 13 13:13:39.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.394 INFO kablam! | Oct 13 13:13:39.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.394 INFO kablam! | Oct 13 13:13:39.394 INFO kablam! Oct 13 13:13:39.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.404 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.404 INFO kablam! | Oct 13 13:13:39.404 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.404 INFO kablam! | ^^^^^ Oct 13 13:13:39.404 INFO kablam! ... Oct 13 13:13:39.404 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 13 13:13:39.404 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.404 INFO kablam! | Oct 13 13:13:39.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.404 INFO kablam! | Oct 13 13:13:39.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.404 INFO kablam! | Oct 13 13:13:39.404 INFO kablam! Oct 13 13:13:39.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.404 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.404 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.409 INFO kablam! ... Oct 13 13:13:39.409 INFO kablam! 1257 | rt_alloc_layout_unchecked!(rt_odd_100bytes_2align_alloc_layout_unchecked, 100- 1, 2); Oct 13 13:13:39.409 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! Oct 13 13:13:39.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.409 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.409 INFO kablam! | ^^^^^ Oct 13 13:13:39.409 INFO kablam! ... Oct 13 13:13:39.409 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 13 13:13:39.409 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! Oct 13 13:13:39.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.409 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.409 INFO kablam! ... Oct 13 13:13:39.409 INFO kablam! 1270 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_2align_alloc_layout_unchecked, 1000- 1, 2); Oct 13 13:13:39.409 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! Oct 13 13:13:39.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.409 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.409 INFO kablam! | ^^^^^ Oct 13 13:13:39.409 INFO kablam! ... Oct 13 13:13:39.409 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 13 13:13:39.409 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! Oct 13 13:13:39.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.409 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.409 INFO kablam! ... Oct 13 13:13:39.409 INFO kablam! 1283 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_2align_alloc_layout_unchecked, 10000- 1, 2); Oct 13 13:13:39.409 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.409 INFO kablam! | Oct 13 13:13:39.409 INFO kablam! Oct 13 13:13:39.410 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.410 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.410 INFO kablam! | ^^^^^ Oct 13 13:13:39.410 INFO kablam! ... Oct 13 13:13:39.410 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 13 13:13:39.410 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! Oct 13 13:13:39.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.410 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.410 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.410 INFO kablam! ... Oct 13 13:13:39.410 INFO kablam! 1296 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_2align_alloc_layout_unchecked, 100000- 1, 2); Oct 13 13:13:39.410 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.410 INFO kablam! | Oct 13 13:13:39.410 INFO kablam! Oct 13 13:13:39.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.417 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.417 INFO kablam! | ^^^^^ Oct 13 13:13:39.417 INFO kablam! ... Oct 13 13:13:39.417 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 13 13:13:39.417 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! Oct 13 13:13:39.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.417 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.417 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.417 INFO kablam! ... Oct 13 13:13:39.417 INFO kablam! 1309 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_2align_alloc_layout_unchecked, 1000000- 1, 2); Oct 13 13:13:39.417 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! Oct 13 13:13:39.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.417 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.417 INFO kablam! | ^^^^^ Oct 13 13:13:39.417 INFO kablam! ... Oct 13 13:13:39.417 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 13 13:13:39.417 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! Oct 13 13:13:39.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.417 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.417 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.417 INFO kablam! ... Oct 13 13:13:39.417 INFO kablam! 1323 | rt_alloc_layout_unchecked!(rt_primes_3bytes_2align_alloc_layout_unchecked, 3, 2); Oct 13 13:13:39.417 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.417 INFO kablam! | Oct 13 13:13:39.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! Oct 13 13:13:39.418 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.418 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.418 INFO kablam! | ^^^^^ Oct 13 13:13:39.418 INFO kablam! ... Oct 13 13:13:39.418 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 13 13:13:39.418 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! Oct 13 13:13:39.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.418 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.418 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.418 INFO kablam! ... Oct 13 13:13:39.418 INFO kablam! 1336 | rt_alloc_layout_unchecked!(rt_primes_7bytes_2align_alloc_layout_unchecked, 7, 2); Oct 13 13:13:39.418 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.418 INFO kablam! | Oct 13 13:13:39.418 INFO kablam! Oct 13 13:13:39.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.420 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.420 INFO kablam! | Oct 13 13:13:39.420 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.420 INFO kablam! | ^^^^^ Oct 13 13:13:39.420 INFO kablam! ... Oct 13 13:13:39.420 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 13 13:13:39.421 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! Oct 13 13:13:39.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.421 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.421 INFO kablam! ... Oct 13 13:13:39.421 INFO kablam! 1349 | rt_alloc_layout_unchecked!(rt_primes_13bytes_2align_alloc_layout_unchecked, 13, 2); Oct 13 13:13:39.421 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! Oct 13 13:13:39.421 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.421 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.421 INFO kablam! | ^^^^^ Oct 13 13:13:39.421 INFO kablam! ... Oct 13 13:13:39.421 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 13 13:13:39.421 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! Oct 13 13:13:39.421 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.421 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.421 INFO kablam! ... Oct 13 13:13:39.421 INFO kablam! 1362 | rt_alloc_layout_unchecked!(rt_primes_17bytes_2align_alloc_layout_unchecked, 17, 2); Oct 13 13:13:39.421 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! Oct 13 13:13:39.421 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.421 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.421 INFO kablam! | ^^^^^ Oct 13 13:13:39.421 INFO kablam! ... Oct 13 13:13:39.421 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 13 13:13:39.421 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.421 INFO kablam! | Oct 13 13:13:39.421 INFO kablam! Oct 13 13:13:39.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.424 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.424 INFO kablam! ... Oct 13 13:13:39.424 INFO kablam! 1375 | rt_alloc_layout_unchecked!(rt_primes_31bytes_2align_alloc_layout_unchecked, 31, 2); Oct 13 13:13:39.424 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! Oct 13 13:13:39.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.424 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.424 INFO kablam! | ^^^^^ Oct 13 13:13:39.424 INFO kablam! ... Oct 13 13:13:39.424 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 13 13:13:39.424 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! Oct 13 13:13:39.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.424 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.424 INFO kablam! ... Oct 13 13:13:39.424 INFO kablam! 1388 | rt_alloc_layout_unchecked!(rt_primes_61bytes_2align_alloc_layout_unchecked, 61, 2); Oct 13 13:13:39.424 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! Oct 13 13:13:39.424 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.424 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.424 INFO kablam! | Oct 13 13:13:39.424 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.424 INFO kablam! | ^^^^^ Oct 13 13:13:39.424 INFO kablam! ... Oct 13 13:13:39.424 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 13 13:13:39.425 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.425 INFO kablam! | Oct 13 13:13:39.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.425 INFO kablam! | Oct 13 13:13:39.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.425 INFO kablam! | Oct 13 13:13:39.425 INFO kablam! Oct 13 13:13:39.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.429 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.429 INFO kablam! ... Oct 13 13:13:39.429 INFO kablam! 1401 | rt_alloc_layout_unchecked!(rt_primes_96bytes_2align_alloc_layout_unchecked, 96, 2); Oct 13 13:13:39.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! Oct 13 13:13:39.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.429 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.429 INFO kablam! | ^^^^^ Oct 13 13:13:39.429 INFO kablam! ... Oct 13 13:13:39.429 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 13 13:13:39.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! Oct 13 13:13:39.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.429 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.429 INFO kablam! ... Oct 13 13:13:39.429 INFO kablam! 1414 | rt_alloc_layout_unchecked!(rt_primes_127bytes_2align_alloc_layout_unchecked, 127, 2); Oct 13 13:13:39.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! Oct 13 13:13:39.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.429 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.429 INFO kablam! | ^^^^^ Oct 13 13:13:39.429 INFO kablam! ... Oct 13 13:13:39.429 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 13 13:13:39.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! Oct 13 13:13:39.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.429 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.429 INFO kablam! | Oct 13 13:13:39.429 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.430 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.430 INFO kablam! ... Oct 13 13:13:39.430 INFO kablam! 1427 | rt_alloc_layout_unchecked!(rt_primes_257bytes_2align_alloc_layout_unchecked, 257, 2); Oct 13 13:13:39.430 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.430 INFO kablam! | Oct 13 13:13:39.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.430 INFO kablam! | Oct 13 13:13:39.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.430 INFO kablam! | Oct 13 13:13:39.430 INFO kablam! Oct 13 13:13:39.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.430 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.430 INFO kablam! | Oct 13 13:13:39.430 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.430 INFO kablam! | ^^^^^ Oct 13 13:13:39.430 INFO kablam! ... Oct 13 13:13:39.430 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 13 13:13:39.430 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.430 INFO kablam! | Oct 13 13:13:39.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.430 INFO kablam! | Oct 13 13:13:39.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.430 INFO kablam! | Oct 13 13:13:39.430 INFO kablam! Oct 13 13:13:39.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.437 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.437 INFO kablam! ... Oct 13 13:13:39.437 INFO kablam! 1440 | rt_alloc_layout_unchecked!(rt_primes_509bytes_2align_alloc_layout_unchecked, 509, 2); Oct 13 13:13:39.437 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! Oct 13 13:13:39.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.437 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.437 INFO kablam! | ^^^^^ Oct 13 13:13:39.437 INFO kablam! ... Oct 13 13:13:39.437 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 13 13:13:39.437 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! Oct 13 13:13:39.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.437 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.437 INFO kablam! ... Oct 13 13:13:39.437 INFO kablam! 1453 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_2align_alloc_layout_unchecked, 1021, 2); Oct 13 13:13:39.437 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! Oct 13 13:13:39.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.437 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.437 INFO kablam! | ^^^^^ Oct 13 13:13:39.437 INFO kablam! ... Oct 13 13:13:39.437 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 13 13:13:39.437 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.437 INFO kablam! Oct 13 13:13:39.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.437 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.437 INFO kablam! | Oct 13 13:13:39.438 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.438 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.438 INFO kablam! ... Oct 13 13:13:39.438 INFO kablam! 1466 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_2align_alloc_layout_unchecked, 2039, 2); Oct 13 13:13:39.438 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.438 INFO kablam! | Oct 13 13:13:39.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.438 INFO kablam! | Oct 13 13:13:39.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.438 INFO kablam! | Oct 13 13:13:39.438 INFO kablam! Oct 13 13:13:39.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.438 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.438 INFO kablam! | Oct 13 13:13:39.438 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.438 INFO kablam! | ^^^^^ Oct 13 13:13:39.438 INFO kablam! ... Oct 13 13:13:39.438 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 13 13:13:39.438 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.438 INFO kablam! | Oct 13 13:13:39.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! Oct 13 13:13:39.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.443 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.443 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.443 INFO kablam! ... Oct 13 13:13:39.443 INFO kablam! 1479 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_2align_alloc_layout_unchecked, 4093, 2); Oct 13 13:13:39.443 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! Oct 13 13:13:39.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.443 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.443 INFO kablam! | ^^^^^ Oct 13 13:13:39.443 INFO kablam! ... Oct 13 13:13:39.443 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 13 13:13:39.443 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! Oct 13 13:13:39.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.443 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.443 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.443 INFO kablam! ... Oct 13 13:13:39.443 INFO kablam! 1492 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_2align_alloc_layout_unchecked, 8191, 2); Oct 13 13:13:39.443 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! Oct 13 13:13:39.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.443 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.443 INFO kablam! | Oct 13 13:13:39.443 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.443 INFO kablam! | ^^^^^ Oct 13 13:13:39.444 INFO kablam! ... Oct 13 13:13:39.444 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 13 13:13:39.444 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! Oct 13 13:13:39.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.444 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.444 INFO kablam! ... Oct 13 13:13:39.444 INFO kablam! 1505 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_2align_alloc_layout_unchecked, 16381, 2); Oct 13 13:13:39.444 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! Oct 13 13:13:39.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.444 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.444 INFO kablam! | ^^^^^ Oct 13 13:13:39.444 INFO kablam! ... Oct 13 13:13:39.444 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 13 13:13:39.444 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! Oct 13 13:13:39.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.444 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.444 INFO kablam! ... Oct 13 13:13:39.444 INFO kablam! 1518 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_2align_alloc_layout_unchecked, 32749, 2); Oct 13 13:13:39.444 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! Oct 13 13:13:39.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.444 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.444 INFO kablam! | ^^^^^ Oct 13 13:13:39.444 INFO kablam! ... Oct 13 13:13:39.444 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 13 13:13:39.444 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.444 INFO kablam! | Oct 13 13:13:39.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! Oct 13 13:13:39.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.449 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.449 INFO kablam! ... Oct 13 13:13:39.449 INFO kablam! 1531 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_2align_alloc_layout_unchecked, 65537, 2); Oct 13 13:13:39.449 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! Oct 13 13:13:39.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.449 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.449 INFO kablam! | ^^^^^ Oct 13 13:13:39.449 INFO kablam! ... Oct 13 13:13:39.449 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 13 13:13:39.449 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! Oct 13 13:13:39.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.449 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.449 INFO kablam! ... Oct 13 13:13:39.449 INFO kablam! 1544 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_2align_alloc_layout_unchecked, 131071, 2); Oct 13 13:13:39.449 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! Oct 13 13:13:39.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.449 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.449 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.449 INFO kablam! | ^^^^^ Oct 13 13:13:39.449 INFO kablam! ... Oct 13 13:13:39.449 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 13 13:13:39.449 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.449 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! Oct 13 13:13:39.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.457 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.457 INFO kablam! ... Oct 13 13:13:39.457 INFO kablam! 1557 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_2align_alloc_layout_unchecked, 4194301, 2); Oct 13 13:13:39.457 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.457 INFO kablam! Oct 13 13:13:39.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.457 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.457 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.458 INFO kablam! | ^^^^^ Oct 13 13:13:39.458 INFO kablam! ... Oct 13 13:13:39.458 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 13 13:13:39.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! Oct 13 13:13:39.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.458 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.458 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.458 INFO kablam! ... Oct 13 13:13:39.458 INFO kablam! 1573 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_4align_alloc_layout_unchecked, 1, 4); Oct 13 13:13:39.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! Oct 13 13:13:39.458 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.458 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.458 INFO kablam! | ^^^^^ Oct 13 13:13:39.458 INFO kablam! ... Oct 13 13:13:39.458 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 13 13:13:39.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! Oct 13 13:13:39.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.458 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.458 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.458 INFO kablam! ... Oct 13 13:13:39.458 INFO kablam! 1586 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_4align_alloc_layout_unchecked, 2, 4); Oct 13 13:13:39.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! Oct 13 13:13:39.458 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.458 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.458 INFO kablam! | ^^^^^ Oct 13 13:13:39.458 INFO kablam! ... Oct 13 13:13:39.458 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 13 13:13:39.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! Oct 13 13:13:39.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.458 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.458 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.458 INFO kablam! ... Oct 13 13:13:39.458 INFO kablam! 1599 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_4align_alloc_layout_unchecked, 4, 4); Oct 13 13:13:39.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.458 INFO kablam! Oct 13 13:13:39.458 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.458 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.458 INFO kablam! | Oct 13 13:13:39.459 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.459 INFO kablam! | ^^^^^ Oct 13 13:13:39.459 INFO kablam! ... Oct 13 13:13:39.459 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 13 13:13:39.459 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.459 INFO kablam! | Oct 13 13:13:39.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.459 INFO kablam! | Oct 13 13:13:39.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.459 INFO kablam! | Oct 13 13:13:39.459 INFO kablam! Oct 13 13:13:39.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.464 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.464 INFO kablam! ... Oct 13 13:13:39.464 INFO kablam! 1612 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_4align_alloc_layout_unchecked, 8, 4); Oct 13 13:13:39.464 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! Oct 13 13:13:39.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.464 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.464 INFO kablam! | ^^^^^ Oct 13 13:13:39.464 INFO kablam! ... Oct 13 13:13:39.464 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 13 13:13:39.464 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! Oct 13 13:13:39.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.464 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.464 INFO kablam! ... Oct 13 13:13:39.464 INFO kablam! 1625 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_4align_alloc_layout_unchecked, 16, 4); Oct 13 13:13:39.464 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! Oct 13 13:13:39.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.464 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.464 INFO kablam! | ^^^^^ Oct 13 13:13:39.464 INFO kablam! ... Oct 13 13:13:39.464 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 13 13:13:39.464 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.464 INFO kablam! Oct 13 13:13:39.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.464 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.464 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.465 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.465 INFO kablam! ... Oct 13 13:13:39.465 INFO kablam! 1638 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_4align_alloc_layout_unchecked, 32, 4); Oct 13 13:13:39.465 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! Oct 13 13:13:39.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.465 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.465 INFO kablam! | ^^^^^ Oct 13 13:13:39.465 INFO kablam! ... Oct 13 13:13:39.465 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 13 13:13:39.465 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! Oct 13 13:13:39.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.465 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.465 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.465 INFO kablam! ... Oct 13 13:13:39.465 INFO kablam! 1651 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_4align_alloc_layout_unchecked, 64, 4); Oct 13 13:13:39.465 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! Oct 13 13:13:39.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.465 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.465 INFO kablam! | ^^^^^ Oct 13 13:13:39.465 INFO kablam! ... Oct 13 13:13:39.465 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 13 13:13:39.465 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! Oct 13 13:13:39.465 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.465 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.465 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.465 INFO kablam! ... Oct 13 13:13:39.465 INFO kablam! 1664 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_4align_alloc_layout_unchecked, 128, 4); Oct 13 13:13:39.465 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! Oct 13 13:13:39.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.465 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.465 INFO kablam! | ^^^^^ Oct 13 13:13:39.465 INFO kablam! ... Oct 13 13:13:39.465 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 13 13:13:39.465 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.465 INFO kablam! | Oct 13 13:13:39.465 INFO kablam! Oct 13 13:13:39.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.474 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.474 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.474 INFO kablam! ... Oct 13 13:13:39.474 INFO kablam! 1677 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_4align_alloc_layout_unchecked, 256, 4); Oct 13 13:13:39.474 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! Oct 13 13:13:39.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.474 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.474 INFO kablam! | ^^^^^ Oct 13 13:13:39.474 INFO kablam! ... Oct 13 13:13:39.474 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 13 13:13:39.474 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! Oct 13 13:13:39.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.474 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.474 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.474 INFO kablam! ... Oct 13 13:13:39.474 INFO kablam! 1690 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_4align_alloc_layout_unchecked, 512, 4); Oct 13 13:13:39.474 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! Oct 13 13:13:39.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.474 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.474 INFO kablam! | ^^^^^ Oct 13 13:13:39.474 INFO kablam! ... Oct 13 13:13:39.474 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 13 13:13:39.474 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! Oct 13 13:13:39.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.474 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.474 INFO kablam! | Oct 13 13:13:39.474 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.474 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.474 INFO kablam! ... Oct 13 13:13:39.474 INFO kablam! 1703 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_4align_alloc_layout_unchecked, 1024, 4); Oct 13 13:13:39.475 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! Oct 13 13:13:39.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.475 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.475 INFO kablam! | ^^^^^ Oct 13 13:13:39.475 INFO kablam! ... Oct 13 13:13:39.475 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 13 13:13:39.475 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! Oct 13 13:13:39.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.475 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.475 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.475 INFO kablam! ... Oct 13 13:13:39.475 INFO kablam! 1716 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_4align_alloc_layout_unchecked, 2048, 4); Oct 13 13:13:39.475 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! Oct 13 13:13:39.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.475 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.475 INFO kablam! | ^^^^^ Oct 13 13:13:39.475 INFO kablam! ... Oct 13 13:13:39.475 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 13 13:13:39.475 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! Oct 13 13:13:39.475 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.475 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.475 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.475 INFO kablam! ... Oct 13 13:13:39.475 INFO kablam! 1729 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_4align_alloc_layout_unchecked, 4096, 4); Oct 13 13:13:39.475 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! Oct 13 13:13:39.475 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.475 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.475 INFO kablam! | ^^^^^ Oct 13 13:13:39.475 INFO kablam! ... Oct 13 13:13:39.475 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 13 13:13:39.475 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.475 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.475 INFO kablam! | Oct 13 13:13:39.475 INFO kablam! Oct 13 13:13:39.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.481 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.481 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.481 INFO kablam! ... Oct 13 13:13:39.481 INFO kablam! 1742 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_4align_alloc_layout_unchecked, 8192, 4); Oct 13 13:13:39.481 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! Oct 13 13:13:39.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.481 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.481 INFO kablam! | ^^^^^ Oct 13 13:13:39.481 INFO kablam! ... Oct 13 13:13:39.481 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 13 13:13:39.481 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! Oct 13 13:13:39.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.481 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.481 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.481 INFO kablam! ... Oct 13 13:13:39.481 INFO kablam! 1755 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_4align_alloc_layout_unchecked, 16384, 4); Oct 13 13:13:39.481 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! Oct 13 13:13:39.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.481 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.481 INFO kablam! | ^^^^^ Oct 13 13:13:39.481 INFO kablam! ... Oct 13 13:13:39.481 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 13 13:13:39.481 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.481 INFO kablam! | Oct 13 13:13:39.481 INFO kablam! Oct 13 13:13:39.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.485 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.485 INFO kablam! ... Oct 13 13:13:39.485 INFO kablam! 1768 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_4align_alloc_layout_unchecked, 32768, 4); Oct 13 13:13:39.485 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! Oct 13 13:13:39.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.485 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.485 INFO kablam! | Oct 13 13:13:39.485 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.485 INFO kablam! | ^^^^^ Oct 13 13:13:39.485 INFO kablam! ... Oct 13 13:13:39.485 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 13 13:13:39.486 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! Oct 13 13:13:39.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.486 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.486 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.486 INFO kablam! ... Oct 13 13:13:39.486 INFO kablam! 1781 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_4align_alloc_layout_unchecked, 65536, 4); Oct 13 13:13:39.486 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! Oct 13 13:13:39.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.486 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.486 INFO kablam! | ^^^^^ Oct 13 13:13:39.486 INFO kablam! ... Oct 13 13:13:39.486 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 13 13:13:39.486 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! Oct 13 13:13:39.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.486 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.486 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.486 INFO kablam! ... Oct 13 13:13:39.486 INFO kablam! 1794 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_4align_alloc_layout_unchecked, 131072, 4); Oct 13 13:13:39.486 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.486 INFO kablam! | Oct 13 13:13:39.486 INFO kablam! Oct 13 13:13:39.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.493 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.493 INFO kablam! | ^^^^^ Oct 13 13:13:39.493 INFO kablam! ... Oct 13 13:13:39.493 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 13 13:13:39.493 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.493 INFO kablam! | Oct 13 13:13:39.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! Oct 13 13:13:39.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.494 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.494 INFO kablam! ... Oct 13 13:13:39.494 INFO kablam! 1807 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_4align_alloc_layout_unchecked, 4194304, 4); Oct 13 13:13:39.494 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! Oct 13 13:13:39.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.494 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.494 INFO kablam! | ^^^^^ Oct 13 13:13:39.494 INFO kablam! ... Oct 13 13:13:39.494 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 13 13:13:39.494 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! Oct 13 13:13:39.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.494 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.494 INFO kablam! ... Oct 13 13:13:39.494 INFO kablam! 1821 | rt_alloc_layout_unchecked!(rt_even_10bytes_4align_alloc_layout_unchecked, 10, 4); Oct 13 13:13:39.494 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! Oct 13 13:13:39.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.494 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.494 INFO kablam! | ^^^^^ Oct 13 13:13:39.494 INFO kablam! ... Oct 13 13:13:39.494 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 13 13:13:39.494 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! Oct 13 13:13:39.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.494 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.494 INFO kablam! ... Oct 13 13:13:39.494 INFO kablam! 1834 | rt_alloc_layout_unchecked!(rt_even_100bytes_4align_alloc_layout_unchecked, 100, 4); Oct 13 13:13:39.494 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! Oct 13 13:13:39.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.494 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.494 INFO kablam! | ^^^^^ Oct 13 13:13:39.494 INFO kablam! ... Oct 13 13:13:39.494 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 13 13:13:39.494 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.494 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! Oct 13 13:13:39.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.495 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.495 INFO kablam! ... Oct 13 13:13:39.495 INFO kablam! 1847 | rt_alloc_layout_unchecked!(rt_even_1000bytes_4align_alloc_layout_unchecked, 1000, 4); Oct 13 13:13:39.495 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! Oct 13 13:13:39.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.495 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.495 INFO kablam! | ^^^^^ Oct 13 13:13:39.495 INFO kablam! ... Oct 13 13:13:39.495 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 13 13:13:39.495 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! Oct 13 13:13:39.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.495 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.495 INFO kablam! ... Oct 13 13:13:39.495 INFO kablam! 1860 | rt_alloc_layout_unchecked!(rt_even_10000bytes_4align_alloc_layout_unchecked, 10000, 4); Oct 13 13:13:39.495 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.495 INFO kablam! | Oct 13 13:13:39.495 INFO kablam! Oct 13 13:13:39.499 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.499 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.499 INFO kablam! | ^^^^^ Oct 13 13:13:39.499 INFO kablam! ... Oct 13 13:13:39.499 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 13 13:13:39.499 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! Oct 13 13:13:39.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.499 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.499 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.499 INFO kablam! ... Oct 13 13:13:39.499 INFO kablam! 1873 | rt_alloc_layout_unchecked!(rt_even_100000bytes_4align_alloc_layout_unchecked, 100000, 4); Oct 13 13:13:39.499 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! Oct 13 13:13:39.499 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.499 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.499 INFO kablam! | ^^^^^ Oct 13 13:13:39.499 INFO kablam! ... Oct 13 13:13:39.499 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 13 13:13:39.499 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! Oct 13 13:13:39.499 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.499 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.499 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.499 INFO kablam! ... Oct 13 13:13:39.499 INFO kablam! 1886 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_4align_alloc_layout_unchecked, 1000000, 4); Oct 13 13:13:39.499 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.499 INFO kablam! | Oct 13 13:13:39.499 INFO kablam! Oct 13 13:13:39.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.505 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.505 INFO kablam! | ^^^^^ Oct 13 13:13:39.505 INFO kablam! ... Oct 13 13:13:39.505 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 13 13:13:39.505 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! Oct 13 13:13:39.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.505 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.505 INFO kablam! ... Oct 13 13:13:39.505 INFO kablam! 1900 | rt_alloc_layout_unchecked!(rt_odd_10bytes_4align_alloc_layout_unchecked, 10- 1, 4); Oct 13 13:13:39.505 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! Oct 13 13:13:39.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.505 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.505 INFO kablam! | ^^^^^ Oct 13 13:13:39.505 INFO kablam! ... Oct 13 13:13:39.505 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 13 13:13:39.505 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! Oct 13 13:13:39.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.505 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.505 INFO kablam! | Oct 13 13:13:39.505 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.505 INFO kablam! ... Oct 13 13:13:39.505 INFO kablam! 1913 | rt_alloc_layout_unchecked!(rt_odd_100bytes_4align_alloc_layout_unchecked, 100- 1, 4); Oct 13 13:13:39.505 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! Oct 13 13:13:39.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.506 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.506 INFO kablam! | ^^^^^ Oct 13 13:13:39.506 INFO kablam! ... Oct 13 13:13:39.506 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 13 13:13:39.506 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! Oct 13 13:13:39.506 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.506 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.506 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.506 INFO kablam! ... Oct 13 13:13:39.506 INFO kablam! 1926 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_4align_alloc_layout_unchecked, 1000- 1, 4); Oct 13 13:13:39.506 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! Oct 13 13:13:39.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.506 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.506 INFO kablam! | ^^^^^ Oct 13 13:13:39.506 INFO kablam! ... Oct 13 13:13:39.506 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 13 13:13:39.506 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.506 INFO kablam! | Oct 13 13:13:39.506 INFO kablam! Oct 13 13:13:39.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.513 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.513 INFO kablam! ... Oct 13 13:13:39.513 INFO kablam! 1939 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_4align_alloc_layout_unchecked, 10000- 1, 4); Oct 13 13:13:39.513 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! Oct 13 13:13:39.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.513 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.513 INFO kablam! | ^^^^^ Oct 13 13:13:39.513 INFO kablam! ... Oct 13 13:13:39.513 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 13 13:13:39.513 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! Oct 13 13:13:39.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.513 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.513 INFO kablam! ... Oct 13 13:13:39.513 INFO kablam! 1952 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_4align_alloc_layout_unchecked, 100000- 1, 4); Oct 13 13:13:39.513 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! Oct 13 13:13:39.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.513 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.513 INFO kablam! | Oct 13 13:13:39.513 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.514 INFO kablam! | ^^^^^ Oct 13 13:13:39.514 INFO kablam! ... Oct 13 13:13:39.514 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 13 13:13:39.514 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! Oct 13 13:13:39.514 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.514 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.514 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.514 INFO kablam! ... Oct 13 13:13:39.514 INFO kablam! 1965 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_4align_alloc_layout_unchecked, 1000000- 1, 4); Oct 13 13:13:39.514 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! Oct 13 13:13:39.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.514 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.514 INFO kablam! | ^^^^^ Oct 13 13:13:39.514 INFO kablam! ... Oct 13 13:13:39.514 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 13 13:13:39.514 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! Oct 13 13:13:39.514 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.514 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.514 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.514 INFO kablam! ... Oct 13 13:13:39.514 INFO kablam! 1979 | rt_alloc_layout_unchecked!(rt_primes_3bytes_4align_alloc_layout_unchecked, 3, 4); Oct 13 13:13:39.514 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.514 INFO kablam! | Oct 13 13:13:39.514 INFO kablam! Oct 13 13:13:39.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.518 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.518 INFO kablam! | ^^^^^ Oct 13 13:13:39.518 INFO kablam! ... Oct 13 13:13:39.518 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 13 13:13:39.518 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! Oct 13 13:13:39.518 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.518 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.518 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.518 INFO kablam! ... Oct 13 13:13:39.518 INFO kablam! 1992 | rt_alloc_layout_unchecked!(rt_primes_7bytes_4align_alloc_layout_unchecked, 7, 4); Oct 13 13:13:39.518 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! Oct 13 13:13:39.518 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.518 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.518 INFO kablam! | ^^^^^ Oct 13 13:13:39.518 INFO kablam! ... Oct 13 13:13:39.518 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 13 13:13:39.518 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.518 INFO kablam! | Oct 13 13:13:39.518 INFO kablam! Oct 13 13:13:39.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.523 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.523 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.523 INFO kablam! ... Oct 13 13:13:39.523 INFO kablam! 2005 | rt_alloc_layout_unchecked!(rt_primes_13bytes_4align_alloc_layout_unchecked, 13, 4); Oct 13 13:13:39.523 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.523 INFO kablam! | Oct 13 13:13:39.523 INFO kablam! Oct 13 13:13:39.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.524 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.524 INFO kablam! | ^^^^^ Oct 13 13:13:39.524 INFO kablam! ... Oct 13 13:13:39.524 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 13 13:13:39.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! Oct 13 13:13:39.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.524 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.524 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.524 INFO kablam! ... Oct 13 13:13:39.524 INFO kablam! 2018 | rt_alloc_layout_unchecked!(rt_primes_17bytes_4align_alloc_layout_unchecked, 17, 4); Oct 13 13:13:39.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! Oct 13 13:13:39.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.524 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.524 INFO kablam! | ^^^^^ Oct 13 13:13:39.524 INFO kablam! ... Oct 13 13:13:39.524 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 13 13:13:39.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! Oct 13 13:13:39.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.524 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.524 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.524 INFO kablam! ... Oct 13 13:13:39.524 INFO kablam! 2031 | rt_alloc_layout_unchecked!(rt_primes_31bytes_4align_alloc_layout_unchecked, 31, 4); Oct 13 13:13:39.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! Oct 13 13:13:39.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.524 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.524 INFO kablam! | ^^^^^ Oct 13 13:13:39.524 INFO kablam! ... Oct 13 13:13:39.524 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 13 13:13:39.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.524 INFO kablam! | Oct 13 13:13:39.524 INFO kablam! Oct 13 13:13:39.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.529 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.529 INFO kablam! ... Oct 13 13:13:39.529 INFO kablam! 2044 | rt_alloc_layout_unchecked!(rt_primes_61bytes_4align_alloc_layout_unchecked, 61, 4); Oct 13 13:13:39.529 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! Oct 13 13:13:39.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.529 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.529 INFO kablam! | ^^^^^ Oct 13 13:13:39.529 INFO kablam! ... Oct 13 13:13:39.529 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 13 13:13:39.529 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! Oct 13 13:13:39.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.529 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.529 INFO kablam! ... Oct 13 13:13:39.529 INFO kablam! 2057 | rt_alloc_layout_unchecked!(rt_primes_96bytes_4align_alloc_layout_unchecked, 96, 4); Oct 13 13:13:39.529 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! Oct 13 13:13:39.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.529 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.529 INFO kablam! | ^^^^^ Oct 13 13:13:39.529 INFO kablam! ... Oct 13 13:13:39.529 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 13 13:13:39.529 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.529 INFO kablam! | Oct 13 13:13:39.529 INFO kablam! Oct 13 13:13:39.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.537 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.537 INFO kablam! ... Oct 13 13:13:39.537 INFO kablam! 2070 | rt_alloc_layout_unchecked!(rt_primes_127bytes_4align_alloc_layout_unchecked, 127, 4); Oct 13 13:13:39.537 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! Oct 13 13:13:39.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.537 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.537 INFO kablam! | Oct 13 13:13:39.537 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.537 INFO kablam! | ^^^^^ Oct 13 13:13:39.537 INFO kablam! ... Oct 13 13:13:39.538 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 13 13:13:39.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! Oct 13 13:13:39.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.538 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.538 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.538 INFO kablam! ... Oct 13 13:13:39.538 INFO kablam! 2083 | rt_alloc_layout_unchecked!(rt_primes_257bytes_4align_alloc_layout_unchecked, 257, 4); Oct 13 13:13:39.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! Oct 13 13:13:39.538 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.538 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.538 INFO kablam! | ^^^^^ Oct 13 13:13:39.538 INFO kablam! ... Oct 13 13:13:39.538 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 13 13:13:39.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! Oct 13 13:13:39.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.538 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.538 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.538 INFO kablam! ... Oct 13 13:13:39.538 INFO kablam! 2096 | rt_alloc_layout_unchecked!(rt_primes_509bytes_4align_alloc_layout_unchecked, 509, 4); Oct 13 13:13:39.538 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! Oct 13 13:13:39.538 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.538 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.538 INFO kablam! | Oct 13 13:13:39.538 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.538 INFO kablam! | ^^^^^ Oct 13 13:13:39.539 INFO kablam! ... Oct 13 13:13:39.539 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 13 13:13:39.539 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! Oct 13 13:13:39.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.539 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.539 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.539 INFO kablam! ... Oct 13 13:13:39.539 INFO kablam! 2109 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_4align_alloc_layout_unchecked, 1021, 4); Oct 13 13:13:39.539 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! Oct 13 13:13:39.539 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.539 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.539 INFO kablam! | ^^^^^ Oct 13 13:13:39.539 INFO kablam! ... Oct 13 13:13:39.539 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 13 13:13:39.539 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! Oct 13 13:13:39.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.539 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.539 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.539 INFO kablam! ... Oct 13 13:13:39.539 INFO kablam! 2122 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_4align_alloc_layout_unchecked, 2039, 4); Oct 13 13:13:39.539 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.539 INFO kablam! Oct 13 13:13:39.539 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.539 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.539 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.540 INFO kablam! | ^^^^^ Oct 13 13:13:39.540 INFO kablam! ... Oct 13 13:13:39.540 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 13 13:13:39.540 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! Oct 13 13:13:39.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.540 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.540 INFO kablam! ... Oct 13 13:13:39.540 INFO kablam! 2135 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_4align_alloc_layout_unchecked, 4093, 4); Oct 13 13:13:39.540 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! Oct 13 13:13:39.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.540 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.540 INFO kablam! | ^^^^^ Oct 13 13:13:39.540 INFO kablam! ... Oct 13 13:13:39.540 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 13 13:13:39.540 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! Oct 13 13:13:39.540 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.540 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.540 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.540 INFO kablam! ... Oct 13 13:13:39.540 INFO kablam! 2148 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_4align_alloc_layout_unchecked, 8191, 4); Oct 13 13:13:39.540 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! Oct 13 13:13:39.540 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.540 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.540 INFO kablam! | ^^^^^ Oct 13 13:13:39.540 INFO kablam! ... Oct 13 13:13:39.540 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 13 13:13:39.540 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.540 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.540 INFO kablam! | Oct 13 13:13:39.540 INFO kablam! Oct 13 13:13:39.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.549 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.549 INFO kablam! ... Oct 13 13:13:39.549 INFO kablam! 2161 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_4align_alloc_layout_unchecked, 16381, 4); Oct 13 13:13:39.549 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! Oct 13 13:13:39.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.549 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.549 INFO kablam! | ^^^^^ Oct 13 13:13:39.549 INFO kablam! ... Oct 13 13:13:39.549 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 13 13:13:39.549 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! Oct 13 13:13:39.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.549 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.549 INFO kablam! ... Oct 13 13:13:39.549 INFO kablam! 2174 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_4align_alloc_layout_unchecked, 32749, 4); Oct 13 13:13:39.549 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.549 INFO kablam! | Oct 13 13:13:39.549 INFO kablam! Oct 13 13:13:39.549 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.549 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.550 INFO kablam! | ^^^^^ Oct 13 13:13:39.550 INFO kablam! ... Oct 13 13:13:39.550 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 13 13:13:39.550 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! Oct 13 13:13:39.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.550 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.550 INFO kablam! ... Oct 13 13:13:39.550 INFO kablam! 2187 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_4align_alloc_layout_unchecked, 65537, 4); Oct 13 13:13:39.550 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! Oct 13 13:13:39.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.550 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.550 INFO kablam! | ^^^^^ Oct 13 13:13:39.550 INFO kablam! ... Oct 13 13:13:39.550 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 13 13:13:39.550 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! Oct 13 13:13:39.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.550 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.550 INFO kablam! ... Oct 13 13:13:39.550 INFO kablam! 2200 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_4align_alloc_layout_unchecked, 131071, 4); Oct 13 13:13:39.550 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! Oct 13 13:13:39.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.550 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.550 INFO kablam! | ^^^^^ Oct 13 13:13:39.550 INFO kablam! ... Oct 13 13:13:39.550 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 13 13:13:39.550 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.550 INFO kablam! | Oct 13 13:13:39.550 INFO kablam! Oct 13 13:13:39.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.560 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.560 INFO kablam! ... Oct 13 13:13:39.560 INFO kablam! 2213 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_4align_alloc_layout_unchecked, 4194301, 4); Oct 13 13:13:39.560 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! Oct 13 13:13:39.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.560 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.560 INFO kablam! | ^^^^^ Oct 13 13:13:39.560 INFO kablam! ... Oct 13 13:13:39.560 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 13 13:13:39.560 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! Oct 13 13:13:39.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.560 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.560 INFO kablam! ... Oct 13 13:13:39.560 INFO kablam! 2229 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_8align_alloc_layout_unchecked, 1, 8); Oct 13 13:13:39.560 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.560 INFO kablam! Oct 13 13:13:39.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.560 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.560 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.561 INFO kablam! | ^^^^^ Oct 13 13:13:39.561 INFO kablam! ... Oct 13 13:13:39.561 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 13 13:13:39.561 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! Oct 13 13:13:39.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.561 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.561 INFO kablam! ... Oct 13 13:13:39.561 INFO kablam! 2242 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_8align_alloc_layout_unchecked, 2, 8); Oct 13 13:13:39.561 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! Oct 13 13:13:39.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.561 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.561 INFO kablam! | ^^^^^ Oct 13 13:13:39.561 INFO kablam! ... Oct 13 13:13:39.561 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 13 13:13:39.561 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! Oct 13 13:13:39.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.561 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.561 INFO kablam! ... Oct 13 13:13:39.561 INFO kablam! 2255 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_8align_alloc_layout_unchecked, 4, 8); Oct 13 13:13:39.561 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! Oct 13 13:13:39.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.561 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.561 INFO kablam! | ^^^^^ Oct 13 13:13:39.561 INFO kablam! ... Oct 13 13:13:39.561 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 13 13:13:39.561 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! Oct 13 13:13:39.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.561 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.561 INFO kablam! ... Oct 13 13:13:39.561 INFO kablam! 2268 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_8align_alloc_layout_unchecked, 8, 8); Oct 13 13:13:39.561 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.561 INFO kablam! | Oct 13 13:13:39.561 INFO kablam! Oct 13 13:13:39.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.562 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.562 INFO kablam! | ^^^^^ Oct 13 13:13:39.562 INFO kablam! ... Oct 13 13:13:39.562 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 13 13:13:39.562 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! Oct 13 13:13:39.562 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.562 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.562 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.562 INFO kablam! ... Oct 13 13:13:39.562 INFO kablam! 2281 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_8align_alloc_layout_unchecked, 16, 8); Oct 13 13:13:39.562 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.562 INFO kablam! | Oct 13 13:13:39.562 INFO kablam! Oct 13 13:13:39.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.576 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.576 INFO kablam! | ^^^^^ Oct 13 13:13:39.576 INFO kablam! ... Oct 13 13:13:39.576 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 13 13:13:39.576 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! Oct 13 13:13:39.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.576 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.576 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.576 INFO kablam! ... Oct 13 13:13:39.576 INFO kablam! 2294 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_8align_alloc_layout_unchecked, 32, 8); Oct 13 13:13:39.576 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! Oct 13 13:13:39.576 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.576 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.576 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.576 INFO kablam! | ^^^^^ Oct 13 13:13:39.576 INFO kablam! ... Oct 13 13:13:39.576 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 13 13:13:39.576 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.576 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! Oct 13 13:13:39.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.577 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.577 INFO kablam! ... Oct 13 13:13:39.577 INFO kablam! 2307 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_8align_alloc_layout_unchecked, 64, 8); Oct 13 13:13:39.577 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! Oct 13 13:13:39.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.577 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.577 INFO kablam! | ^^^^^ Oct 13 13:13:39.577 INFO kablam! ... Oct 13 13:13:39.577 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 13 13:13:39.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! Oct 13 13:13:39.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.577 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.577 INFO kablam! ... Oct 13 13:13:39.577 INFO kablam! 2320 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_8align_alloc_layout_unchecked, 128, 8); Oct 13 13:13:39.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! Oct 13 13:13:39.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.577 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.577 INFO kablam! | ^^^^^ Oct 13 13:13:39.577 INFO kablam! ... Oct 13 13:13:39.577 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 13 13:13:39.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! Oct 13 13:13:39.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.577 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.577 INFO kablam! ... Oct 13 13:13:39.577 INFO kablam! 2333 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_8align_alloc_layout_unchecked, 256, 8); Oct 13 13:13:39.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! Oct 13 13:13:39.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.577 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.577 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.577 INFO kablam! | ^^^^^ Oct 13 13:13:39.577 INFO kablam! ... Oct 13 13:13:39.577 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 13 13:13:39.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.577 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! Oct 13 13:13:39.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.578 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.578 INFO kablam! ... Oct 13 13:13:39.578 INFO kablam! 2346 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_8align_alloc_layout_unchecked, 512, 8); Oct 13 13:13:39.578 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! Oct 13 13:13:39.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.578 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.578 INFO kablam! | ^^^^^ Oct 13 13:13:39.578 INFO kablam! ... Oct 13 13:13:39.578 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 13 13:13:39.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! Oct 13 13:13:39.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.578 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.578 INFO kablam! ... Oct 13 13:13:39.578 INFO kablam! 2359 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_8align_alloc_layout_unchecked, 1024, 8); Oct 13 13:13:39.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.578 INFO kablam! | Oct 13 13:13:39.578 INFO kablam! Oct 13 13:13:39.583 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.583 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.583 INFO kablam! | Oct 13 13:13:39.583 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.583 INFO kablam! | ^^^^^ Oct 13 13:13:39.583 INFO kablam! ... Oct 13 13:13:39.583 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 13 13:13:39.583 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.583 INFO kablam! | Oct 13 13:13:39.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.583 INFO kablam! | Oct 13 13:13:39.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.583 INFO kablam! | Oct 13 13:13:39.583 INFO kablam! Oct 13 13:13:39.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.583 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.583 INFO kablam! | Oct 13 13:13:39.583 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.583 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.583 INFO kablam! ... Oct 13 13:13:39.583 INFO kablam! 2372 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_8align_alloc_layout_unchecked, 2048, 8); Oct 13 13:13:39.583 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.583 INFO kablam! | Oct 13 13:13:39.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.583 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! Oct 13 13:13:39.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.584 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.584 INFO kablam! | ^^^^^ Oct 13 13:13:39.584 INFO kablam! ... Oct 13 13:13:39.584 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 13 13:13:39.584 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! Oct 13 13:13:39.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.584 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.584 INFO kablam! ... Oct 13 13:13:39.584 INFO kablam! 2385 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_8align_alloc_layout_unchecked, 4096, 8); Oct 13 13:13:39.584 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! Oct 13 13:13:39.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.584 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.584 INFO kablam! | ^^^^^ Oct 13 13:13:39.584 INFO kablam! ... Oct 13 13:13:39.584 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 13 13:13:39.584 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! Oct 13 13:13:39.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.584 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.584 INFO kablam! ... Oct 13 13:13:39.584 INFO kablam! 2398 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_8align_alloc_layout_unchecked, 8192, 8); Oct 13 13:13:39.584 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! Oct 13 13:13:39.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.584 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.584 INFO kablam! | ^^^^^ Oct 13 13:13:39.584 INFO kablam! ... Oct 13 13:13:39.584 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 13 13:13:39.584 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! Oct 13 13:13:39.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.584 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.584 INFO kablam! | Oct 13 13:13:39.584 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.584 INFO kablam! ... Oct 13 13:13:39.585 INFO kablam! 2411 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_8align_alloc_layout_unchecked, 16384, 8); Oct 13 13:13:39.585 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.585 INFO kablam! | Oct 13 13:13:39.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.585 INFO kablam! | Oct 13 13:13:39.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.585 INFO kablam! | Oct 13 13:13:39.585 INFO kablam! Oct 13 13:13:39.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.592 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.592 INFO kablam! | ^^^^^ Oct 13 13:13:39.592 INFO kablam! ... Oct 13 13:13:39.592 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 13 13:13:39.592 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! Oct 13 13:13:39.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.592 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.592 INFO kablam! ... Oct 13 13:13:39.592 INFO kablam! 2424 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_8align_alloc_layout_unchecked, 32768, 8); Oct 13 13:13:39.592 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! Oct 13 13:13:39.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.592 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.592 INFO kablam! | ^^^^^ Oct 13 13:13:39.592 INFO kablam! ... Oct 13 13:13:39.592 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 13 13:13:39.592 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.592 INFO kablam! Oct 13 13:13:39.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.592 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.592 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.593 INFO kablam! ... Oct 13 13:13:39.593 INFO kablam! 2437 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_8align_alloc_layout_unchecked, 65536, 8); Oct 13 13:13:39.593 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! Oct 13 13:13:39.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.593 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.593 INFO kablam! | ^^^^^ Oct 13 13:13:39.593 INFO kablam! ... Oct 13 13:13:39.593 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 13 13:13:39.593 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! Oct 13 13:13:39.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.593 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.593 INFO kablam! ... Oct 13 13:13:39.593 INFO kablam! 2450 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_8align_alloc_layout_unchecked, 131072, 8); Oct 13 13:13:39.593 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! Oct 13 13:13:39.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.593 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.593 INFO kablam! | ^^^^^ Oct 13 13:13:39.593 INFO kablam! ... Oct 13 13:13:39.593 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 13 13:13:39.593 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! Oct 13 13:13:39.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.593 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.593 INFO kablam! ... Oct 13 13:13:39.593 INFO kablam! 2463 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_8align_alloc_layout_unchecked, 4194304, 8); Oct 13 13:13:39.593 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.593 INFO kablam! | Oct 13 13:13:39.593 INFO kablam! Oct 13 13:13:39.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.600 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.600 INFO kablam! | ^^^^^ Oct 13 13:13:39.600 INFO kablam! ... Oct 13 13:13:39.600 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 13 13:13:39.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! Oct 13 13:13:39.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.600 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.600 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.600 INFO kablam! ... Oct 13 13:13:39.600 INFO kablam! 2477 | rt_alloc_layout_unchecked!(rt_even_10bytes_8align_alloc_layout_unchecked, 10, 8); Oct 13 13:13:39.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! Oct 13 13:13:39.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.600 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.600 INFO kablam! | ^^^^^ Oct 13 13:13:39.600 INFO kablam! ... Oct 13 13:13:39.600 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 13 13:13:39.600 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! Oct 13 13:13:39.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.600 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.600 INFO kablam! | Oct 13 13:13:39.600 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.600 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.601 INFO kablam! ... Oct 13 13:13:39.601 INFO kablam! 2490 | rt_alloc_layout_unchecked!(rt_even_100bytes_8align_alloc_layout_unchecked, 100, 8); Oct 13 13:13:39.601 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! Oct 13 13:13:39.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.601 INFO kablam! | ^^^^^ Oct 13 13:13:39.601 INFO kablam! ... Oct 13 13:13:39.601 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 13 13:13:39.601 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! Oct 13 13:13:39.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.601 INFO kablam! ... Oct 13 13:13:39.601 INFO kablam! 2503 | rt_alloc_layout_unchecked!(rt_even_1000bytes_8align_alloc_layout_unchecked, 1000, 8); Oct 13 13:13:39.601 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! Oct 13 13:13:39.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.601 INFO kablam! | ^^^^^ Oct 13 13:13:39.601 INFO kablam! ... Oct 13 13:13:39.601 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 13 13:13:39.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! Oct 13 13:13:39.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.601 INFO kablam! ... Oct 13 13:13:39.601 INFO kablam! 2516 | rt_alloc_layout_unchecked!(rt_even_10000bytes_8align_alloc_layout_unchecked, 10000, 8); Oct 13 13:13:39.601 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! Oct 13 13:13:39.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.601 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.601 INFO kablam! | ^^^^^ Oct 13 13:13:39.601 INFO kablam! ... Oct 13 13:13:39.601 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 13 13:13:39.601 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! Oct 13 13:13:39.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.601 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.601 INFO kablam! | Oct 13 13:13:39.601 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.602 INFO kablam! ... Oct 13 13:13:39.602 INFO kablam! 2529 | rt_alloc_layout_unchecked!(rt_even_100000bytes_8align_alloc_layout_unchecked, 100000, 8); Oct 13 13:13:39.602 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! Oct 13 13:13:39.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.602 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.602 INFO kablam! | ^^^^^ Oct 13 13:13:39.602 INFO kablam! ... Oct 13 13:13:39.602 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 13 13:13:39.602 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! Oct 13 13:13:39.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.602 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.602 INFO kablam! ... Oct 13 13:13:39.602 INFO kablam! 2542 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_8align_alloc_layout_unchecked, 1000000, 8); Oct 13 13:13:39.602 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.602 INFO kablam! | Oct 13 13:13:39.602 INFO kablam! Oct 13 13:13:39.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.612 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.612 INFO kablam! | ^^^^^ Oct 13 13:13:39.612 INFO kablam! ... Oct 13 13:13:39.612 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 13 13:13:39.612 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! Oct 13 13:13:39.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.612 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.612 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.612 INFO kablam! ... Oct 13 13:13:39.612 INFO kablam! 2556 | rt_alloc_layout_unchecked!(rt_odd_10bytes_8align_alloc_layout_unchecked, 10- 1, 8); Oct 13 13:13:39.612 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! Oct 13 13:13:39.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.612 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.612 INFO kablam! | ^^^^^ Oct 13 13:13:39.612 INFO kablam! ... Oct 13 13:13:39.612 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 13 13:13:39.612 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.612 INFO kablam! | Oct 13 13:13:39.612 INFO kablam! Oct 13 13:13:39.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.612 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.613 INFO kablam! ... Oct 13 13:13:39.613 INFO kablam! 2569 | rt_alloc_layout_unchecked!(rt_odd_100bytes_8align_alloc_layout_unchecked, 100- 1, 8); Oct 13 13:13:39.613 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! Oct 13 13:13:39.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.613 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.613 INFO kablam! | ^^^^^ Oct 13 13:13:39.613 INFO kablam! ... Oct 13 13:13:39.613 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 13 13:13:39.613 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! Oct 13 13:13:39.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.613 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.613 INFO kablam! ... Oct 13 13:13:39.613 INFO kablam! 2582 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_8align_alloc_layout_unchecked, 1000- 1, 8); Oct 13 13:13:39.613 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! Oct 13 13:13:39.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.613 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.613 INFO kablam! | ^^^^^ Oct 13 13:13:39.613 INFO kablam! ... Oct 13 13:13:39.613 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 13 13:13:39.613 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! Oct 13 13:13:39.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.613 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.613 INFO kablam! ... Oct 13 13:13:39.613 INFO kablam! 2595 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_8align_alloc_layout_unchecked, 10000- 1, 8); Oct 13 13:13:39.613 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! Oct 13 13:13:39.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.613 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.613 INFO kablam! | ^^^^^ Oct 13 13:13:39.613 INFO kablam! ... Oct 13 13:13:39.613 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 13 13:13:39.613 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.613 INFO kablam! | Oct 13 13:13:39.613 INFO kablam! Oct 13 13:13:39.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.624 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.624 INFO kablam! ... Oct 13 13:13:39.624 INFO kablam! 2608 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_8align_alloc_layout_unchecked, 100000- 1, 8); Oct 13 13:13:39.624 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! Oct 13 13:13:39.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.624 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.624 INFO kablam! | ^^^^^ Oct 13 13:13:39.624 INFO kablam! ... Oct 13 13:13:39.624 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 13 13:13:39.624 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! Oct 13 13:13:39.624 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.624 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.624 INFO kablam! ... Oct 13 13:13:39.624 INFO kablam! 2621 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_8align_alloc_layout_unchecked, 1000000- 1, 8); Oct 13 13:13:39.624 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.624 INFO kablam! | Oct 13 13:13:39.624 INFO kablam! Oct 13 13:13:39.624 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.624 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.625 INFO kablam! | ^^^^^ Oct 13 13:13:39.625 INFO kablam! ... Oct 13 13:13:39.625 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 13 13:13:39.625 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! Oct 13 13:13:39.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.625 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.625 INFO kablam! ... Oct 13 13:13:39.625 INFO kablam! 2635 | rt_alloc_layout_unchecked!(rt_primes_3bytes_8align_alloc_layout_unchecked, 3, 8); Oct 13 13:13:39.625 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! Oct 13 13:13:39.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.625 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.625 INFO kablam! | ^^^^^ Oct 13 13:13:39.625 INFO kablam! ... Oct 13 13:13:39.625 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 13 13:13:39.625 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! Oct 13 13:13:39.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.625 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.625 INFO kablam! ... Oct 13 13:13:39.625 INFO kablam! 2648 | rt_alloc_layout_unchecked!(rt_primes_7bytes_8align_alloc_layout_unchecked, 7, 8); Oct 13 13:13:39.625 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! Oct 13 13:13:39.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.625 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.625 INFO kablam! | ^^^^^ Oct 13 13:13:39.625 INFO kablam! ... Oct 13 13:13:39.625 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 13 13:13:39.625 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! Oct 13 13:13:39.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.625 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.625 INFO kablam! ... Oct 13 13:13:39.625 INFO kablam! 2661 | rt_alloc_layout_unchecked!(rt_primes_13bytes_8align_alloc_layout_unchecked, 13, 8); Oct 13 13:13:39.625 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.625 INFO kablam! | Oct 13 13:13:39.625 INFO kablam! Oct 13 13:13:39.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.626 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.626 INFO kablam! | ^^^^^ Oct 13 13:13:39.626 INFO kablam! ... Oct 13 13:13:39.626 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 13 13:13:39.626 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! Oct 13 13:13:39.626 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.626 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.626 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.626 INFO kablam! ... Oct 13 13:13:39.626 INFO kablam! 2674 | rt_alloc_layout_unchecked!(rt_primes_17bytes_8align_alloc_layout_unchecked, 17, 8); Oct 13 13:13:39.626 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! Oct 13 13:13:39.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.626 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.626 INFO kablam! | ^^^^^ Oct 13 13:13:39.626 INFO kablam! ... Oct 13 13:13:39.626 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 13 13:13:39.626 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! Oct 13 13:13:39.626 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.626 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.626 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.626 INFO kablam! ... Oct 13 13:13:39.626 INFO kablam! 2687 | rt_alloc_layout_unchecked!(rt_primes_31bytes_8align_alloc_layout_unchecked, 31, 8); Oct 13 13:13:39.626 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! Oct 13 13:13:39.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.626 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.626 INFO kablam! | ^^^^^ Oct 13 13:13:39.626 INFO kablam! ... Oct 13 13:13:39.626 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 13 13:13:39.626 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.626 INFO kablam! | Oct 13 13:13:39.626 INFO kablam! Oct 13 13:13:39.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.632 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.632 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.632 INFO kablam! ... Oct 13 13:13:39.632 INFO kablam! 2700 | rt_alloc_layout_unchecked!(rt_primes_61bytes_8align_alloc_layout_unchecked, 61, 8); Oct 13 13:13:39.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! Oct 13 13:13:39.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.632 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.632 INFO kablam! | ^^^^^ Oct 13 13:13:39.632 INFO kablam! ... Oct 13 13:13:39.632 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 13 13:13:39.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! Oct 13 13:13:39.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.632 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.632 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.632 INFO kablam! ... Oct 13 13:13:39.632 INFO kablam! 2713 | rt_alloc_layout_unchecked!(rt_primes_96bytes_8align_alloc_layout_unchecked, 96, 8); Oct 13 13:13:39.632 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.632 INFO kablam! Oct 13 13:13:39.632 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.632 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.632 INFO kablam! | Oct 13 13:13:39.633 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.633 INFO kablam! | ^^^^^ Oct 13 13:13:39.633 INFO kablam! ... Oct 13 13:13:39.633 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 13 13:13:39.633 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.633 INFO kablam! | Oct 13 13:13:39.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.633 INFO kablam! | Oct 13 13:13:39.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.633 INFO kablam! | Oct 13 13:13:39.633 INFO kablam! Oct 13 13:13:39.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.636 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.636 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.636 INFO kablam! ... Oct 13 13:13:39.636 INFO kablam! 2726 | rt_alloc_layout_unchecked!(rt_primes_127bytes_8align_alloc_layout_unchecked, 127, 8); Oct 13 13:13:39.636 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! Oct 13 13:13:39.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.636 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.636 INFO kablam! | ^^^^^ Oct 13 13:13:39.636 INFO kablam! ... Oct 13 13:13:39.636 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 13 13:13:39.636 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! Oct 13 13:13:39.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.636 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.636 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.636 INFO kablam! ... Oct 13 13:13:39.636 INFO kablam! 2739 | rt_alloc_layout_unchecked!(rt_primes_257bytes_8align_alloc_layout_unchecked, 257, 8); Oct 13 13:13:39.636 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! Oct 13 13:13:39.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.636 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.636 INFO kablam! | Oct 13 13:13:39.636 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.636 INFO kablam! | ^^^^^ Oct 13 13:13:39.637 INFO kablam! ... Oct 13 13:13:39.637 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 13 13:13:39.637 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.637 INFO kablam! | Oct 13 13:13:39.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.637 INFO kablam! | Oct 13 13:13:39.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.637 INFO kablam! | Oct 13 13:13:39.637 INFO kablam! Oct 13 13:13:39.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.644 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.644 INFO kablam! ... Oct 13 13:13:39.644 INFO kablam! 2752 | rt_alloc_layout_unchecked!(rt_primes_509bytes_8align_alloc_layout_unchecked, 509, 8); Oct 13 13:13:39.644 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! Oct 13 13:13:39.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.644 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.644 INFO kablam! | ^^^^^ Oct 13 13:13:39.644 INFO kablam! ... Oct 13 13:13:39.644 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 13 13:13:39.644 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! Oct 13 13:13:39.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.644 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.644 INFO kablam! ... Oct 13 13:13:39.644 INFO kablam! 2765 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_8align_alloc_layout_unchecked, 1021, 8); Oct 13 13:13:39.644 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.644 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! Oct 13 13:13:39.644 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.644 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.644 INFO kablam! | Oct 13 13:13:39.644 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.645 INFO kablam! | ^^^^^ Oct 13 13:13:39.645 INFO kablam! ... Oct 13 13:13:39.645 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 13 13:13:39.645 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! Oct 13 13:13:39.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.645 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.645 INFO kablam! ... Oct 13 13:13:39.645 INFO kablam! 2778 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_8align_alloc_layout_unchecked, 2039, 8); Oct 13 13:13:39.645 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! Oct 13 13:13:39.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.645 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.645 INFO kablam! | ^^^^^ Oct 13 13:13:39.645 INFO kablam! ... Oct 13 13:13:39.645 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 13 13:13:39.645 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.645 INFO kablam! | Oct 13 13:13:39.645 INFO kablam! Oct 13 13:13:39.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.652 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.652 INFO kablam! ... Oct 13 13:13:39.652 INFO kablam! 2791 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_8align_alloc_layout_unchecked, 4093, 8); Oct 13 13:13:39.652 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! Oct 13 13:13:39.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.652 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.652 INFO kablam! | ^^^^^ Oct 13 13:13:39.652 INFO kablam! ... Oct 13 13:13:39.652 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 13 13:13:39.652 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! Oct 13 13:13:39.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.652 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.652 INFO kablam! ... Oct 13 13:13:39.652 INFO kablam! 2804 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_8align_alloc_layout_unchecked, 8191, 8); Oct 13 13:13:39.652 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! Oct 13 13:13:39.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.652 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.652 INFO kablam! | Oct 13 13:13:39.652 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.653 INFO kablam! | ^^^^^ Oct 13 13:13:39.653 INFO kablam! ... Oct 13 13:13:39.653 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 13 13:13:39.653 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! Oct 13 13:13:39.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.653 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.653 INFO kablam! ... Oct 13 13:13:39.653 INFO kablam! 2817 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_8align_alloc_layout_unchecked, 16381, 8); Oct 13 13:13:39.653 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! Oct 13 13:13:39.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.653 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.653 INFO kablam! | ^^^^^ Oct 13 13:13:39.653 INFO kablam! ... Oct 13 13:13:39.653 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 13 13:13:39.653 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! Oct 13 13:13:39.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.653 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.653 INFO kablam! ... Oct 13 13:13:39.653 INFO kablam! 2830 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_8align_alloc_layout_unchecked, 32749, 8); Oct 13 13:13:39.653 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! Oct 13 13:13:39.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.653 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.653 INFO kablam! | ^^^^^ Oct 13 13:13:39.653 INFO kablam! ... Oct 13 13:13:39.653 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 13 13:13:39.653 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.653 INFO kablam! | Oct 13 13:13:39.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! Oct 13 13:13:39.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.660 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.660 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.660 INFO kablam! ... Oct 13 13:13:39.660 INFO kablam! 2843 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_8align_alloc_layout_unchecked, 65537, 8); Oct 13 13:13:39.660 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! Oct 13 13:13:39.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.660 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.660 INFO kablam! | ^^^^^ Oct 13 13:13:39.660 INFO kablam! ... Oct 13 13:13:39.660 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 13 13:13:39.660 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! Oct 13 13:13:39.660 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.660 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.660 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.660 INFO kablam! ... Oct 13 13:13:39.660 INFO kablam! 2856 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_8align_alloc_layout_unchecked, 131071, 8); Oct 13 13:13:39.660 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.660 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.660 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.660 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! Oct 13 13:13:39.661 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.661 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.661 INFO kablam! | ^^^^^ Oct 13 13:13:39.661 INFO kablam! ... Oct 13 13:13:39.661 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 13 13:13:39.661 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! Oct 13 13:13:39.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.661 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.661 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.661 INFO kablam! ... Oct 13 13:13:39.661 INFO kablam! 2869 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_8align_alloc_layout_unchecked, 4194301, 8); Oct 13 13:13:39.661 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! Oct 13 13:13:39.661 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.661 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.661 INFO kablam! | ^^^^^ Oct 13 13:13:39.661 INFO kablam! ... Oct 13 13:13:39.661 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 13 13:13:39.661 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! Oct 13 13:13:39.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.661 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.661 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.661 INFO kablam! ... Oct 13 13:13:39.661 INFO kablam! 2885 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_16align_alloc_layout_unchecked, 1, 16); Oct 13 13:13:39.661 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.661 INFO kablam! | Oct 13 13:13:39.661 INFO kablam! Oct 13 13:13:39.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.664 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.664 INFO kablam! | ^^^^^ Oct 13 13:13:39.664 INFO kablam! ... Oct 13 13:13:39.664 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 13 13:13:39.664 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! Oct 13 13:13:39.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.664 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.664 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.664 INFO kablam! ... Oct 13 13:13:39.664 INFO kablam! 2898 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_16align_alloc_layout_unchecked, 2, 16); Oct 13 13:13:39.664 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! Oct 13 13:13:39.664 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.664 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.664 INFO kablam! | ^^^^^ Oct 13 13:13:39.664 INFO kablam! ... Oct 13 13:13:39.664 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 13 13:13:39.664 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! Oct 13 13:13:39.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.664 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.664 INFO kablam! | Oct 13 13:13:39.664 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.664 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.665 INFO kablam! ... Oct 13 13:13:39.665 INFO kablam! 2911 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_16align_alloc_layout_unchecked, 4, 16); Oct 13 13:13:39.665 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.665 INFO kablam! | Oct 13 13:13:39.665 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.665 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.665 INFO kablam! | Oct 13 13:13:39.665 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.665 INFO kablam! | Oct 13 13:13:39.665 INFO kablam! Oct 13 13:13:39.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.676 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.676 INFO kablam! | ^^^^^ Oct 13 13:13:39.676 INFO kablam! ... Oct 13 13:13:39.676 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 13 13:13:39.676 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! Oct 13 13:13:39.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.676 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.676 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.676 INFO kablam! ... Oct 13 13:13:39.676 INFO kablam! 2924 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_16align_alloc_layout_unchecked, 8, 16); Oct 13 13:13:39.676 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! Oct 13 13:13:39.676 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.676 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.676 INFO kablam! | ^^^^^ Oct 13 13:13:39.676 INFO kablam! ... Oct 13 13:13:39.676 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 13 13:13:39.676 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.676 INFO kablam! | Oct 13 13:13:39.676 INFO kablam! Oct 13 13:13:39.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.677 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.677 INFO kablam! ... Oct 13 13:13:39.677 INFO kablam! 2937 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_16align_alloc_layout_unchecked, 16, 16); Oct 13 13:13:39.677 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! Oct 13 13:13:39.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.677 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.677 INFO kablam! | ^^^^^ Oct 13 13:13:39.677 INFO kablam! ... Oct 13 13:13:39.677 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 13 13:13:39.677 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! Oct 13 13:13:39.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.677 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.677 INFO kablam! ... Oct 13 13:13:39.677 INFO kablam! 2950 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_16align_alloc_layout_unchecked, 32, 16); Oct 13 13:13:39.677 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! Oct 13 13:13:39.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.677 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.677 INFO kablam! | ^^^^^ Oct 13 13:13:39.677 INFO kablam! ... Oct 13 13:13:39.677 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 13 13:13:39.677 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! Oct 13 13:13:39.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.677 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.677 INFO kablam! ... Oct 13 13:13:39.677 INFO kablam! 2963 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_16align_alloc_layout_unchecked, 64, 16); Oct 13 13:13:39.677 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! Oct 13 13:13:39.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.677 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.677 INFO kablam! | ^^^^^ Oct 13 13:13:39.677 INFO kablam! ... Oct 13 13:13:39.677 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 13 13:13:39.677 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.677 INFO kablam! | Oct 13 13:13:39.677 INFO kablam! Oct 13 13:13:39.678 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.678 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.678 INFO kablam! | Oct 13 13:13:39.678 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.678 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.678 INFO kablam! ... Oct 13 13:13:39.678 INFO kablam! 2976 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_16align_alloc_layout_unchecked, 128, 16); Oct 13 13:13:39.678 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.678 INFO kablam! | Oct 13 13:13:39.678 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.678 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.678 INFO kablam! | Oct 13 13:13:39.678 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.678 INFO kablam! | Oct 13 13:13:39.678 INFO kablam! Oct 13 13:13:39.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.684 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.684 INFO kablam! | ^^^^^ Oct 13 13:13:39.684 INFO kablam! ... Oct 13 13:13:39.684 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 13 13:13:39.684 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! Oct 13 13:13:39.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.684 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.684 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.684 INFO kablam! ... Oct 13 13:13:39.684 INFO kablam! 2989 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_16align_alloc_layout_unchecked, 256, 16); Oct 13 13:13:39.684 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! Oct 13 13:13:39.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.684 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.684 INFO kablam! | ^^^^^ Oct 13 13:13:39.684 INFO kablam! ... Oct 13 13:13:39.684 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 13 13:13:39.684 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.684 INFO kablam! | Oct 13 13:13:39.684 INFO kablam! Oct 13 13:13:39.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.685 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.685 INFO kablam! ... Oct 13 13:13:39.685 INFO kablam! 3002 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_16align_alloc_layout_unchecked, 512, 16); Oct 13 13:13:39.685 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! Oct 13 13:13:39.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.685 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.685 INFO kablam! | ^^^^^ Oct 13 13:13:39.685 INFO kablam! ... Oct 13 13:13:39.685 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 13 13:13:39.685 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! Oct 13 13:13:39.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.685 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.685 INFO kablam! ... Oct 13 13:13:39.685 INFO kablam! 3015 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_16align_alloc_layout_unchecked, 1024, 16); Oct 13 13:13:39.685 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! Oct 13 13:13:39.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.685 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.685 INFO kablam! | ^^^^^ Oct 13 13:13:39.685 INFO kablam! ... Oct 13 13:13:39.685 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 13 13:13:39.685 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! Oct 13 13:13:39.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.685 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.685 INFO kablam! ... Oct 13 13:13:39.685 INFO kablam! 3028 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_16align_alloc_layout_unchecked, 2048, 16); Oct 13 13:13:39.685 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.685 INFO kablam! | Oct 13 13:13:39.685 INFO kablam! Oct 13 13:13:39.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.692 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.692 INFO kablam! | ^^^^^ Oct 13 13:13:39.692 INFO kablam! ... Oct 13 13:13:39.692 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 13 13:13:39.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! Oct 13 13:13:39.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.692 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.692 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.692 INFO kablam! ... Oct 13 13:13:39.692 INFO kablam! 3041 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_16align_alloc_layout_unchecked, 4096, 16); Oct 13 13:13:39.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! Oct 13 13:13:39.692 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.692 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.692 INFO kablam! | ^^^^^ Oct 13 13:13:39.692 INFO kablam! ... Oct 13 13:13:39.692 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 13 13:13:39.692 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! Oct 13 13:13:39.692 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.692 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.692 INFO kablam! | Oct 13 13:13:39.692 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.693 INFO kablam! ... Oct 13 13:13:39.693 INFO kablam! 3054 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_16align_alloc_layout_unchecked, 8192, 16); Oct 13 13:13:39.693 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! Oct 13 13:13:39.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.693 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.693 INFO kablam! | ^^^^^ Oct 13 13:13:39.693 INFO kablam! ... Oct 13 13:13:39.693 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 13 13:13:39.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! Oct 13 13:13:39.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.693 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.693 INFO kablam! ... Oct 13 13:13:39.693 INFO kablam! 3067 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_16align_alloc_layout_unchecked, 16384, 16); Oct 13 13:13:39.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! Oct 13 13:13:39.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.693 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.693 INFO kablam! | ^^^^^ Oct 13 13:13:39.693 INFO kablam! ... Oct 13 13:13:39.693 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 13 13:13:39.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! Oct 13 13:13:39.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.693 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.693 INFO kablam! ... Oct 13 13:13:39.693 INFO kablam! 3080 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_16align_alloc_layout_unchecked, 32768, 16); Oct 13 13:13:39.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! Oct 13 13:13:39.693 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.693 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.693 INFO kablam! | ^^^^^ Oct 13 13:13:39.693 INFO kablam! ... Oct 13 13:13:39.693 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 13 13:13:39.693 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! Oct 13 13:13:39.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.693 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.693 INFO kablam! | Oct 13 13:13:39.693 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.693 INFO kablam! ... Oct 13 13:13:39.694 INFO kablam! 3093 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_16align_alloc_layout_unchecked, 65536, 16); Oct 13 13:13:39.694 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! Oct 13 13:13:39.694 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.694 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.694 INFO kablam! | ^^^^^ Oct 13 13:13:39.694 INFO kablam! ... Oct 13 13:13:39.694 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 13 13:13:39.694 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! Oct 13 13:13:39.694 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.694 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.694 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.694 INFO kablam! ... Oct 13 13:13:39.694 INFO kablam! 3106 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_16align_alloc_layout_unchecked, 131072, 16); Oct 13 13:13:39.694 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.694 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.694 INFO kablam! | Oct 13 13:13:39.694 INFO kablam! Oct 13 13:13:39.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.704 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.704 INFO kablam! | ^^^^^ Oct 13 13:13:39.704 INFO kablam! ... Oct 13 13:13:39.704 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 13 13:13:39.704 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! Oct 13 13:13:39.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.704 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.704 INFO kablam! ... Oct 13 13:13:39.704 INFO kablam! 3119 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_16align_alloc_layout_unchecked, 4194304, 16); Oct 13 13:13:39.704 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! Oct 13 13:13:39.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.704 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.704 INFO kablam! | ^^^^^ Oct 13 13:13:39.704 INFO kablam! ... Oct 13 13:13:39.704 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 13 13:13:39.704 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.704 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! Oct 13 13:13:39.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.705 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.705 INFO kablam! ... Oct 13 13:13:39.705 INFO kablam! 3133 | rt_alloc_layout_unchecked!(rt_even_10bytes_16align_alloc_layout_unchecked, 10, 16); Oct 13 13:13:39.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! Oct 13 13:13:39.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.705 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.705 INFO kablam! | ^^^^^ Oct 13 13:13:39.705 INFO kablam! ... Oct 13 13:13:39.705 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 13 13:13:39.705 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! Oct 13 13:13:39.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.705 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.705 INFO kablam! ... Oct 13 13:13:39.705 INFO kablam! 3146 | rt_alloc_layout_unchecked!(rt_even_100bytes_16align_alloc_layout_unchecked, 100, 16); Oct 13 13:13:39.705 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! Oct 13 13:13:39.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.705 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.705 INFO kablam! | ^^^^^ Oct 13 13:13:39.705 INFO kablam! ... Oct 13 13:13:39.705 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 13 13:13:39.705 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! Oct 13 13:13:39.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.705 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.705 INFO kablam! ... Oct 13 13:13:39.705 INFO kablam! 3159 | rt_alloc_layout_unchecked!(rt_even_1000bytes_16align_alloc_layout_unchecked, 1000, 16); Oct 13 13:13:39.705 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! Oct 13 13:13:39.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.705 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.705 INFO kablam! | ^^^^^ Oct 13 13:13:39.705 INFO kablam! ... Oct 13 13:13:39.705 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 13 13:13:39.705 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.705 INFO kablam! | Oct 13 13:13:39.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! Oct 13 13:13:39.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.706 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.706 INFO kablam! ... Oct 13 13:13:39.706 INFO kablam! 3172 | rt_alloc_layout_unchecked!(rt_even_10000bytes_16align_alloc_layout_unchecked, 10000, 16); Oct 13 13:13:39.706 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! Oct 13 13:13:39.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.706 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.706 INFO kablam! | ^^^^^ Oct 13 13:13:39.706 INFO kablam! ... Oct 13 13:13:39.706 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 13 13:13:39.706 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! Oct 13 13:13:39.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.706 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.706 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.706 INFO kablam! ... Oct 13 13:13:39.706 INFO kablam! 3185 | rt_alloc_layout_unchecked!(rt_even_100000bytes_16align_alloc_layout_unchecked, 100000, 16); Oct 13 13:13:39.706 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.706 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! Oct 13 13:13:39.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.712 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.712 INFO kablam! | ^^^^^ Oct 13 13:13:39.712 INFO kablam! ... Oct 13 13:13:39.712 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 13 13:13:39.712 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! Oct 13 13:13:39.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.712 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.712 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.712 INFO kablam! ... Oct 13 13:13:39.712 INFO kablam! 3198 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_16align_alloc_layout_unchecked, 1000000, 16); Oct 13 13:13:39.712 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.712 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! Oct 13 13:13:39.712 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.712 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.712 INFO kablam! | ^^^^^ Oct 13 13:13:39.712 INFO kablam! ... Oct 13 13:13:39.712 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 13 13:13:39.712 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.712 INFO kablam! | Oct 13 13:13:39.712 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! Oct 13 13:13:39.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.713 INFO kablam! ... Oct 13 13:13:39.713 INFO kablam! 3212 | rt_alloc_layout_unchecked!(rt_odd_10bytes_16align_alloc_layout_unchecked, 10- 1, 16); Oct 13 13:13:39.713 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! Oct 13 13:13:39.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.713 INFO kablam! | ^^^^^ Oct 13 13:13:39.713 INFO kablam! ... Oct 13 13:13:39.713 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 13 13:13:39.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! Oct 13 13:13:39.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.713 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.713 INFO kablam! ... Oct 13 13:13:39.713 INFO kablam! 3225 | rt_alloc_layout_unchecked!(rt_odd_100bytes_16align_alloc_layout_unchecked, 100- 1, 16); Oct 13 13:13:39.713 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! Oct 13 13:13:39.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.713 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.713 INFO kablam! | ^^^^^ Oct 13 13:13:39.713 INFO kablam! ... Oct 13 13:13:39.713 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 13 13:13:39.713 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.713 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! Oct 13 13:13:39.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.720 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.720 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.720 INFO kablam! ... Oct 13 13:13:39.720 INFO kablam! 3238 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_16align_alloc_layout_unchecked, 1000- 1, 16); Oct 13 13:13:39.720 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! Oct 13 13:13:39.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.720 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.720 INFO kablam! | ^^^^^ Oct 13 13:13:39.720 INFO kablam! ... Oct 13 13:13:39.720 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 13 13:13:39.720 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! Oct 13 13:13:39.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.720 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.720 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.720 INFO kablam! ... Oct 13 13:13:39.720 INFO kablam! 3251 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_16align_alloc_layout_unchecked, 10000- 1, 16); Oct 13 13:13:39.720 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.720 INFO kablam! | Oct 13 13:13:39.720 INFO kablam! Oct 13 13:13:39.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.720 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.721 INFO kablam! | ^^^^^ Oct 13 13:13:39.721 INFO kablam! ... Oct 13 13:13:39.721 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 13 13:13:39.721 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! Oct 13 13:13:39.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.721 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.721 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.721 INFO kablam! ... Oct 13 13:13:39.721 INFO kablam! 3264 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_16align_alloc_layout_unchecked, 100000- 1, 16); Oct 13 13:13:39.721 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! Oct 13 13:13:39.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.721 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.721 INFO kablam! | ^^^^^ Oct 13 13:13:39.721 INFO kablam! ... Oct 13 13:13:39.721 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 13 13:13:39.721 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! Oct 13 13:13:39.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.721 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.721 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.721 INFO kablam! ... Oct 13 13:13:39.721 INFO kablam! 3277 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_16align_alloc_layout_unchecked, 1000000- 1, 16); Oct 13 13:13:39.721 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.721 INFO kablam! | Oct 13 13:13:39.721 INFO kablam! Oct 13 13:13:39.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.728 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.728 INFO kablam! | ^^^^^ Oct 13 13:13:39.728 INFO kablam! ... Oct 13 13:13:39.728 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 13 13:13:39.728 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! Oct 13 13:13:39.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.728 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.728 INFO kablam! ... Oct 13 13:13:39.728 INFO kablam! 3291 | rt_alloc_layout_unchecked!(rt_primes_3bytes_16align_alloc_layout_unchecked, 3, 16); Oct 13 13:13:39.728 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! Oct 13 13:13:39.728 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.728 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.728 INFO kablam! | ^^^^^ Oct 13 13:13:39.728 INFO kablam! ... Oct 13 13:13:39.728 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 13 13:13:39.728 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.728 INFO kablam! | Oct 13 13:13:39.728 INFO kablam! Oct 13 13:13:39.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.729 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.729 INFO kablam! ... Oct 13 13:13:39.729 INFO kablam! 3304 | rt_alloc_layout_unchecked!(rt_primes_7bytes_16align_alloc_layout_unchecked, 7, 16); Oct 13 13:13:39.729 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! Oct 13 13:13:39.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.729 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.729 INFO kablam! | ^^^^^ Oct 13 13:13:39.729 INFO kablam! ... Oct 13 13:13:39.729 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 13 13:13:39.729 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! Oct 13 13:13:39.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.729 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.729 INFO kablam! ... Oct 13 13:13:39.729 INFO kablam! 3317 | rt_alloc_layout_unchecked!(rt_primes_13bytes_16align_alloc_layout_unchecked, 13, 16); Oct 13 13:13:39.729 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! Oct 13 13:13:39.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.729 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.729 INFO kablam! | ^^^^^ Oct 13 13:13:39.729 INFO kablam! ... Oct 13 13:13:39.729 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 13 13:13:39.729 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! Oct 13 13:13:39.729 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.729 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.729 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.729 INFO kablam! ... Oct 13 13:13:39.729 INFO kablam! 3330 | rt_alloc_layout_unchecked!(rt_primes_17bytes_16align_alloc_layout_unchecked, 17, 16); Oct 13 13:13:39.729 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.729 INFO kablam! | Oct 13 13:13:39.729 INFO kablam! Oct 13 13:13:39.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.736 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.736 INFO kablam! | ^^^^^ Oct 13 13:13:39.736 INFO kablam! ... Oct 13 13:13:39.736 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 13 13:13:39.736 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! Oct 13 13:13:39.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.736 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.736 INFO kablam! ... Oct 13 13:13:39.736 INFO kablam! 3343 | rt_alloc_layout_unchecked!(rt_primes_31bytes_16align_alloc_layout_unchecked, 31, 16); Oct 13 13:13:39.736 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! Oct 13 13:13:39.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.736 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.736 INFO kablam! | ^^^^^ Oct 13 13:13:39.736 INFO kablam! ... Oct 13 13:13:39.736 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 13 13:13:39.736 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.736 INFO kablam! | Oct 13 13:13:39.736 INFO kablam! Oct 13 13:13:39.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.736 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.737 INFO kablam! ... Oct 13 13:13:39.737 INFO kablam! 3356 | rt_alloc_layout_unchecked!(rt_primes_61bytes_16align_alloc_layout_unchecked, 61, 16); Oct 13 13:13:39.737 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! Oct 13 13:13:39.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.737 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.737 INFO kablam! | ^^^^^ Oct 13 13:13:39.737 INFO kablam! ... Oct 13 13:13:39.737 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 13 13:13:39.737 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.737 INFO kablam! | Oct 13 13:13:39.737 INFO kablam! Oct 13 13:13:39.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.744 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.744 INFO kablam! ... Oct 13 13:13:39.744 INFO kablam! 3369 | rt_alloc_layout_unchecked!(rt_primes_96bytes_16align_alloc_layout_unchecked, 96, 16); Oct 13 13:13:39.744 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! Oct 13 13:13:39.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.744 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.744 INFO kablam! | ^^^^^ Oct 13 13:13:39.744 INFO kablam! ... Oct 13 13:13:39.744 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 13 13:13:39.744 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! Oct 13 13:13:39.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.744 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.744 INFO kablam! ... Oct 13 13:13:39.744 INFO kablam! 3382 | rt_alloc_layout_unchecked!(rt_primes_127bytes_16align_alloc_layout_unchecked, 127, 16); Oct 13 13:13:39.744 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.744 INFO kablam! | Oct 13 13:13:39.744 INFO kablam! Oct 13 13:13:39.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.744 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.745 INFO kablam! | ^^^^^ Oct 13 13:13:39.745 INFO kablam! ... Oct 13 13:13:39.745 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 13 13:13:39.745 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! Oct 13 13:13:39.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.745 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.745 INFO kablam! ... Oct 13 13:13:39.745 INFO kablam! 3395 | rt_alloc_layout_unchecked!(rt_primes_257bytes_16align_alloc_layout_unchecked, 257, 16); Oct 13 13:13:39.745 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! Oct 13 13:13:39.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.745 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.745 INFO kablam! | ^^^^^ Oct 13 13:13:39.745 INFO kablam! ... Oct 13 13:13:39.745 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 13 13:13:39.745 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! Oct 13 13:13:39.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.745 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.745 INFO kablam! ... Oct 13 13:13:39.745 INFO kablam! 3408 | rt_alloc_layout_unchecked!(rt_primes_509bytes_16align_alloc_layout_unchecked, 509, 16); Oct 13 13:13:39.745 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! Oct 13 13:13:39.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.745 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.745 INFO kablam! | ^^^^^ Oct 13 13:13:39.745 INFO kablam! ... Oct 13 13:13:39.745 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 13 13:13:39.745 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! Oct 13 13:13:39.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.745 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.745 INFO kablam! ... Oct 13 13:13:39.745 INFO kablam! 3421 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_16align_alloc_layout_unchecked, 1021, 16); Oct 13 13:13:39.745 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.745 INFO kablam! | Oct 13 13:13:39.745 INFO kablam! Oct 13 13:13:39.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.746 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.746 INFO kablam! | Oct 13 13:13:39.746 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.746 INFO kablam! | ^^^^^ Oct 13 13:13:39.746 INFO kablam! ... Oct 13 13:13:39.746 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 13 13:13:39.746 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.746 INFO kablam! | Oct 13 13:13:39.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.746 INFO kablam! | Oct 13 13:13:39.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.746 INFO kablam! | Oct 13 13:13:39.746 INFO kablam! Oct 13 13:13:39.756 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.756 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.756 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.756 INFO kablam! ... Oct 13 13:13:39.756 INFO kablam! 3434 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_16align_alloc_layout_unchecked, 2039, 16); Oct 13 13:13:39.756 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! Oct 13 13:13:39.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.756 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.756 INFO kablam! | ^^^^^ Oct 13 13:13:39.756 INFO kablam! ... Oct 13 13:13:39.756 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 13 13:13:39.756 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! Oct 13 13:13:39.756 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.756 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.756 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.756 INFO kablam! ... Oct 13 13:13:39.756 INFO kablam! 3447 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_16align_alloc_layout_unchecked, 4093, 16); Oct 13 13:13:39.756 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.756 INFO kablam! | Oct 13 13:13:39.756 INFO kablam! Oct 13 13:13:39.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.757 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.757 INFO kablam! | ^^^^^ Oct 13 13:13:39.757 INFO kablam! ... Oct 13 13:13:39.757 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 13 13:13:39.757 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! Oct 13 13:13:39.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.757 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.757 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.757 INFO kablam! ... Oct 13 13:13:39.757 INFO kablam! 3460 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_16align_alloc_layout_unchecked, 8191, 16); Oct 13 13:13:39.757 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! Oct 13 13:13:39.757 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.757 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.757 INFO kablam! | ^^^^^ Oct 13 13:13:39.757 INFO kablam! ... Oct 13 13:13:39.757 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 13 13:13:39.757 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! Oct 13 13:13:39.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.757 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.757 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.757 INFO kablam! ... Oct 13 13:13:39.757 INFO kablam! 3473 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_16align_alloc_layout_unchecked, 16381, 16); Oct 13 13:13:39.757 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! Oct 13 13:13:39.757 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.757 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.757 INFO kablam! | ^^^^^ Oct 13 13:13:39.757 INFO kablam! ... Oct 13 13:13:39.757 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 13 13:13:39.757 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! Oct 13 13:13:39.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.757 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.757 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.757 INFO kablam! ... Oct 13 13:13:39.757 INFO kablam! 3486 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_16align_alloc_layout_unchecked, 32749, 16); Oct 13 13:13:39.757 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.757 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! Oct 13 13:13:39.758 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.758 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.758 INFO kablam! | ^^^^^ Oct 13 13:13:39.758 INFO kablam! ... Oct 13 13:13:39.758 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 13 13:13:39.758 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.758 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! Oct 13 13:13:39.758 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.758 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.758 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.758 INFO kablam! ... Oct 13 13:13:39.758 INFO kablam! 3499 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_16align_alloc_layout_unchecked, 65537, 16); Oct 13 13:13:39.758 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.758 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.758 INFO kablam! | Oct 13 13:13:39.758 INFO kablam! Oct 13 13:13:39.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.764 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.764 INFO kablam! | ^^^^^ Oct 13 13:13:39.764 INFO kablam! ... Oct 13 13:13:39.764 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 13 13:13:39.764 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! Oct 13 13:13:39.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.764 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.764 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.764 INFO kablam! ... Oct 13 13:13:39.764 INFO kablam! 3512 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_16align_alloc_layout_unchecked, 131071, 16); Oct 13 13:13:39.764 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! Oct 13 13:13:39.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.764 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.764 INFO kablam! | ^^^^^ Oct 13 13:13:39.764 INFO kablam! ... Oct 13 13:13:39.764 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 13 13:13:39.764 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.764 INFO kablam! | Oct 13 13:13:39.764 INFO kablam! Oct 13 13:13:39.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.764 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.765 INFO kablam! | Oct 13 13:13:39.765 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.765 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.765 INFO kablam! ... Oct 13 13:13:39.765 INFO kablam! 3525 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_16align_alloc_layout_unchecked, 4194301, 16); Oct 13 13:13:39.765 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.765 INFO kablam! | Oct 13 13:13:39.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.765 INFO kablam! | Oct 13 13:13:39.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.765 INFO kablam! | Oct 13 13:13:39.765 INFO kablam! Oct 13 13:13:39.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.772 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.772 INFO kablam! | ^^^^^ Oct 13 13:13:39.772 INFO kablam! ... Oct 13 13:13:39.772 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 13 13:13:39.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! Oct 13 13:13:39.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.772 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.772 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.772 INFO kablam! ... Oct 13 13:13:39.772 INFO kablam! 3541 | rt_alloc_layout_unchecked!(rt_pow2_1bytes_32align_alloc_layout_unchecked, 1, 32); Oct 13 13:13:39.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! Oct 13 13:13:39.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.772 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.772 INFO kablam! | ^^^^^ Oct 13 13:13:39.772 INFO kablam! ... Oct 13 13:13:39.772 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 13 13:13:39.772 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.772 INFO kablam! | Oct 13 13:13:39.772 INFO kablam! Oct 13 13:13:39.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.772 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.773 INFO kablam! ... Oct 13 13:13:39.773 INFO kablam! 3554 | rt_alloc_layout_unchecked!(rt_pow2_2bytes_32align_alloc_layout_unchecked, 2, 32); Oct 13 13:13:39.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! Oct 13 13:13:39.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.773 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.773 INFO kablam! | ^^^^^ Oct 13 13:13:39.773 INFO kablam! ... Oct 13 13:13:39.773 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 13 13:13:39.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! Oct 13 13:13:39.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.773 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.773 INFO kablam! ... Oct 13 13:13:39.773 INFO kablam! 3567 | rt_alloc_layout_unchecked!(rt_pow2_4bytes_32align_alloc_layout_unchecked, 4, 32); Oct 13 13:13:39.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! Oct 13 13:13:39.773 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.773 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.773 INFO kablam! | ^^^^^ Oct 13 13:13:39.773 INFO kablam! ... Oct 13 13:13:39.773 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 13 13:13:39.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! Oct 13 13:13:39.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.773 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.773 INFO kablam! ... Oct 13 13:13:39.773 INFO kablam! 3580 | rt_alloc_layout_unchecked!(rt_pow2_8bytes_32align_alloc_layout_unchecked, 8, 32); Oct 13 13:13:39.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.773 INFO kablam! | Oct 13 13:13:39.773 INFO kablam! Oct 13 13:13:39.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.780 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.780 INFO kablam! | ^^^^^ Oct 13 13:13:39.780 INFO kablam! ... Oct 13 13:13:39.780 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 13 13:13:39.780 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! Oct 13 13:13:39.780 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.780 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.780 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.780 INFO kablam! ... Oct 13 13:13:39.780 INFO kablam! 3593 | rt_alloc_layout_unchecked!(rt_pow2_16bytes_32align_alloc_layout_unchecked, 16, 32); Oct 13 13:13:39.780 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! Oct 13 13:13:39.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.780 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.780 INFO kablam! | ^^^^^ Oct 13 13:13:39.780 INFO kablam! ... Oct 13 13:13:39.780 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 13 13:13:39.780 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! Oct 13 13:13:39.780 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.780 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.780 INFO kablam! | Oct 13 13:13:39.780 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.781 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.781 INFO kablam! ... Oct 13 13:13:39.781 INFO kablam! 3606 | rt_alloc_layout_unchecked!(rt_pow2_32bytes_32align_alloc_layout_unchecked, 32, 32); Oct 13 13:13:39.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! Oct 13 13:13:39.781 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.781 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.781 INFO kablam! | ^^^^^ Oct 13 13:13:39.781 INFO kablam! ... Oct 13 13:13:39.781 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 13 13:13:39.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! Oct 13 13:13:39.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.781 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.781 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.781 INFO kablam! ... Oct 13 13:13:39.781 INFO kablam! 3619 | rt_alloc_layout_unchecked!(rt_pow2_64bytes_32align_alloc_layout_unchecked, 64, 32); Oct 13 13:13:39.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! Oct 13 13:13:39.781 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.781 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.781 INFO kablam! | ^^^^^ Oct 13 13:13:39.781 INFO kablam! ... Oct 13 13:13:39.781 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 13 13:13:39.781 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! Oct 13 13:13:39.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.781 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.781 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.781 INFO kablam! ... Oct 13 13:13:39.781 INFO kablam! 3632 | rt_alloc_layout_unchecked!(rt_pow2_128bytes_32align_alloc_layout_unchecked, 128, 32); Oct 13 13:13:39.781 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! Oct 13 13:13:39.781 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.781 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.781 INFO kablam! | ^^^^^ Oct 13 13:13:39.781 INFO kablam! ... Oct 13 13:13:39.781 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 13 13:13:39.781 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.781 INFO kablam! | Oct 13 13:13:39.781 INFO kablam! Oct 13 13:13:39.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.792 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.792 INFO kablam! ... Oct 13 13:13:39.792 INFO kablam! 3645 | rt_alloc_layout_unchecked!(rt_pow2_256bytes_32align_alloc_layout_unchecked, 256, 32); Oct 13 13:13:39.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! Oct 13 13:13:39.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.792 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.792 INFO kablam! | ^^^^^ Oct 13 13:13:39.792 INFO kablam! ... Oct 13 13:13:39.792 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 13 13:13:39.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! Oct 13 13:13:39.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.792 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.792 INFO kablam! ... Oct 13 13:13:39.792 INFO kablam! 3658 | rt_alloc_layout_unchecked!(rt_pow2_512bytes_32align_alloc_layout_unchecked, 512, 32); Oct 13 13:13:39.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! Oct 13 13:13:39.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.792 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.792 INFO kablam! | Oct 13 13:13:39.792 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.792 INFO kablam! | ^^^^^ Oct 13 13:13:39.793 INFO kablam! ... Oct 13 13:13:39.793 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 13 13:13:39.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! Oct 13 13:13:39.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.793 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.793 INFO kablam! ... Oct 13 13:13:39.793 INFO kablam! 3671 | rt_alloc_layout_unchecked!(rt_pow2_1024bytes_32align_alloc_layout_unchecked, 1024, 32); Oct 13 13:13:39.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! Oct 13 13:13:39.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.793 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.793 INFO kablam! | ^^^^^ Oct 13 13:13:39.793 INFO kablam! ... Oct 13 13:13:39.793 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 13 13:13:39.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! Oct 13 13:13:39.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.793 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.793 INFO kablam! ... Oct 13 13:13:39.793 INFO kablam! 3684 | rt_alloc_layout_unchecked!(rt_pow2_2048bytes_32align_alloc_layout_unchecked, 2048, 32); Oct 13 13:13:39.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! Oct 13 13:13:39.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.793 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.793 INFO kablam! | ^^^^^ Oct 13 13:13:39.793 INFO kablam! ... Oct 13 13:13:39.793 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 13 13:13:39.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! Oct 13 13:13:39.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.793 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.793 INFO kablam! ... Oct 13 13:13:39.793 INFO kablam! 3697 | rt_alloc_layout_unchecked!(rt_pow2_4096bytes_32align_alloc_layout_unchecked, 4096, 32); Oct 13 13:13:39.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.793 INFO kablam! | Oct 13 13:13:39.793 INFO kablam! Oct 13 13:13:39.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.793 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.794 INFO kablam! | ^^^^^ Oct 13 13:13:39.794 INFO kablam! ... Oct 13 13:13:39.794 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 13 13:13:39.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! Oct 13 13:13:39.794 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.794 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.794 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.794 INFO kablam! ... Oct 13 13:13:39.794 INFO kablam! 3710 | rt_alloc_layout_unchecked!(rt_pow2_8192bytes_32align_alloc_layout_unchecked, 8192, 32); Oct 13 13:13:39.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.794 INFO kablam! | Oct 13 13:13:39.794 INFO kablam! Oct 13 13:13:39.802 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.802 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.802 INFO kablam! | ^^^^^ Oct 13 13:13:39.802 INFO kablam! ... Oct 13 13:13:39.802 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 13 13:13:39.802 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! Oct 13 13:13:39.802 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.802 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.802 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.802 INFO kablam! ... Oct 13 13:13:39.802 INFO kablam! 3723 | rt_alloc_layout_unchecked!(rt_pow2_16384bytes_32align_alloc_layout_unchecked, 16384, 32); Oct 13 13:13:39.802 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! Oct 13 13:13:39.802 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.802 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.802 INFO kablam! | ^^^^^ Oct 13 13:13:39.802 INFO kablam! ... Oct 13 13:13:39.802 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 13 13:13:39.802 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.802 INFO kablam! | Oct 13 13:13:39.802 INFO kablam! Oct 13 13:13:39.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.808 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.808 INFO kablam! ... Oct 13 13:13:39.808 INFO kablam! 3736 | rt_alloc_layout_unchecked!(rt_pow2_32768bytes_32align_alloc_layout_unchecked, 32768, 32); Oct 13 13:13:39.808 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! Oct 13 13:13:39.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.808 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.808 INFO kablam! | ^^^^^ Oct 13 13:13:39.808 INFO kablam! ... Oct 13 13:13:39.808 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 13 13:13:39.808 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! Oct 13 13:13:39.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.808 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.808 INFO kablam! ... Oct 13 13:13:39.808 INFO kablam! 3749 | rt_alloc_layout_unchecked!(rt_pow2_65536bytes_32align_alloc_layout_unchecked, 65536, 32); Oct 13 13:13:39.808 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! Oct 13 13:13:39.808 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.808 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.808 INFO kablam! | Oct 13 13:13:39.808 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.808 INFO kablam! | ^^^^^ Oct 13 13:13:39.809 INFO kablam! ... Oct 13 13:13:39.809 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 13 13:13:39.809 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.809 INFO kablam! | Oct 13 13:13:39.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.809 INFO kablam! | Oct 13 13:13:39.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.809 INFO kablam! | Oct 13 13:13:39.809 INFO kablam! Oct 13 13:13:39.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.816 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.816 INFO kablam! ... Oct 13 13:13:39.816 INFO kablam! 3762 | rt_alloc_layout_unchecked!(rt_pow2_131072bytes_32align_alloc_layout_unchecked, 131072, 32); Oct 13 13:13:39.816 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! Oct 13 13:13:39.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.816 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.816 INFO kablam! | ^^^^^ Oct 13 13:13:39.816 INFO kablam! ... Oct 13 13:13:39.816 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 13 13:13:39.816 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! Oct 13 13:13:39.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.816 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.816 INFO kablam! ... Oct 13 13:13:39.816 INFO kablam! 3775 | rt_alloc_layout_unchecked!(rt_pow2_4194304bytes_32align_alloc_layout_unchecked, 4194304, 32); Oct 13 13:13:39.816 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.816 INFO kablam! Oct 13 13:13:39.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.816 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.816 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.817 INFO kablam! | ^^^^^ Oct 13 13:13:39.817 INFO kablam! ... Oct 13 13:13:39.817 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 13 13:13:39.817 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! Oct 13 13:13:39.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.817 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.817 INFO kablam! ... Oct 13 13:13:39.817 INFO kablam! 3789 | rt_alloc_layout_unchecked!(rt_even_10bytes_32align_alloc_layout_unchecked, 10, 32); Oct 13 13:13:39.817 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! Oct 13 13:13:39.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.817 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.817 INFO kablam! | ^^^^^ Oct 13 13:13:39.817 INFO kablam! ... Oct 13 13:13:39.817 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 13 13:13:39.817 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! Oct 13 13:13:39.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.817 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.817 INFO kablam! ... Oct 13 13:13:39.817 INFO kablam! 3802 | rt_alloc_layout_unchecked!(rt_even_100bytes_32align_alloc_layout_unchecked, 100, 32); Oct 13 13:13:39.817 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! Oct 13 13:13:39.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.817 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.817 INFO kablam! | ^^^^^ Oct 13 13:13:39.817 INFO kablam! ... Oct 13 13:13:39.817 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 13 13:13:39.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! Oct 13 13:13:39.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.817 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.817 INFO kablam! ... Oct 13 13:13:39.817 INFO kablam! 3815 | rt_alloc_layout_unchecked!(rt_even_1000bytes_32align_alloc_layout_unchecked, 1000, 32); Oct 13 13:13:39.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.817 INFO kablam! | Oct 13 13:13:39.817 INFO kablam! Oct 13 13:13:39.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.818 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.818 INFO kablam! | ^^^^^ Oct 13 13:13:39.818 INFO kablam! ... Oct 13 13:13:39.818 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 13 13:13:39.818 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! Oct 13 13:13:39.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.818 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.818 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.818 INFO kablam! ... Oct 13 13:13:39.818 INFO kablam! 3828 | rt_alloc_layout_unchecked!(rt_even_10000bytes_32align_alloc_layout_unchecked, 10000, 32); Oct 13 13:13:39.818 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.818 INFO kablam! | Oct 13 13:13:39.818 INFO kablam! Oct 13 13:13:39.824 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.824 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.824 INFO kablam! | ^^^^^ Oct 13 13:13:39.824 INFO kablam! ... Oct 13 13:13:39.824 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 13 13:13:39.824 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! Oct 13 13:13:39.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.824 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.824 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.824 INFO kablam! ... Oct 13 13:13:39.824 INFO kablam! 3841 | rt_alloc_layout_unchecked!(rt_even_100000bytes_32align_alloc_layout_unchecked, 100000, 32); Oct 13 13:13:39.824 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! Oct 13 13:13:39.824 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.824 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.824 INFO kablam! | ^^^^^ Oct 13 13:13:39.824 INFO kablam! ... Oct 13 13:13:39.824 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 13 13:13:39.824 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! Oct 13 13:13:39.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.824 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.824 INFO kablam! | Oct 13 13:13:39.824 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.824 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.824 INFO kablam! ... Oct 13 13:13:39.825 INFO kablam! 3854 | rt_alloc_layout_unchecked!(rt_even_1000000bytes_32align_alloc_layout_unchecked, 1000000, 32); Oct 13 13:13:39.825 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.825 INFO kablam! | Oct 13 13:13:39.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.825 INFO kablam! | Oct 13 13:13:39.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.825 INFO kablam! | Oct 13 13:13:39.825 INFO kablam! Oct 13 13:13:39.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.832 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.832 INFO kablam! | ^^^^^ Oct 13 13:13:39.832 INFO kablam! ... Oct 13 13:13:39.832 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 13 13:13:39.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! Oct 13 13:13:39.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.832 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.832 INFO kablam! ... Oct 13 13:13:39.832 INFO kablam! 3868 | rt_alloc_layout_unchecked!(rt_odd_10bytes_32align_alloc_layout_unchecked, 10- 1, 32); Oct 13 13:13:39.832 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! Oct 13 13:13:39.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.832 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.832 INFO kablam! | ^^^^^ Oct 13 13:13:39.832 INFO kablam! ... Oct 13 13:13:39.832 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 13 13:13:39.832 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.832 INFO kablam! Oct 13 13:13:39.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.832 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.832 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.833 INFO kablam! ... Oct 13 13:13:39.833 INFO kablam! 3881 | rt_alloc_layout_unchecked!(rt_odd_100bytes_32align_alloc_layout_unchecked, 100- 1, 32); Oct 13 13:13:39.833 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! Oct 13 13:13:39.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.833 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.833 INFO kablam! | ^^^^^ Oct 13 13:13:39.833 INFO kablam! ... Oct 13 13:13:39.833 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 13 13:13:39.833 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! Oct 13 13:13:39.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.833 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.833 INFO kablam! ... Oct 13 13:13:39.833 INFO kablam! 3894 | rt_alloc_layout_unchecked!(rt_odd_1000bytes_32align_alloc_layout_unchecked, 1000- 1, 32); Oct 13 13:13:39.833 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.833 INFO kablam! | Oct 13 13:13:39.833 INFO kablam! Oct 13 13:13:39.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.844 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.844 INFO kablam! | ^^^^^ Oct 13 13:13:39.844 INFO kablam! ... Oct 13 13:13:39.844 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 13 13:13:39.844 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! Oct 13 13:13:39.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.844 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.844 INFO kablam! ... Oct 13 13:13:39.844 INFO kablam! 3907 | rt_alloc_layout_unchecked!(rt_odd_10000bytes_32align_alloc_layout_unchecked, 10000- 1, 32); Oct 13 13:13:39.844 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! Oct 13 13:13:39.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.844 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.844 INFO kablam! | ^^^^^ Oct 13 13:13:39.844 INFO kablam! ... Oct 13 13:13:39.844 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 13 13:13:39.844 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! Oct 13 13:13:39.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.844 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.844 INFO kablam! | Oct 13 13:13:39.844 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.845 INFO kablam! ... Oct 13 13:13:39.845 INFO kablam! 3920 | rt_alloc_layout_unchecked!(rt_odd_100000bytes_32align_alloc_layout_unchecked, 100000- 1, 32); Oct 13 13:13:39.845 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! Oct 13 13:13:39.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.845 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.845 INFO kablam! | ^^^^^ Oct 13 13:13:39.845 INFO kablam! ... Oct 13 13:13:39.845 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 13 13:13:39.845 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! Oct 13 13:13:39.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.845 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.845 INFO kablam! ... Oct 13 13:13:39.845 INFO kablam! 3933 | rt_alloc_layout_unchecked!(rt_odd_1000000bytes_32align_alloc_layout_unchecked, 1000000- 1, 32); Oct 13 13:13:39.845 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! Oct 13 13:13:39.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.845 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.845 INFO kablam! | ^^^^^ Oct 13 13:13:39.845 INFO kablam! ... Oct 13 13:13:39.845 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 13 13:13:39.845 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! Oct 13 13:13:39.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.845 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.845 INFO kablam! ... Oct 13 13:13:39.845 INFO kablam! 3947 | rt_alloc_layout_unchecked!(rt_primes_3bytes_32align_alloc_layout_unchecked, 3, 32); Oct 13 13:13:39.845 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! Oct 13 13:13:39.845 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.845 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.845 INFO kablam! | ^^^^^ Oct 13 13:13:39.845 INFO kablam! ... Oct 13 13:13:39.845 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 13 13:13:39.845 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.845 INFO kablam! | Oct 13 13:13:39.845 INFO kablam! Oct 13 13:13:39.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.845 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.846 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.846 INFO kablam! ... Oct 13 13:13:39.846 INFO kablam! 3960 | rt_alloc_layout_unchecked!(rt_primes_7bytes_32align_alloc_layout_unchecked, 7, 32); Oct 13 13:13:39.846 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! Oct 13 13:13:39.846 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.846 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.846 INFO kablam! | ^^^^^ Oct 13 13:13:39.846 INFO kablam! ... Oct 13 13:13:39.846 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 13 13:13:39.846 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.846 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! Oct 13 13:13:39.846 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.846 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.846 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.846 INFO kablam! ... Oct 13 13:13:39.846 INFO kablam! 3973 | rt_alloc_layout_unchecked!(rt_primes_13bytes_32align_alloc_layout_unchecked, 13, 32); Oct 13 13:13:39.846 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.846 INFO kablam! | Oct 13 13:13:39.846 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! Oct 13 13:13:39.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.852 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.852 INFO kablam! | ^^^^^ Oct 13 13:13:39.852 INFO kablam! ... Oct 13 13:13:39.852 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 13 13:13:39.852 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! Oct 13 13:13:39.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.852 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.852 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.852 INFO kablam! ... Oct 13 13:13:39.852 INFO kablam! 3986 | rt_alloc_layout_unchecked!(rt_primes_17bytes_32align_alloc_layout_unchecked, 17, 32); Oct 13 13:13:39.852 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! Oct 13 13:13:39.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.852 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.852 INFO kablam! | ^^^^^ Oct 13 13:13:39.852 INFO kablam! ... Oct 13 13:13:39.852 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 13 13:13:39.852 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.852 INFO kablam! | Oct 13 13:13:39.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! Oct 13 13:13:39.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.853 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.853 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.853 INFO kablam! ... Oct 13 13:13:39.853 INFO kablam! 3999 | rt_alloc_layout_unchecked!(rt_primes_31bytes_32align_alloc_layout_unchecked, 31, 32); Oct 13 13:13:39.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! Oct 13 13:13:39.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.853 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.853 INFO kablam! | ^^^^^ Oct 13 13:13:39.853 INFO kablam! ... Oct 13 13:13:39.853 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 13 13:13:39.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! Oct 13 13:13:39.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.853 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.853 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.853 INFO kablam! ... Oct 13 13:13:39.853 INFO kablam! 4012 | rt_alloc_layout_unchecked!(rt_primes_61bytes_32align_alloc_layout_unchecked, 61, 32); Oct 13 13:13:39.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! Oct 13 13:13:39.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.853 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.853 INFO kablam! | ^^^^^ Oct 13 13:13:39.853 INFO kablam! ... Oct 13 13:13:39.853 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 13 13:13:39.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! Oct 13 13:13:39.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.853 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.853 INFO kablam! | Oct 13 13:13:39.853 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.853 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.853 INFO kablam! ... Oct 13 13:13:39.853 INFO kablam! 4025 | rt_alloc_layout_unchecked!(rt_primes_96bytes_32align_alloc_layout_unchecked, 96, 32); Oct 13 13:13:39.853 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! Oct 13 13:13:39.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.860 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.860 INFO kablam! | ^^^^^ Oct 13 13:13:39.860 INFO kablam! ... Oct 13 13:13:39.860 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 13 13:13:39.860 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! Oct 13 13:13:39.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.860 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.860 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.860 INFO kablam! ... Oct 13 13:13:39.860 INFO kablam! 4038 | rt_alloc_layout_unchecked!(rt_primes_127bytes_32align_alloc_layout_unchecked, 127, 32); Oct 13 13:13:39.860 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! Oct 13 13:13:39.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.860 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.860 INFO kablam! | ^^^^^ Oct 13 13:13:39.860 INFO kablam! ... Oct 13 13:13:39.860 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 13 13:13:39.860 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.860 INFO kablam! | Oct 13 13:13:39.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.861 INFO kablam! | Oct 13 13:13:39.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.861 INFO kablam! | Oct 13 13:13:39.861 INFO kablam! Oct 13 13:13:39.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.864 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.864 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.864 INFO kablam! ... Oct 13 13:13:39.864 INFO kablam! 4051 | rt_alloc_layout_unchecked!(rt_primes_257bytes_32align_alloc_layout_unchecked, 257, 32); Oct 13 13:13:39.864 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! Oct 13 13:13:39.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.864 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.864 INFO kablam! | ^^^^^ Oct 13 13:13:39.864 INFO kablam! ... Oct 13 13:13:39.864 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 13 13:13:39.864 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! Oct 13 13:13:39.864 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.864 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.864 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.864 INFO kablam! ... Oct 13 13:13:39.864 INFO kablam! 4064 | rt_alloc_layout_unchecked!(rt_primes_509bytes_32align_alloc_layout_unchecked, 509, 32); Oct 13 13:13:39.864 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.864 INFO kablam! | Oct 13 13:13:39.864 INFO kablam! Oct 13 13:13:39.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.876 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.876 INFO kablam! | ^^^^^ Oct 13 13:13:39.876 INFO kablam! ... Oct 13 13:13:39.876 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 13 13:13:39.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! Oct 13 13:13:39.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.876 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.876 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.876 INFO kablam! ... Oct 13 13:13:39.876 INFO kablam! 4077 | rt_alloc_layout_unchecked!(rt_primes_1021bytes_32align_alloc_layout_unchecked, 1021, 32); Oct 13 13:13:39.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! Oct 13 13:13:39.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.876 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.876 INFO kablam! | ^^^^^ Oct 13 13:13:39.876 INFO kablam! ... Oct 13 13:13:39.876 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 13 13:13:39.876 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.876 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! Oct 13 13:13:39.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.877 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.877 INFO kablam! ... Oct 13 13:13:39.877 INFO kablam! 4090 | rt_alloc_layout_unchecked!(rt_primes_2039bytes_32align_alloc_layout_unchecked, 2039, 32); Oct 13 13:13:39.877 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! Oct 13 13:13:39.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.877 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.877 INFO kablam! | ^^^^^ Oct 13 13:13:39.877 INFO kablam! ... Oct 13 13:13:39.877 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 13 13:13:39.877 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! Oct 13 13:13:39.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.877 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.877 INFO kablam! ... Oct 13 13:13:39.877 INFO kablam! 4103 | rt_alloc_layout_unchecked!(rt_primes_4093bytes_32align_alloc_layout_unchecked, 4093, 32); Oct 13 13:13:39.877 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! Oct 13 13:13:39.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.877 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.877 INFO kablam! | ^^^^^ Oct 13 13:13:39.877 INFO kablam! ... Oct 13 13:13:39.877 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 13 13:13:39.877 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! Oct 13 13:13:39.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.877 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.877 INFO kablam! ... Oct 13 13:13:39.877 INFO kablam! 4116 | rt_alloc_layout_unchecked!(rt_primes_8191bytes_32align_alloc_layout_unchecked, 8191, 32); Oct 13 13:13:39.877 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! Oct 13 13:13:39.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.877 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.877 INFO kablam! | ^^^^^ Oct 13 13:13:39.877 INFO kablam! ... Oct 13 13:13:39.877 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 13 13:13:39.877 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.877 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! Oct 13 13:13:39.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.878 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.878 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.878 INFO kablam! ... Oct 13 13:13:39.878 INFO kablam! 4129 | rt_alloc_layout_unchecked!(rt_primes_16381bytes_32align_alloc_layout_unchecked, 16381, 32); Oct 13 13:13:39.878 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! Oct 13 13:13:39.878 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.878 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.878 INFO kablam! | ^^^^^ Oct 13 13:13:39.878 INFO kablam! ... Oct 13 13:13:39.878 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 13 13:13:39.878 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! Oct 13 13:13:39.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.878 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.878 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.878 INFO kablam! ... Oct 13 13:13:39.878 INFO kablam! 4142 | rt_alloc_layout_unchecked!(rt_primes_32749bytes_32align_alloc_layout_unchecked, 32749, 32); Oct 13 13:13:39.878 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.878 INFO kablam! | Oct 13 13:13:39.878 INFO kablam! Oct 13 13:13:39.884 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.884 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.884 INFO kablam! | ^^^^^ Oct 13 13:13:39.884 INFO kablam! ... Oct 13 13:13:39.884 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 13 13:13:39.884 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! Oct 13 13:13:39.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.884 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.884 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.884 INFO kablam! ... Oct 13 13:13:39.884 INFO kablam! 4155 | rt_alloc_layout_unchecked!(rt_primes_65537bytes_32align_alloc_layout_unchecked, 65537, 32); Oct 13 13:13:39.884 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! Oct 13 13:13:39.884 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.884 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.884 INFO kablam! | ^^^^^ Oct 13 13:13:39.884 INFO kablam! ... Oct 13 13:13:39.884 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 13 13:13:39.884 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.884 INFO kablam! Oct 13 13:13:39.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.884 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.884 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.885 INFO kablam! ... Oct 13 13:13:39.885 INFO kablam! 4168 | rt_alloc_layout_unchecked!(rt_primes_131071bytes_32align_alloc_layout_unchecked, 131071, 32); Oct 13 13:13:39.885 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! Oct 13 13:13:39.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.885 INFO kablam! --> benches/roundtrip.rs:97:36 Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! 97 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:39.885 INFO kablam! | ^^^^^ Oct 13 13:13:39.885 INFO kablam! ... Oct 13 13:13:39.885 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 13 13:13:39.885 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! Oct 13 13:13:39.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.885 INFO kablam! --> benches/roundtrip.rs:99:26 Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! 99 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.885 INFO kablam! ... Oct 13 13:13:39.885 INFO kablam! 4181 | rt_alloc_layout_unchecked!(rt_primes_4194301bytes_32align_alloc_layout_unchecked, 4194301, 32); Oct 13 13:13:39.885 INFO kablam! | ----------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.885 INFO kablam! | Oct 13 13:13:39.885 INFO kablam! Oct 13 13:13:39.892 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.892 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.892 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.892 INFO kablam! ... Oct 13 13:13:39.892 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 13 13:13:39.892 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.892 INFO kablam! Oct 13 13:13:39.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.892 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.892 INFO kablam! ... Oct 13 13:13:39.892 INFO kablam! 262 | rt_alloc_excess_unused!(rt_pow2_1bytes_1align_alloc_excess_unused, 1, 1); Oct 13 13:13:39.892 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! Oct 13 13:13:39.892 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.892 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.892 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.892 INFO kablam! ... Oct 13 13:13:39.892 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 13 13:13:39.892 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.892 INFO kablam! Oct 13 13:13:39.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.892 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.892 INFO kablam! ... Oct 13 13:13:39.892 INFO kablam! 275 | rt_alloc_excess_unused!(rt_pow2_2bytes_1align_alloc_excess_unused, 2, 1); Oct 13 13:13:39.892 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.892 INFO kablam! | Oct 13 13:13:39.892 INFO kablam! Oct 13 13:13:39.893 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.893 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.893 INFO kablam! | Oct 13 13:13:39.893 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.893 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.893 INFO kablam! ... Oct 13 13:13:39.893 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 13 13:13:39.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.893 INFO kablam! Oct 13 13:13:39.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.896 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.896 INFO kablam! | Oct 13 13:13:39.896 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.896 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.896 INFO kablam! ... Oct 13 13:13:39.896 INFO kablam! 288 | rt_alloc_excess_unused!(rt_pow2_4bytes_1align_alloc_excess_unused, 4, 1); Oct 13 13:13:39.896 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.896 INFO kablam! | Oct 13 13:13:39.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.896 INFO kablam! | Oct 13 13:13:39.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.896 INFO kablam! | Oct 13 13:13:39.896 INFO kablam! Oct 13 13:13:39.900 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.900 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.900 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.900 INFO kablam! ... Oct 13 13:13:39.900 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 13 13:13:39.900 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.900 INFO kablam! Oct 13 13:13:39.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.900 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.900 INFO kablam! ... Oct 13 13:13:39.900 INFO kablam! 301 | rt_alloc_excess_unused!(rt_pow2_8bytes_1align_alloc_excess_unused, 8, 1); Oct 13 13:13:39.900 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! Oct 13 13:13:39.900 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.900 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.900 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.900 INFO kablam! ... Oct 13 13:13:39.900 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 13 13:13:39.900 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.900 INFO kablam! Oct 13 13:13:39.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.900 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.900 INFO kablam! ... Oct 13 13:13:39.900 INFO kablam! 314 | rt_alloc_excess_unused!(rt_pow2_16bytes_1align_alloc_excess_unused, 16, 1); Oct 13 13:13:39.900 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.900 INFO kablam! | Oct 13 13:13:39.901 INFO kablam! Oct 13 13:13:39.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.901 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.901 INFO kablam! | Oct 13 13:13:39.901 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.901 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.901 INFO kablam! ... Oct 13 13:13:39.901 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 13 13:13:39.901 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.901 INFO kablam! Oct 13 13:13:39.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.901 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.901 INFO kablam! | Oct 13 13:13:39.901 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.901 INFO kablam! ... Oct 13 13:13:39.901 INFO kablam! 327 | rt_alloc_excess_unused!(rt_pow2_32bytes_1align_alloc_excess_unused, 32, 1); Oct 13 13:13:39.901 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.901 INFO kablam! | Oct 13 13:13:39.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.901 INFO kablam! | Oct 13 13:13:39.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.901 INFO kablam! | Oct 13 13:13:39.901 INFO kablam! Oct 13 13:13:39.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.901 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.901 INFO kablam! | Oct 13 13:13:39.901 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.901 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.901 INFO kablam! ... Oct 13 13:13:39.901 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 13 13:13:39.901 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.901 INFO kablam! Oct 13 13:13:39.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.908 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.908 INFO kablam! ... Oct 13 13:13:39.908 INFO kablam! 340 | rt_alloc_excess_unused!(rt_pow2_64bytes_1align_alloc_excess_unused, 64, 1); Oct 13 13:13:39.908 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! Oct 13 13:13:39.908 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.908 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.908 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.908 INFO kablam! ... Oct 13 13:13:39.908 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 13 13:13:39.908 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.908 INFO kablam! Oct 13 13:13:39.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.908 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.908 INFO kablam! ... Oct 13 13:13:39.908 INFO kablam! 353 | rt_alloc_excess_unused!(rt_pow2_128bytes_1align_alloc_excess_unused, 128, 1); Oct 13 13:13:39.908 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! Oct 13 13:13:39.908 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.908 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.908 INFO kablam! | Oct 13 13:13:39.908 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.908 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.908 INFO kablam! ... Oct 13 13:13:39.908 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 13 13:13:39.908 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.908 INFO kablam! Oct 13 13:13:39.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.909 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.909 INFO kablam! | Oct 13 13:13:39.909 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.909 INFO kablam! ... Oct 13 13:13:39.909 INFO kablam! 366 | rt_alloc_excess_unused!(rt_pow2_256bytes_1align_alloc_excess_unused, 256, 1); Oct 13 13:13:39.909 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.909 INFO kablam! | Oct 13 13:13:39.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.909 INFO kablam! | Oct 13 13:13:39.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.909 INFO kablam! | Oct 13 13:13:39.909 INFO kablam! Oct 13 13:13:39.909 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.909 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.909 INFO kablam! | Oct 13 13:13:39.909 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.909 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.909 INFO kablam! ... Oct 13 13:13:39.909 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 13 13:13:39.909 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.909 INFO kablam! Oct 13 13:13:39.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.920 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.920 INFO kablam! ... Oct 13 13:13:39.920 INFO kablam! 379 | rt_alloc_excess_unused!(rt_pow2_512bytes_1align_alloc_excess_unused, 512, 1); Oct 13 13:13:39.920 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! Oct 13 13:13:39.920 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.920 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.920 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.920 INFO kablam! ... Oct 13 13:13:39.920 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 13 13:13:39.920 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.920 INFO kablam! Oct 13 13:13:39.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.920 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.920 INFO kablam! ... Oct 13 13:13:39.920 INFO kablam! 392 | rt_alloc_excess_unused!(rt_pow2_1024bytes_1align_alloc_excess_unused, 1024, 1); Oct 13 13:13:39.920 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! Oct 13 13:13:39.920 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.920 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.920 INFO kablam! | Oct 13 13:13:39.920 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.920 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.920 INFO kablam! ... Oct 13 13:13:39.920 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 13 13:13:39.920 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.920 INFO kablam! Oct 13 13:13:39.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.921 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.921 INFO kablam! ... Oct 13 13:13:39.921 INFO kablam! 405 | rt_alloc_excess_unused!(rt_pow2_2048bytes_1align_alloc_excess_unused, 2048, 1); Oct 13 13:13:39.921 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! Oct 13 13:13:39.921 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.921 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.921 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.921 INFO kablam! ... Oct 13 13:13:39.921 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 13 13:13:39.921 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.921 INFO kablam! Oct 13 13:13:39.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.921 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.921 INFO kablam! ... Oct 13 13:13:39.921 INFO kablam! 418 | rt_alloc_excess_unused!(rt_pow2_4096bytes_1align_alloc_excess_unused, 4096, 1); Oct 13 13:13:39.921 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! Oct 13 13:13:39.921 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.921 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.921 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.921 INFO kablam! ... Oct 13 13:13:39.921 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 13 13:13:39.921 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.921 INFO kablam! Oct 13 13:13:39.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.921 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.921 INFO kablam! ... Oct 13 13:13:39.921 INFO kablam! 431 | rt_alloc_excess_unused!(rt_pow2_8192bytes_1align_alloc_excess_unused, 8192, 1); Oct 13 13:13:39.921 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.921 INFO kablam! | Oct 13 13:13:39.921 INFO kablam! Oct 13 13:13:39.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.928 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.928 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.928 INFO kablam! ... Oct 13 13:13:39.928 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 13 13:13:39.928 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.928 INFO kablam! Oct 13 13:13:39.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.928 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.928 INFO kablam! ... Oct 13 13:13:39.928 INFO kablam! 444 | rt_alloc_excess_unused!(rt_pow2_16384bytes_1align_alloc_excess_unused, 16384, 1); Oct 13 13:13:39.928 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! Oct 13 13:13:39.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.928 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.928 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.928 INFO kablam! ... Oct 13 13:13:39.928 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 13 13:13:39.928 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.928 INFO kablam! Oct 13 13:13:39.928 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.928 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.928 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.928 INFO kablam! ... Oct 13 13:13:39.928 INFO kablam! 457 | rt_alloc_excess_unused!(rt_pow2_32768bytes_1align_alloc_excess_unused, 32768, 1); Oct 13 13:13:39.928 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.928 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.928 INFO kablam! | Oct 13 13:13:39.928 INFO kablam! Oct 13 13:13:39.929 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.929 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.929 INFO kablam! | Oct 13 13:13:39.929 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.929 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.929 INFO kablam! ... Oct 13 13:13:39.929 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 13 13:13:39.929 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.929 INFO kablam! Oct 13 13:13:39.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.929 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.929 INFO kablam! | Oct 13 13:13:39.929 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.929 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.929 INFO kablam! ... Oct 13 13:13:39.929 INFO kablam! 470 | rt_alloc_excess_unused!(rt_pow2_65536bytes_1align_alloc_excess_unused, 65536, 1); Oct 13 13:13:39.929 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.929 INFO kablam! | Oct 13 13:13:39.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.929 INFO kablam! | Oct 13 13:13:39.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.929 INFO kablam! | Oct 13 13:13:39.929 INFO kablam! Oct 13 13:13:39.929 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.929 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.929 INFO kablam! | Oct 13 13:13:39.929 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.929 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.929 INFO kablam! ... Oct 13 13:13:39.929 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 13 13:13:39.929 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.929 INFO kablam! Oct 13 13:13:39.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.936 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.936 INFO kablam! ... Oct 13 13:13:39.936 INFO kablam! 483 | rt_alloc_excess_unused!(rt_pow2_131072bytes_1align_alloc_excess_unused, 131072, 1); Oct 13 13:13:39.936 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! Oct 13 13:13:39.936 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.936 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.936 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.936 INFO kablam! ... Oct 13 13:13:39.936 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 13 13:13:39.936 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.936 INFO kablam! Oct 13 13:13:39.936 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.936 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.936 INFO kablam! ... Oct 13 13:13:39.936 INFO kablam! 496 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_1align_alloc_excess_unused, 4194304, 1); Oct 13 13:13:39.936 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! Oct 13 13:13:39.936 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.936 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.936 INFO kablam! | Oct 13 13:13:39.936 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.936 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.936 INFO kablam! ... Oct 13 13:13:39.936 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 13 13:13:39.936 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.936 INFO kablam! Oct 13 13:13:39.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.937 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.937 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.937 INFO kablam! ... Oct 13 13:13:39.937 INFO kablam! 510 | rt_alloc_excess_unused!(rt_even_10bytes_1align_alloc_excess_unused, 10, 1); Oct 13 13:13:39.937 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! Oct 13 13:13:39.937 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.937 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.937 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.937 INFO kablam! ... Oct 13 13:13:39.937 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 13 13:13:39.937 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.937 INFO kablam! Oct 13 13:13:39.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.937 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.937 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.937 INFO kablam! ... Oct 13 13:13:39.937 INFO kablam! 523 | rt_alloc_excess_unused!(rt_even_100bytes_1align_alloc_excess_unused, 100, 1); Oct 13 13:13:39.937 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! Oct 13 13:13:39.937 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.937 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.937 INFO kablam! | Oct 13 13:13:39.937 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.937 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.937 INFO kablam! ... Oct 13 13:13:39.937 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 13 13:13:39.937 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.937 INFO kablam! Oct 13 13:13:39.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.944 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.944 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.944 INFO kablam! ... Oct 13 13:13:39.944 INFO kablam! 536 | rt_alloc_excess_unused!(rt_even_1000bytes_1align_alloc_excess_unused, 1000, 1); Oct 13 13:13:39.944 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! Oct 13 13:13:39.944 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.944 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.944 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.944 INFO kablam! ... Oct 13 13:13:39.944 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 13 13:13:39.944 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.944 INFO kablam! Oct 13 13:13:39.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.944 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.944 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.944 INFO kablam! ... Oct 13 13:13:39.944 INFO kablam! 549 | rt_alloc_excess_unused!(rt_even_10000bytes_1align_alloc_excess_unused, 10000, 1); Oct 13 13:13:39.944 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! Oct 13 13:13:39.944 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.944 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.944 INFO kablam! | Oct 13 13:13:39.944 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.944 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.944 INFO kablam! ... Oct 13 13:13:39.944 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 13 13:13:39.944 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.944 INFO kablam! Oct 13 13:13:39.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.945 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.945 INFO kablam! | Oct 13 13:13:39.945 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.945 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.945 INFO kablam! ... Oct 13 13:13:39.945 INFO kablam! 562 | rt_alloc_excess_unused!(rt_even_100000bytes_1align_alloc_excess_unused, 100000, 1); Oct 13 13:13:39.945 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.945 INFO kablam! | Oct 13 13:13:39.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.945 INFO kablam! | Oct 13 13:13:39.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.945 INFO kablam! | Oct 13 13:13:39.945 INFO kablam! Oct 13 13:13:39.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.945 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.945 INFO kablam! | Oct 13 13:13:39.945 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.945 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.945 INFO kablam! ... Oct 13 13:13:39.945 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 13 13:13:39.945 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.945 INFO kablam! Oct 13 13:13:39.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.949 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.949 INFO kablam! ... Oct 13 13:13:39.949 INFO kablam! 575 | rt_alloc_excess_unused!(rt_even_1000000bytes_1align_alloc_excess_unused, 1000000, 1); Oct 13 13:13:39.949 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! Oct 13 13:13:39.949 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.949 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.949 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.949 INFO kablam! ... Oct 13 13:13:39.949 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 13 13:13:39.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.949 INFO kablam! Oct 13 13:13:39.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.949 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.949 INFO kablam! ... Oct 13 13:13:39.949 INFO kablam! 589 | rt_alloc_excess_unused!(rt_odd_10bytes_1align_alloc_excess_unused, 10- 1, 1); Oct 13 13:13:39.949 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! Oct 13 13:13:39.949 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.949 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.949 INFO kablam! | Oct 13 13:13:39.949 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.949 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.949 INFO kablam! ... Oct 13 13:13:39.949 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 13 13:13:39.949 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.953 INFO kablam! Oct 13 13:13:39.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.953 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.953 INFO kablam! ... Oct 13 13:13:39.953 INFO kablam! 602 | rt_alloc_excess_unused!(rt_odd_100bytes_1align_alloc_excess_unused, 100- 1, 1); Oct 13 13:13:39.953 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! Oct 13 13:13:39.953 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.953 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.953 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.953 INFO kablam! ... Oct 13 13:13:39.953 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 13 13:13:39.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.953 INFO kablam! Oct 13 13:13:39.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.953 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.953 INFO kablam! ... Oct 13 13:13:39.953 INFO kablam! 615 | rt_alloc_excess_unused!(rt_odd_1000bytes_1align_alloc_excess_unused, 1000- 1, 1); Oct 13 13:13:39.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! Oct 13 13:13:39.953 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.953 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.953 INFO kablam! | Oct 13 13:13:39.953 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.953 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.953 INFO kablam! ... Oct 13 13:13:39.953 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 13 13:13:39.953 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.953 INFO kablam! Oct 13 13:13:39.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.955 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.955 INFO kablam! | Oct 13 13:13:39.955 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.955 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.955 INFO kablam! ... Oct 13 13:13:39.955 INFO kablam! 628 | rt_alloc_excess_unused!(rt_odd_10000bytes_1align_alloc_excess_unused, 10000- 1, 1); Oct 13 13:13:39.955 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.955 INFO kablam! | Oct 13 13:13:39.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.955 INFO kablam! | Oct 13 13:13:39.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.955 INFO kablam! | Oct 13 13:13:39.955 INFO kablam! Oct 13 13:13:39.963 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.963 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.963 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.963 INFO kablam! ... Oct 13 13:13:39.963 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 13 13:13:39.963 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.963 INFO kablam! Oct 13 13:13:39.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.963 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.963 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.963 INFO kablam! ... Oct 13 13:13:39.963 INFO kablam! 641 | rt_alloc_excess_unused!(rt_odd_100000bytes_1align_alloc_excess_unused, 100000- 1, 1); Oct 13 13:13:39.963 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! Oct 13 13:13:39.963 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.963 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.963 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.963 INFO kablam! ... Oct 13 13:13:39.963 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 13 13:13:39.963 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.963 INFO kablam! Oct 13 13:13:39.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.963 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.963 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.963 INFO kablam! ... Oct 13 13:13:39.963 INFO kablam! 654 | rt_alloc_excess_unused!(rt_odd_1000000bytes_1align_alloc_excess_unused, 1000000- 1, 1); Oct 13 13:13:39.963 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! Oct 13 13:13:39.963 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.963 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.963 INFO kablam! | Oct 13 13:13:39.963 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.963 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.963 INFO kablam! ... Oct 13 13:13:39.963 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 13 13:13:39.963 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.963 INFO kablam! Oct 13 13:13:39.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.967 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.967 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.967 INFO kablam! ... Oct 13 13:13:39.967 INFO kablam! 668 | rt_alloc_excess_unused!(rt_primes_3bytes_1align_alloc_excess_unused, 3, 1); Oct 13 13:13:39.967 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! Oct 13 13:13:39.967 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.967 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.967 INFO kablam! | Oct 13 13:13:39.967 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.967 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.968 INFO kablam! ... Oct 13 13:13:39.968 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 13 13:13:39.968 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.968 INFO kablam! Oct 13 13:13:39.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.968 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.968 INFO kablam! | Oct 13 13:13:39.968 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.968 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.968 INFO kablam! ... Oct 13 13:13:39.968 INFO kablam! 681 | rt_alloc_excess_unused!(rt_primes_7bytes_1align_alloc_excess_unused, 7, 1); Oct 13 13:13:39.968 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.968 INFO kablam! | Oct 13 13:13:39.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.968 INFO kablam! | Oct 13 13:13:39.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.968 INFO kablam! | Oct 13 13:13:39.968 INFO kablam! Oct 13 13:13:39.968 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.968 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.968 INFO kablam! | Oct 13 13:13:39.968 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.968 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.968 INFO kablam! ... Oct 13 13:13:39.968 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 13 13:13:39.968 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.968 INFO kablam! Oct 13 13:13:39.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.974 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.974 INFO kablam! ... Oct 13 13:13:39.974 INFO kablam! 694 | rt_alloc_excess_unused!(rt_primes_13bytes_1align_alloc_excess_unused, 13, 1); Oct 13 13:13:39.974 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! Oct 13 13:13:39.974 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.974 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.974 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.974 INFO kablam! ... Oct 13 13:13:39.974 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 13 13:13:39.974 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.974 INFO kablam! Oct 13 13:13:39.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.974 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.974 INFO kablam! ... Oct 13 13:13:39.974 INFO kablam! 707 | rt_alloc_excess_unused!(rt_primes_17bytes_1align_alloc_excess_unused, 17, 1); Oct 13 13:13:39.974 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! Oct 13 13:13:39.974 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.974 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.974 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.974 INFO kablam! ... Oct 13 13:13:39.974 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 13 13:13:39.974 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.974 INFO kablam! Oct 13 13:13:39.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.974 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.974 INFO kablam! ... Oct 13 13:13:39.974 INFO kablam! 720 | rt_alloc_excess_unused!(rt_primes_31bytes_1align_alloc_excess_unused, 31, 1); Oct 13 13:13:39.974 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! Oct 13 13:13:39.974 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.974 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.974 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.974 INFO kablam! ... Oct 13 13:13:39.974 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 13 13:13:39.974 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.974 INFO kablam! Oct 13 13:13:39.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.974 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.974 INFO kablam! | Oct 13 13:13:39.974 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.974 INFO kablam! ... Oct 13 13:13:39.975 INFO kablam! 733 | rt_alloc_excess_unused!(rt_primes_61bytes_1align_alloc_excess_unused, 61, 1); Oct 13 13:13:39.975 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.975 INFO kablam! | Oct 13 13:13:39.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.975 INFO kablam! | Oct 13 13:13:39.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.975 INFO kablam! | Oct 13 13:13:39.975 INFO kablam! Oct 13 13:13:39.979 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.979 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.979 INFO kablam! | Oct 13 13:13:39.979 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.979 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.979 INFO kablam! ... Oct 13 13:13:39.979 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 13 13:13:39.979 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.979 INFO kablam! Oct 13 13:13:39.979 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.979 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.979 INFO kablam! | Oct 13 13:13:39.979 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.979 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.979 INFO kablam! ... Oct 13 13:13:39.979 INFO kablam! 746 | rt_alloc_excess_unused!(rt_primes_96bytes_1align_alloc_excess_unused, 96, 1); Oct 13 13:13:39.979 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.979 INFO kablam! | Oct 13 13:13:39.979 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.979 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.979 INFO kablam! | Oct 13 13:13:39.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.979 INFO kablam! | Oct 13 13:13:39.979 INFO kablam! Oct 13 13:13:39.986 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.986 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.986 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.986 INFO kablam! ... Oct 13 13:13:39.986 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 13 13:13:39.986 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.986 INFO kablam! Oct 13 13:13:39.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.986 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.986 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.986 INFO kablam! ... Oct 13 13:13:39.986 INFO kablam! 759 | rt_alloc_excess_unused!(rt_primes_127bytes_1align_alloc_excess_unused, 127, 1); Oct 13 13:13:39.986 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! Oct 13 13:13:39.986 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.986 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.986 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.986 INFO kablam! ... Oct 13 13:13:39.986 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 13 13:13:39.986 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.986 INFO kablam! Oct 13 13:13:39.986 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.986 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.986 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.986 INFO kablam! ... Oct 13 13:13:39.986 INFO kablam! 772 | rt_alloc_excess_unused!(rt_primes_257bytes_1align_alloc_excess_unused, 257, 1); Oct 13 13:13:39.986 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.986 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! Oct 13 13:13:39.986 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.986 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.986 INFO kablam! | Oct 13 13:13:39.986 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.986 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.986 INFO kablam! ... Oct 13 13:13:39.986 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 13 13:13:39.986 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.987 INFO kablam! Oct 13 13:13:39.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.987 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.987 INFO kablam! | Oct 13 13:13:39.987 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.987 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.987 INFO kablam! ... Oct 13 13:13:39.987 INFO kablam! 785 | rt_alloc_excess_unused!(rt_primes_509bytes_1align_alloc_excess_unused, 509, 1); Oct 13 13:13:39.987 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.987 INFO kablam! | Oct 13 13:13:39.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.987 INFO kablam! | Oct 13 13:13:39.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.987 INFO kablam! | Oct 13 13:13:39.987 INFO kablam! Oct 13 13:13:39.989 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.989 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.989 INFO kablam! | Oct 13 13:13:39.989 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.989 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.989 INFO kablam! ... Oct 13 13:13:39.989 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 13 13:13:39.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.989 INFO kablam! Oct 13 13:13:39.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.989 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.989 INFO kablam! | Oct 13 13:13:39.989 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.989 INFO kablam! ... Oct 13 13:13:39.989 INFO kablam! 798 | rt_alloc_excess_unused!(rt_primes_1021bytes_1align_alloc_excess_unused, 1021, 1); Oct 13 13:13:39.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.989 INFO kablam! | Oct 13 13:13:39.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.989 INFO kablam! | Oct 13 13:13:39.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.989 INFO kablam! | Oct 13 13:13:39.989 INFO kablam! Oct 13 13:13:39.989 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.989 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.989 INFO kablam! | Oct 13 13:13:39.989 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.989 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.989 INFO kablam! ... Oct 13 13:13:39.989 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 13 13:13:39.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.989 INFO kablam! Oct 13 13:13:39.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.992 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.992 INFO kablam! | Oct 13 13:13:39.992 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.992 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.992 INFO kablam! ... Oct 13 13:13:39.992 INFO kablam! 811 | rt_alloc_excess_unused!(rt_primes_2039bytes_1align_alloc_excess_unused, 2039, 1); Oct 13 13:13:39.992 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.992 INFO kablam! | Oct 13 13:13:39.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.992 INFO kablam! | Oct 13 13:13:39.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.992 INFO kablam! | Oct 13 13:13:39.992 INFO kablam! Oct 13 13:13:39.992 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.992 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.992 INFO kablam! | Oct 13 13:13:39.992 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.992 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.992 INFO kablam! ... Oct 13 13:13:39.992 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 13 13:13:39.992 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.992 INFO kablam! Oct 13 13:13:39.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.994 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.994 INFO kablam! | Oct 13 13:13:39.994 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.994 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.994 INFO kablam! ... Oct 13 13:13:39.994 INFO kablam! 824 | rt_alloc_excess_unused!(rt_primes_4093bytes_1align_alloc_excess_unused, 4093, 1); Oct 13 13:13:39.994 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.994 INFO kablam! | Oct 13 13:13:39.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.994 INFO kablam! | Oct 13 13:13:39.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.994 INFO kablam! | Oct 13 13:13:39.994 INFO kablam! Oct 13 13:13:39.994 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.994 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.994 INFO kablam! | Oct 13 13:13:39.994 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.994 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.994 INFO kablam! ... Oct 13 13:13:39.994 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 13 13:13:39.994 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.994 INFO kablam! Oct 13 13:13:39.998 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.998 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:39.998 INFO kablam! | Oct 13 13:13:39.998 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:39.998 INFO kablam! | ^^^^^^^ Oct 13 13:13:39.998 INFO kablam! ... Oct 13 13:13:39.998 INFO kablam! 837 | rt_alloc_excess_unused!(rt_primes_8191bytes_1align_alloc_excess_unused, 8191, 1); Oct 13 13:13:39.998 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.998 INFO kablam! | Oct 13 13:13:39.998 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:39.998 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:39.998 INFO kablam! | Oct 13 13:13:39.998 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:39.998 INFO kablam! | Oct 13 13:13:39.998 INFO kablam! Oct 13 13:13:39.998 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:39.998 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:39.998 INFO kablam! | Oct 13 13:13:39.998 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:39.998 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:39.998 INFO kablam! ... Oct 13 13:13:39.998 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 13 13:13:39.998 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:39.998 INFO kablam! Oct 13 13:13:40.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.007 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.007 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.007 INFO kablam! ... Oct 13 13:13:40.007 INFO kablam! 850 | rt_alloc_excess_unused!(rt_primes_16381bytes_1align_alloc_excess_unused, 16381, 1); Oct 13 13:13:40.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! Oct 13 13:13:40.007 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.007 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.007 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.007 INFO kablam! ... Oct 13 13:13:40.007 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 13 13:13:40.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.007 INFO kablam! Oct 13 13:13:40.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.007 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.007 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.007 INFO kablam! ... Oct 13 13:13:40.007 INFO kablam! 863 | rt_alloc_excess_unused!(rt_primes_32749bytes_1align_alloc_excess_unused, 32749, 1); Oct 13 13:13:40.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! Oct 13 13:13:40.007 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.007 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.007 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.007 INFO kablam! ... Oct 13 13:13:40.007 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 13 13:13:40.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.007 INFO kablam! Oct 13 13:13:40.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.007 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.007 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.007 INFO kablam! ... Oct 13 13:13:40.007 INFO kablam! 876 | rt_alloc_excess_unused!(rt_primes_65537bytes_1align_alloc_excess_unused, 65537, 1); Oct 13 13:13:40.007 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! Oct 13 13:13:40.007 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.007 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.007 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.007 INFO kablam! ... Oct 13 13:13:40.007 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 13 13:13:40.007 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.007 INFO kablam! Oct 13 13:13:40.007 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.007 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.007 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.007 INFO kablam! ... Oct 13 13:13:40.007 INFO kablam! 889 | rt_alloc_excess_unused!(rt_primes_131071bytes_1align_alloc_excess_unused, 131071, 1); Oct 13 13:13:40.007 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.007 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.007 INFO kablam! | Oct 13 13:13:40.007 INFO kablam! Oct 13 13:13:40.008 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.008 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.008 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.008 INFO kablam! ... Oct 13 13:13:40.008 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 13 13:13:40.008 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.008 INFO kablam! Oct 13 13:13:40.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.008 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.008 INFO kablam! ... Oct 13 13:13:40.008 INFO kablam! 902 | rt_alloc_excess_unused!(rt_primes_4194301bytes_1align_alloc_excess_unused, 4194301, 1); Oct 13 13:13:40.008 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! Oct 13 13:13:40.008 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.008 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.008 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.008 INFO kablam! ... Oct 13 13:13:40.008 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 13 13:13:40.008 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.008 INFO kablam! Oct 13 13:13:40.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.008 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.008 INFO kablam! ... Oct 13 13:13:40.008 INFO kablam! 918 | rt_alloc_excess_unused!(rt_pow2_1bytes_2align_alloc_excess_unused, 1, 2); Oct 13 13:13:40.008 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.008 INFO kablam! | Oct 13 13:13:40.009 INFO kablam! Oct 13 13:13:40.016 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.016 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.016 INFO kablam! | Oct 13 13:13:40.016 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.016 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.016 INFO kablam! ... Oct 13 13:13:40.016 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 13 13:13:40.016 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.016 INFO kablam! Oct 13 13:13:40.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.016 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.016 INFO kablam! | Oct 13 13:13:40.016 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.016 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.016 INFO kablam! ... Oct 13 13:13:40.016 INFO kablam! 931 | rt_alloc_excess_unused!(rt_pow2_2bytes_2align_alloc_excess_unused, 2, 2); Oct 13 13:13:40.016 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.016 INFO kablam! | Oct 13 13:13:40.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.016 INFO kablam! | Oct 13 13:13:40.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.016 INFO kablam! | Oct 13 13:13:40.016 INFO kablam! Oct 13 13:13:40.017 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.017 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.017 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.017 INFO kablam! ... Oct 13 13:13:40.017 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 13 13:13:40.017 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.017 INFO kablam! Oct 13 13:13:40.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.017 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.017 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.017 INFO kablam! ... Oct 13 13:13:40.017 INFO kablam! 944 | rt_alloc_excess_unused!(rt_pow2_4bytes_2align_alloc_excess_unused, 4, 2); Oct 13 13:13:40.017 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.017 INFO kablam! | Oct 13 13:13:40.018 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.018 INFO kablam! | Oct 13 13:13:40.018 INFO kablam! Oct 13 13:13:40.019 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.019 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.020 INFO kablam! | Oct 13 13:13:40.020 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.020 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.020 INFO kablam! ... Oct 13 13:13:40.020 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 13 13:13:40.020 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.020 INFO kablam! Oct 13 13:13:40.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.025 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.025 INFO kablam! | Oct 13 13:13:40.025 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.025 INFO kablam! ... Oct 13 13:13:40.025 INFO kablam! 957 | rt_alloc_excess_unused!(rt_pow2_8bytes_2align_alloc_excess_unused, 8, 2); Oct 13 13:13:40.025 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.025 INFO kablam! | Oct 13 13:13:40.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.025 INFO kablam! | Oct 13 13:13:40.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.025 INFO kablam! | Oct 13 13:13:40.025 INFO kablam! Oct 13 13:13:40.025 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.025 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.025 INFO kablam! | Oct 13 13:13:40.025 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.025 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.025 INFO kablam! ... Oct 13 13:13:40.025 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 13 13:13:40.026 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.026 INFO kablam! Oct 13 13:13:40.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.026 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.026 INFO kablam! ... Oct 13 13:13:40.026 INFO kablam! 970 | rt_alloc_excess_unused!(rt_pow2_16bytes_2align_alloc_excess_unused, 16, 2); Oct 13 13:13:40.026 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! Oct 13 13:13:40.026 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.026 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.026 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.026 INFO kablam! ... Oct 13 13:13:40.026 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 13 13:13:40.026 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.026 INFO kablam! Oct 13 13:13:40.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.026 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.026 INFO kablam! ... Oct 13 13:13:40.026 INFO kablam! 983 | rt_alloc_excess_unused!(rt_pow2_32bytes_2align_alloc_excess_unused, 32, 2); Oct 13 13:13:40.026 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! Oct 13 13:13:40.026 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.026 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.026 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.026 INFO kablam! ... Oct 13 13:13:40.026 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 13 13:13:40.026 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.026 INFO kablam! Oct 13 13:13:40.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.026 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.026 INFO kablam! | Oct 13 13:13:40.026 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.027 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.027 INFO kablam! ... Oct 13 13:13:40.027 INFO kablam! 996 | rt_alloc_excess_unused!(rt_pow2_64bytes_2align_alloc_excess_unused, 64, 2); Oct 13 13:13:40.027 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.027 INFO kablam! | Oct 13 13:13:40.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.027 INFO kablam! | Oct 13 13:13:40.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.027 INFO kablam! | Oct 13 13:13:40.027 INFO kablam! Oct 13 13:13:40.035 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.035 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.035 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.035 INFO kablam! ... Oct 13 13:13:40.035 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 13 13:13:40.035 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.035 INFO kablam! Oct 13 13:13:40.035 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.035 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.035 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.035 INFO kablam! ... Oct 13 13:13:40.035 INFO kablam! 1009 | rt_alloc_excess_unused!(rt_pow2_128bytes_2align_alloc_excess_unused, 128, 2); Oct 13 13:13:40.035 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.035 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.035 INFO kablam! | Oct 13 13:13:40.035 INFO kablam! Oct 13 13:13:40.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.036 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.036 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.036 INFO kablam! ... Oct 13 13:13:40.036 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 13 13:13:40.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.036 INFO kablam! Oct 13 13:13:40.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.036 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.036 INFO kablam! ... Oct 13 13:13:40.036 INFO kablam! 1022 | rt_alloc_excess_unused!(rt_pow2_256bytes_2align_alloc_excess_unused, 256, 2); Oct 13 13:13:40.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! Oct 13 13:13:40.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.036 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.036 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.036 INFO kablam! ... Oct 13 13:13:40.036 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 13 13:13:40.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.036 INFO kablam! Oct 13 13:13:40.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.036 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.036 INFO kablam! ... Oct 13 13:13:40.036 INFO kablam! 1035 | rt_alloc_excess_unused!(rt_pow2_512bytes_2align_alloc_excess_unused, 512, 2); Oct 13 13:13:40.036 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! Oct 13 13:13:40.036 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.036 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.036 INFO kablam! | Oct 13 13:13:40.036 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.036 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.036 INFO kablam! ... Oct 13 13:13:40.036 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 13 13:13:40.036 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.036 INFO kablam! Oct 13 13:13:40.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.037 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.037 INFO kablam! ... Oct 13 13:13:40.037 INFO kablam! 1048 | rt_alloc_excess_unused!(rt_pow2_1024bytes_2align_alloc_excess_unused, 1024, 2); Oct 13 13:13:40.037 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! Oct 13 13:13:40.037 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.037 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.037 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.037 INFO kablam! ... Oct 13 13:13:40.037 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 13 13:13:40.037 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.037 INFO kablam! Oct 13 13:13:40.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.037 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.037 INFO kablam! ... Oct 13 13:13:40.037 INFO kablam! 1061 | rt_alloc_excess_unused!(rt_pow2_2048bytes_2align_alloc_excess_unused, 2048, 2); Oct 13 13:13:40.037 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.037 INFO kablam! | Oct 13 13:13:40.037 INFO kablam! Oct 13 13:13:40.042 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.042 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.042 INFO kablam! | Oct 13 13:13:40.042 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.042 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.042 INFO kablam! ... Oct 13 13:13:40.042 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 13 13:13:40.042 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.042 INFO kablam! Oct 13 13:13:40.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.042 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.042 INFO kablam! | Oct 13 13:13:40.042 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.042 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.042 INFO kablam! ... Oct 13 13:13:40.042 INFO kablam! 1074 | rt_alloc_excess_unused!(rt_pow2_4096bytes_2align_alloc_excess_unused, 4096, 2); Oct 13 13:13:40.042 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.043 INFO kablam! | Oct 13 13:13:40.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.043 INFO kablam! | Oct 13 13:13:40.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.043 INFO kablam! | Oct 13 13:13:40.043 INFO kablam! Oct 13 13:13:40.053 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.053 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.053 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.053 INFO kablam! ... Oct 13 13:13:40.053 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 13 13:13:40.053 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.053 INFO kablam! Oct 13 13:13:40.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.053 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.053 INFO kablam! ... Oct 13 13:13:40.053 INFO kablam! 1087 | rt_alloc_excess_unused!(rt_pow2_8192bytes_2align_alloc_excess_unused, 8192, 2); Oct 13 13:13:40.053 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! Oct 13 13:13:40.053 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.053 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.053 INFO kablam! | Oct 13 13:13:40.053 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.053 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.053 INFO kablam! ... Oct 13 13:13:40.053 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 13 13:13:40.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! Oct 13 13:13:40.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.054 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.054 INFO kablam! ... Oct 13 13:13:40.054 INFO kablam! 1100 | rt_alloc_excess_unused!(rt_pow2_16384bytes_2align_alloc_excess_unused, 16384, 2); Oct 13 13:13:40.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! Oct 13 13:13:40.054 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.054 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.054 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.054 INFO kablam! ... Oct 13 13:13:40.054 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 13 13:13:40.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! Oct 13 13:13:40.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.054 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.054 INFO kablam! ... Oct 13 13:13:40.054 INFO kablam! 1113 | rt_alloc_excess_unused!(rt_pow2_32768bytes_2align_alloc_excess_unused, 32768, 2); Oct 13 13:13:40.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! Oct 13 13:13:40.054 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.054 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.054 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.054 INFO kablam! ... Oct 13 13:13:40.054 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 13 13:13:40.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! Oct 13 13:13:40.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.054 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.054 INFO kablam! ... Oct 13 13:13:40.054 INFO kablam! 1126 | rt_alloc_excess_unused!(rt_pow2_65536bytes_2align_alloc_excess_unused, 65536, 2); Oct 13 13:13:40.054 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! Oct 13 13:13:40.054 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.054 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.054 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.054 INFO kablam! ... Oct 13 13:13:40.054 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 13 13:13:40.054 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! Oct 13 13:13:40.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.054 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.054 INFO kablam! ... Oct 13 13:13:40.054 INFO kablam! 1139 | rt_alloc_excess_unused!(rt_pow2_131072bytes_2align_alloc_excess_unused, 131072, 2); Oct 13 13:13:40.054 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.054 INFO kablam! | Oct 13 13:13:40.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.055 INFO kablam! | Oct 13 13:13:40.055 INFO kablam! Oct 13 13:13:40.060 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.060 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.060 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.060 INFO kablam! ... Oct 13 13:13:40.060 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 13 13:13:40.060 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.060 INFO kablam! Oct 13 13:13:40.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.060 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.060 INFO kablam! ... Oct 13 13:13:40.060 INFO kablam! 1152 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_2align_alloc_excess_unused, 4194304, 2); Oct 13 13:13:40.060 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! Oct 13 13:13:40.060 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.060 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.060 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.060 INFO kablam! ... Oct 13 13:13:40.060 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 13 13:13:40.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.060 INFO kablam! Oct 13 13:13:40.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.060 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.060 INFO kablam! ... Oct 13 13:13:40.060 INFO kablam! 1166 | rt_alloc_excess_unused!(rt_even_10bytes_2align_alloc_excess_unused, 10, 2); Oct 13 13:13:40.060 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.060 INFO kablam! | Oct 13 13:13:40.060 INFO kablam! Oct 13 13:13:40.068 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.068 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.068 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.068 INFO kablam! ... Oct 13 13:13:40.068 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 13 13:13:40.068 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.068 INFO kablam! Oct 13 13:13:40.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.068 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.068 INFO kablam! ... Oct 13 13:13:40.068 INFO kablam! 1179 | rt_alloc_excess_unused!(rt_even_100bytes_2align_alloc_excess_unused, 100, 2); Oct 13 13:13:40.068 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! Oct 13 13:13:40.068 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.068 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.068 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.068 INFO kablam! ... Oct 13 13:13:40.068 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 13 13:13:40.068 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.068 INFO kablam! Oct 13 13:13:40.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.068 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.068 INFO kablam! ... Oct 13 13:13:40.068 INFO kablam! 1192 | rt_alloc_excess_unused!(rt_even_1000bytes_2align_alloc_excess_unused, 1000, 2); Oct 13 13:13:40.068 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.068 INFO kablam! | Oct 13 13:13:40.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! Oct 13 13:13:40.069 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.069 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.069 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.069 INFO kablam! ... Oct 13 13:13:40.069 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 13 13:13:40.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.069 INFO kablam! Oct 13 13:13:40.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.069 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.069 INFO kablam! ... Oct 13 13:13:40.069 INFO kablam! 1205 | rt_alloc_excess_unused!(rt_even_10000bytes_2align_alloc_excess_unused, 10000, 2); Oct 13 13:13:40.069 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! Oct 13 13:13:40.069 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.069 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.069 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.069 INFO kablam! ... Oct 13 13:13:40.069 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 13 13:13:40.069 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.069 INFO kablam! Oct 13 13:13:40.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.069 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.069 INFO kablam! ... Oct 13 13:13:40.069 INFO kablam! 1218 | rt_alloc_excess_unused!(rt_even_100000bytes_2align_alloc_excess_unused, 100000, 2); Oct 13 13:13:40.069 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.069 INFO kablam! | Oct 13 13:13:40.069 INFO kablam! Oct 13 13:13:40.077 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.077 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.077 INFO kablam! | Oct 13 13:13:40.077 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.077 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.077 INFO kablam! ... Oct 13 13:13:40.077 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 13 13:13:40.078 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.078 INFO kablam! Oct 13 13:13:40.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.078 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.078 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.078 INFO kablam! ... Oct 13 13:13:40.078 INFO kablam! 1231 | rt_alloc_excess_unused!(rt_even_1000000bytes_2align_alloc_excess_unused, 1000000, 2); Oct 13 13:13:40.078 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! Oct 13 13:13:40.078 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.078 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.078 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.078 INFO kablam! ... Oct 13 13:13:40.078 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 13 13:13:40.078 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.078 INFO kablam! Oct 13 13:13:40.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.078 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.078 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.078 INFO kablam! ... Oct 13 13:13:40.078 INFO kablam! 1245 | rt_alloc_excess_unused!(rt_odd_10bytes_2align_alloc_excess_unused, 10- 1, 2); Oct 13 13:13:40.078 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! Oct 13 13:13:40.078 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.078 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.078 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.078 INFO kablam! ... Oct 13 13:13:40.078 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 13 13:13:40.078 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.078 INFO kablam! Oct 13 13:13:40.078 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.078 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.078 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.078 INFO kablam! ... Oct 13 13:13:40.078 INFO kablam! 1258 | rt_alloc_excess_unused!(rt_odd_100bytes_2align_alloc_excess_unused, 100- 1, 2); Oct 13 13:13:40.078 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.078 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! Oct 13 13:13:40.078 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.078 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.078 INFO kablam! | Oct 13 13:13:40.078 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.078 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.078 INFO kablam! ... Oct 13 13:13:40.078 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 13 13:13:40.078 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.078 INFO kablam! Oct 13 13:13:40.083 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.083 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.083 INFO kablam! | Oct 13 13:13:40.083 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.083 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.083 INFO kablam! ... Oct 13 13:13:40.083 INFO kablam! 1271 | rt_alloc_excess_unused!(rt_odd_1000bytes_2align_alloc_excess_unused, 1000- 1, 2); Oct 13 13:13:40.083 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.083 INFO kablam! | Oct 13 13:13:40.083 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.083 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.083 INFO kablam! | Oct 13 13:13:40.083 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.083 INFO kablam! | Oct 13 13:13:40.083 INFO kablam! Oct 13 13:13:40.090 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.090 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.090 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.090 INFO kablam! ... Oct 13 13:13:40.090 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 13 13:13:40.090 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.090 INFO kablam! Oct 13 13:13:40.090 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.090 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.090 INFO kablam! | Oct 13 13:13:40.090 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.090 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.090 INFO kablam! ... Oct 13 13:13:40.091 INFO kablam! 1284 | rt_alloc_excess_unused!(rt_odd_10000bytes_2align_alloc_excess_unused, 10000- 1, 2); Oct 13 13:13:40.091 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! Oct 13 13:13:40.091 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.091 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.091 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.091 INFO kablam! ... Oct 13 13:13:40.091 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 13 13:13:40.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.091 INFO kablam! Oct 13 13:13:40.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.091 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.091 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.091 INFO kablam! ... Oct 13 13:13:40.091 INFO kablam! 1297 | rt_alloc_excess_unused!(rt_odd_100000bytes_2align_alloc_excess_unused, 100000- 1, 2); Oct 13 13:13:40.091 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! Oct 13 13:13:40.091 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.091 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.091 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.091 INFO kablam! ... Oct 13 13:13:40.091 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 13 13:13:40.091 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.091 INFO kablam! Oct 13 13:13:40.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.091 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.091 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.091 INFO kablam! ... Oct 13 13:13:40.091 INFO kablam! 1310 | rt_alloc_excess_unused!(rt_odd_1000000bytes_2align_alloc_excess_unused, 1000000- 1, 2); Oct 13 13:13:40.091 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! Oct 13 13:13:40.091 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.091 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.091 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.091 INFO kablam! ... Oct 13 13:13:40.091 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 13 13:13:40.091 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.091 INFO kablam! Oct 13 13:13:40.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.091 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.091 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.091 INFO kablam! ... Oct 13 13:13:40.091 INFO kablam! 1324 | rt_alloc_excess_unused!(rt_primes_3bytes_2align_alloc_excess_unused, 3, 2); Oct 13 13:13:40.091 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.091 INFO kablam! | Oct 13 13:13:40.091 INFO kablam! Oct 13 13:13:40.099 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.099 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.099 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.099 INFO kablam! ... Oct 13 13:13:40.099 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 13 13:13:40.099 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.099 INFO kablam! Oct 13 13:13:40.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.099 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.099 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.099 INFO kablam! ... Oct 13 13:13:40.099 INFO kablam! 1337 | rt_alloc_excess_unused!(rt_primes_7bytes_2align_alloc_excess_unused, 7, 2); Oct 13 13:13:40.099 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.099 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! Oct 13 13:13:40.099 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.099 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.099 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.099 INFO kablam! ... Oct 13 13:13:40.099 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 13 13:13:40.099 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.099 INFO kablam! Oct 13 13:13:40.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.099 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.099 INFO kablam! | Oct 13 13:13:40.099 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.099 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.099 INFO kablam! ... Oct 13 13:13:40.099 INFO kablam! 1350 | rt_alloc_excess_unused!(rt_primes_13bytes_2align_alloc_excess_unused, 13, 2); Oct 13 13:13:40.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! Oct 13 13:13:40.100 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.100 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.100 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.100 INFO kablam! ... Oct 13 13:13:40.100 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 13 13:13:40.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.100 INFO kablam! Oct 13 13:13:40.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.100 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.100 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.100 INFO kablam! ... Oct 13 13:13:40.100 INFO kablam! 1363 | rt_alloc_excess_unused!(rt_primes_17bytes_2align_alloc_excess_unused, 17, 2); Oct 13 13:13:40.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! Oct 13 13:13:40.100 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.100 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.100 INFO kablam! | Oct 13 13:13:40.100 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.100 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.100 INFO kablam! ... Oct 13 13:13:40.100 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 13 13:13:40.100 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.100 INFO kablam! Oct 13 13:13:40.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.107 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.107 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.107 INFO kablam! ... Oct 13 13:13:40.107 INFO kablam! 1376 | rt_alloc_excess_unused!(rt_primes_31bytes_2align_alloc_excess_unused, 31, 2); Oct 13 13:13:40.107 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! Oct 13 13:13:40.107 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.107 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.107 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.107 INFO kablam! ... Oct 13 13:13:40.107 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 13 13:13:40.107 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.107 INFO kablam! Oct 13 13:13:40.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.107 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.107 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.107 INFO kablam! ... Oct 13 13:13:40.107 INFO kablam! 1389 | rt_alloc_excess_unused!(rt_primes_61bytes_2align_alloc_excess_unused, 61, 2); Oct 13 13:13:40.107 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! Oct 13 13:13:40.107 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.107 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.107 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.107 INFO kablam! ... Oct 13 13:13:40.107 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 13 13:13:40.107 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.107 INFO kablam! Oct 13 13:13:40.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.107 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.107 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.107 INFO kablam! ... Oct 13 13:13:40.107 INFO kablam! 1402 | rt_alloc_excess_unused!(rt_primes_96bytes_2align_alloc_excess_unused, 96, 2); Oct 13 13:13:40.107 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! Oct 13 13:13:40.107 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.107 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.107 INFO kablam! | Oct 13 13:13:40.107 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.107 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.107 INFO kablam! ... Oct 13 13:13:40.107 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 13 13:13:40.107 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.113 INFO kablam! Oct 13 13:13:40.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.113 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.113 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.113 INFO kablam! ... Oct 13 13:13:40.113 INFO kablam! 1415 | rt_alloc_excess_unused!(rt_primes_127bytes_2align_alloc_excess_unused, 127, 2); Oct 13 13:13:40.113 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.113 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.114 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.114 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.114 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.114 INFO kablam! ... Oct 13 13:13:40.114 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 13 13:13:40.114 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.114 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.114 INFO kablam! ... Oct 13 13:13:40.114 INFO kablam! 1428 | rt_alloc_excess_unused!(rt_primes_257bytes_2align_alloc_excess_unused, 257, 2); Oct 13 13:13:40.114 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.114 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.114 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.114 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.114 INFO kablam! ... Oct 13 13:13:40.114 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 13 13:13:40.114 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.114 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.114 INFO kablam! ... Oct 13 13:13:40.114 INFO kablam! 1441 | rt_alloc_excess_unused!(rt_primes_509bytes_2align_alloc_excess_unused, 509, 2); Oct 13 13:13:40.114 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.114 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.114 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.114 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.114 INFO kablam! ... Oct 13 13:13:40.114 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 13 13:13:40.114 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.114 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.114 INFO kablam! ... Oct 13 13:13:40.114 INFO kablam! 1454 | rt_alloc_excess_unused!(rt_primes_1021bytes_2align_alloc_excess_unused, 1021, 2); Oct 13 13:13:40.114 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.114 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.114 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.114 INFO kablam! | Oct 13 13:13:40.114 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.114 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.114 INFO kablam! ... Oct 13 13:13:40.114 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 13 13:13:40.114 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.114 INFO kablam! Oct 13 13:13:40.120 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.120 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.120 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.120 INFO kablam! ... Oct 13 13:13:40.120 INFO kablam! 1467 | rt_alloc_excess_unused!(rt_primes_2039bytes_2align_alloc_excess_unused, 2039, 2); Oct 13 13:13:40.120 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.120 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! Oct 13 13:13:40.120 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.120 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.120 INFO kablam! | Oct 13 13:13:40.120 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.120 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.120 INFO kablam! ... Oct 13 13:13:40.121 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 13 13:13:40.121 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.121 INFO kablam! Oct 13 13:13:40.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.121 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.121 INFO kablam! | Oct 13 13:13:40.121 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.121 INFO kablam! ... Oct 13 13:13:40.121 INFO kablam! 1480 | rt_alloc_excess_unused!(rt_primes_4093bytes_2align_alloc_excess_unused, 4093, 2); Oct 13 13:13:40.121 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.121 INFO kablam! | Oct 13 13:13:40.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.121 INFO kablam! | Oct 13 13:13:40.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.121 INFO kablam! | Oct 13 13:13:40.121 INFO kablam! Oct 13 13:13:40.128 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.128 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.128 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.128 INFO kablam! ... Oct 13 13:13:40.128 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 13 13:13:40.128 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.128 INFO kablam! Oct 13 13:13:40.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.128 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.128 INFO kablam! ... Oct 13 13:13:40.128 INFO kablam! 1493 | rt_alloc_excess_unused!(rt_primes_8191bytes_2align_alloc_excess_unused, 8191, 2); Oct 13 13:13:40.128 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! Oct 13 13:13:40.128 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.128 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.128 INFO kablam! | Oct 13 13:13:40.128 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.128 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.128 INFO kablam! ... Oct 13 13:13:40.128 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 13 13:13:40.128 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.128 INFO kablam! Oct 13 13:13:40.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.137 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.137 INFO kablam! 1506 | rt_alloc_excess_unused!(rt_primes_16381bytes_2align_alloc_excess_unused, 16381, 2); Oct 13 13:13:40.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! Oct 13 13:13:40.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.137 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.137 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.137 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 13 13:13:40.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.137 INFO kablam! Oct 13 13:13:40.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.137 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.137 INFO kablam! 1519 | rt_alloc_excess_unused!(rt_primes_32749bytes_2align_alloc_excess_unused, 32749, 2); Oct 13 13:13:40.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! Oct 13 13:13:40.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.137 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.137 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.137 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 13 13:13:40.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.137 INFO kablam! Oct 13 13:13:40.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.137 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.137 INFO kablam! 1532 | rt_alloc_excess_unused!(rt_primes_65537bytes_2align_alloc_excess_unused, 65537, 2); Oct 13 13:13:40.137 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.137 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! Oct 13 13:13:40.137 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.137 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.137 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.137 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 13 13:13:40.137 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.137 INFO kablam! Oct 13 13:13:40.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.137 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.137 INFO kablam! | Oct 13 13:13:40.137 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.137 INFO kablam! ... Oct 13 13:13:40.138 INFO kablam! 1545 | rt_alloc_excess_unused!(rt_primes_131071bytes_2align_alloc_excess_unused, 131071, 2); Oct 13 13:13:40.138 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! Oct 13 13:13:40.138 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.138 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.138 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.138 INFO kablam! ... Oct 13 13:13:40.138 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 13 13:13:40.138 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.138 INFO kablam! Oct 13 13:13:40.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.138 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.138 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.138 INFO kablam! ... Oct 13 13:13:40.138 INFO kablam! 1558 | rt_alloc_excess_unused!(rt_primes_4194301bytes_2align_alloc_excess_unused, 4194301, 2); Oct 13 13:13:40.138 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.138 INFO kablam! | Oct 13 13:13:40.138 INFO kablam! Oct 13 13:13:40.148 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.148 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.148 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.148 INFO kablam! ... Oct 13 13:13:40.148 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 13 13:13:40.148 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.148 INFO kablam! Oct 13 13:13:40.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.148 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.148 INFO kablam! ... Oct 13 13:13:40.148 INFO kablam! 1574 | rt_alloc_excess_unused!(rt_pow2_1bytes_4align_alloc_excess_unused, 1, 4); Oct 13 13:13:40.148 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! Oct 13 13:13:40.148 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.148 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.148 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.148 INFO kablam! ... Oct 13 13:13:40.148 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 13 13:13:40.148 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.148 INFO kablam! Oct 13 13:13:40.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.148 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.148 INFO kablam! | Oct 13 13:13:40.148 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.148 INFO kablam! ... Oct 13 13:13:40.149 INFO kablam! 1587 | rt_alloc_excess_unused!(rt_pow2_2bytes_4align_alloc_excess_unused, 2, 4); Oct 13 13:13:40.149 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! Oct 13 13:13:40.149 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.149 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.149 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.149 INFO kablam! ... Oct 13 13:13:40.149 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 13 13:13:40.149 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.149 INFO kablam! Oct 13 13:13:40.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.149 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.149 INFO kablam! ... Oct 13 13:13:40.149 INFO kablam! 1600 | rt_alloc_excess_unused!(rt_pow2_4bytes_4align_alloc_excess_unused, 4, 4); Oct 13 13:13:40.149 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! Oct 13 13:13:40.149 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.149 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.149 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.149 INFO kablam! ... Oct 13 13:13:40.149 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 13 13:13:40.149 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.149 INFO kablam! Oct 13 13:13:40.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.149 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.149 INFO kablam! ... Oct 13 13:13:40.149 INFO kablam! 1613 | rt_alloc_excess_unused!(rt_pow2_8bytes_4align_alloc_excess_unused, 8, 4); Oct 13 13:13:40.149 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! Oct 13 13:13:40.149 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.149 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.149 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.149 INFO kablam! ... Oct 13 13:13:40.149 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 13 13:13:40.149 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.149 INFO kablam! Oct 13 13:13:40.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.149 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.149 INFO kablam! ... Oct 13 13:13:40.149 INFO kablam! 1626 | rt_alloc_excess_unused!(rt_pow2_16bytes_4align_alloc_excess_unused, 16, 4); Oct 13 13:13:40.149 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.149 INFO kablam! | Oct 13 13:13:40.149 INFO kablam! Oct 13 13:13:40.158 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.158 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.158 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.158 INFO kablam! ... Oct 13 13:13:40.158 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 13 13:13:40.158 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.158 INFO kablam! Oct 13 13:13:40.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.158 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.158 INFO kablam! ... Oct 13 13:13:40.158 INFO kablam! 1639 | rt_alloc_excess_unused!(rt_pow2_32bytes_4align_alloc_excess_unused, 32, 4); Oct 13 13:13:40.158 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! Oct 13 13:13:40.158 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.158 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.158 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.158 INFO kablam! ... Oct 13 13:13:40.158 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 13 13:13:40.158 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.158 INFO kablam! Oct 13 13:13:40.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.158 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.158 INFO kablam! ... Oct 13 13:13:40.158 INFO kablam! 1652 | rt_alloc_excess_unused!(rt_pow2_64bytes_4align_alloc_excess_unused, 64, 4); Oct 13 13:13:40.158 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! Oct 13 13:13:40.158 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.158 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.158 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.158 INFO kablam! ... Oct 13 13:13:40.158 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 13 13:13:40.158 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.158 INFO kablam! Oct 13 13:13:40.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.158 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.158 INFO kablam! ... Oct 13 13:13:40.158 INFO kablam! 1665 | rt_alloc_excess_unused!(rt_pow2_128bytes_4align_alloc_excess_unused, 128, 4); Oct 13 13:13:40.158 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.158 INFO kablam! | Oct 13 13:13:40.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.159 INFO kablam! | Oct 13 13:13:40.159 INFO kablam! Oct 13 13:13:40.159 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.159 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.159 INFO kablam! | Oct 13 13:13:40.159 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.159 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.159 INFO kablam! ... Oct 13 13:13:40.159 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 13 13:13:40.159 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.159 INFO kablam! Oct 13 13:13:40.159 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.159 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.159 INFO kablam! | Oct 13 13:13:40.159 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.159 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.159 INFO kablam! ... Oct 13 13:13:40.159 INFO kablam! 1678 | rt_alloc_excess_unused!(rt_pow2_256bytes_4align_alloc_excess_unused, 256, 4); Oct 13 13:13:40.159 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.159 INFO kablam! | Oct 13 13:13:40.159 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.159 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.159 INFO kablam! | Oct 13 13:13:40.159 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.159 INFO kablam! | Oct 13 13:13:40.159 INFO kablam! Oct 13 13:13:40.164 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.164 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.164 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.164 INFO kablam! ... Oct 13 13:13:40.164 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 13 13:13:40.164 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.164 INFO kablam! Oct 13 13:13:40.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.164 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.164 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.164 INFO kablam! ... Oct 13 13:13:40.164 INFO kablam! 1691 | rt_alloc_excess_unused!(rt_pow2_512bytes_4align_alloc_excess_unused, 512, 4); Oct 13 13:13:40.164 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! Oct 13 13:13:40.164 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.164 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.164 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.164 INFO kablam! ... Oct 13 13:13:40.164 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 13 13:13:40.164 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.164 INFO kablam! Oct 13 13:13:40.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.164 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.164 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.164 INFO kablam! ... Oct 13 13:13:40.164 INFO kablam! 1704 | rt_alloc_excess_unused!(rt_pow2_1024bytes_4align_alloc_excess_unused, 1024, 4); Oct 13 13:13:40.164 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.164 INFO kablam! | Oct 13 13:13:40.164 INFO kablam! Oct 13 13:13:40.170 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.170 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.170 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.170 INFO kablam! ... Oct 13 13:13:40.170 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 13 13:13:40.170 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.170 INFO kablam! Oct 13 13:13:40.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.170 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.170 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.170 INFO kablam! ... Oct 13 13:13:40.170 INFO kablam! 1717 | rt_alloc_excess_unused!(rt_pow2_2048bytes_4align_alloc_excess_unused, 2048, 4); Oct 13 13:13:40.170 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.170 INFO kablam! Oct 13 13:13:40.170 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.170 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.170 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.171 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.171 INFO kablam! ... Oct 13 13:13:40.171 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 13 13:13:40.171 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.171 INFO kablam! Oct 13 13:13:40.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.171 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.171 INFO kablam! ... Oct 13 13:13:40.171 INFO kablam! 1730 | rt_alloc_excess_unused!(rt_pow2_4096bytes_4align_alloc_excess_unused, 4096, 4); Oct 13 13:13:40.171 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! Oct 13 13:13:40.171 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.171 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.171 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.171 INFO kablam! ... Oct 13 13:13:40.171 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 13 13:13:40.171 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.171 INFO kablam! Oct 13 13:13:40.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.171 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.171 INFO kablam! ... Oct 13 13:13:40.171 INFO kablam! 1743 | rt_alloc_excess_unused!(rt_pow2_8192bytes_4align_alloc_excess_unused, 8192, 4); Oct 13 13:13:40.171 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! Oct 13 13:13:40.171 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.171 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.171 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.171 INFO kablam! ... Oct 13 13:13:40.171 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 13 13:13:40.171 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.171 INFO kablam! Oct 13 13:13:40.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.171 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.171 INFO kablam! ... Oct 13 13:13:40.171 INFO kablam! 1756 | rt_alloc_excess_unused!(rt_pow2_16384bytes_4align_alloc_excess_unused, 16384, 4); Oct 13 13:13:40.171 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! Oct 13 13:13:40.171 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.171 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.171 INFO kablam! | Oct 13 13:13:40.171 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.171 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.171 INFO kablam! ... Oct 13 13:13:40.171 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 13 13:13:40.171 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.171 INFO kablam! Oct 13 13:13:40.177 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.177 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.177 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.177 INFO kablam! ... Oct 13 13:13:40.177 INFO kablam! 1769 | rt_alloc_excess_unused!(rt_pow2_32768bytes_4align_alloc_excess_unused, 32768, 4); Oct 13 13:13:40.177 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.177 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.177 INFO kablam! | Oct 13 13:13:40.177 INFO kablam! Oct 13 13:13:40.177 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.177 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.178 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.178 INFO kablam! ... Oct 13 13:13:40.178 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 13 13:13:40.178 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.178 INFO kablam! Oct 13 13:13:40.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.178 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.178 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.178 INFO kablam! ... Oct 13 13:13:40.178 INFO kablam! 1782 | rt_alloc_excess_unused!(rt_pow2_65536bytes_4align_alloc_excess_unused, 65536, 4); Oct 13 13:13:40.178 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! Oct 13 13:13:40.178 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.178 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.178 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.178 INFO kablam! ... Oct 13 13:13:40.178 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 13 13:13:40.178 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.178 INFO kablam! Oct 13 13:13:40.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.178 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.178 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.178 INFO kablam! ... Oct 13 13:13:40.178 INFO kablam! 1795 | rt_alloc_excess_unused!(rt_pow2_131072bytes_4align_alloc_excess_unused, 131072, 4); Oct 13 13:13:40.178 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! Oct 13 13:13:40.178 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.178 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.178 INFO kablam! | Oct 13 13:13:40.178 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.178 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.178 INFO kablam! ... Oct 13 13:13:40.178 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 13 13:13:40.178 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.178 INFO kablam! Oct 13 13:13:40.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.185 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.185 INFO kablam! ... Oct 13 13:13:40.185 INFO kablam! 1808 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_4align_alloc_excess_unused, 4194304, 4); Oct 13 13:13:40.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! Oct 13 13:13:40.185 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.185 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.185 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.185 INFO kablam! ... Oct 13 13:13:40.185 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 13 13:13:40.185 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.185 INFO kablam! Oct 13 13:13:40.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.185 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.185 INFO kablam! ... Oct 13 13:13:40.185 INFO kablam! 1822 | rt_alloc_excess_unused!(rt_even_10bytes_4align_alloc_excess_unused, 10, 4); Oct 13 13:13:40.185 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! Oct 13 13:13:40.185 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.185 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.185 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.185 INFO kablam! ... Oct 13 13:13:40.185 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 13 13:13:40.185 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.185 INFO kablam! Oct 13 13:13:40.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.185 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.185 INFO kablam! ... Oct 13 13:13:40.185 INFO kablam! 1835 | rt_alloc_excess_unused!(rt_even_100bytes_4align_alloc_excess_unused, 100, 4); Oct 13 13:13:40.185 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.185 INFO kablam! | Oct 13 13:13:40.185 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.199 INFO kablam! ... Oct 13 13:13:40.199 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 13 13:13:40.199 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.199 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.199 INFO kablam! ... Oct 13 13:13:40.199 INFO kablam! 1848 | rt_alloc_excess_unused!(rt_even_1000bytes_4align_alloc_excess_unused, 1000, 4); Oct 13 13:13:40.199 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.199 INFO kablam! ... Oct 13 13:13:40.199 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 13 13:13:40.199 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.199 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.199 INFO kablam! ... Oct 13 13:13:40.199 INFO kablam! 1861 | rt_alloc_excess_unused!(rt_even_10000bytes_4align_alloc_excess_unused, 10000, 4); Oct 13 13:13:40.199 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.199 INFO kablam! ... Oct 13 13:13:40.199 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 13 13:13:40.199 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.199 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.199 INFO kablam! ... Oct 13 13:13:40.199 INFO kablam! 1874 | rt_alloc_excess_unused!(rt_even_100000bytes_4align_alloc_excess_unused, 100000, 4); Oct 13 13:13:40.199 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.199 INFO kablam! ... Oct 13 13:13:40.199 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 13 13:13:40.199 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.199 INFO kablam! Oct 13 13:13:40.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.199 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.199 INFO kablam! | Oct 13 13:13:40.199 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.199 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.200 INFO kablam! ... Oct 13 13:13:40.200 INFO kablam! 1887 | rt_alloc_excess_unused!(rt_even_1000000bytes_4align_alloc_excess_unused, 1000000, 4); Oct 13 13:13:40.200 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.200 INFO kablam! | Oct 13 13:13:40.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.200 INFO kablam! | Oct 13 13:13:40.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.200 INFO kablam! | Oct 13 13:13:40.200 INFO kablam! Oct 13 13:13:40.200 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.200 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.200 INFO kablam! | Oct 13 13:13:40.200 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.200 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.200 INFO kablam! ... Oct 13 13:13:40.200 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 13 13:13:40.200 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.200 INFO kablam! Oct 13 13:13:40.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.205 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.205 INFO kablam! ... Oct 13 13:13:40.205 INFO kablam! 1901 | rt_alloc_excess_unused!(rt_odd_10bytes_4align_alloc_excess_unused, 10- 1, 4); Oct 13 13:13:40.205 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! Oct 13 13:13:40.205 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.205 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.205 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.205 INFO kablam! ... Oct 13 13:13:40.205 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 13 13:13:40.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.205 INFO kablam! Oct 13 13:13:40.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.205 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.205 INFO kablam! ... Oct 13 13:13:40.205 INFO kablam! 1914 | rt_alloc_excess_unused!(rt_odd_100bytes_4align_alloc_excess_unused, 100- 1, 4); Oct 13 13:13:40.205 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! Oct 13 13:13:40.205 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.205 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.205 INFO kablam! | Oct 13 13:13:40.205 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.205 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.205 INFO kablam! ... Oct 13 13:13:40.205 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 13 13:13:40.205 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.205 INFO kablam! Oct 13 13:13:40.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.213 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.213 INFO kablam! ... Oct 13 13:13:40.213 INFO kablam! 1927 | rt_alloc_excess_unused!(rt_odd_1000bytes_4align_alloc_excess_unused, 1000- 1, 4); Oct 13 13:13:40.213 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.213 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.214 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.214 INFO kablam! ... Oct 13 13:13:40.214 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 13 13:13:40.214 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.214 INFO kablam! ... Oct 13 13:13:40.214 INFO kablam! 1940 | rt_alloc_excess_unused!(rt_odd_10000bytes_4align_alloc_excess_unused, 10000- 1, 4); Oct 13 13:13:40.214 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.214 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.214 INFO kablam! ... Oct 13 13:13:40.214 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 13 13:13:40.214 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.214 INFO kablam! ... Oct 13 13:13:40.214 INFO kablam! 1953 | rt_alloc_excess_unused!(rt_odd_100000bytes_4align_alloc_excess_unused, 100000- 1, 4); Oct 13 13:13:40.214 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.214 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.214 INFO kablam! ... Oct 13 13:13:40.214 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:40.214 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.214 INFO kablam! ... Oct 13 13:13:40.214 INFO kablam! 1966 | rt_alloc_excess_unused!(rt_odd_1000000bytes_4align_alloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:40.214 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.214 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.214 INFO kablam! ... Oct 13 13:13:40.214 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 13 13:13:40.214 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.214 INFO kablam! Oct 13 13:13:40.214 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.214 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.214 INFO kablam! | Oct 13 13:13:40.214 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.215 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.215 INFO kablam! ... Oct 13 13:13:40.215 INFO kablam! 1980 | rt_alloc_excess_unused!(rt_primes_3bytes_4align_alloc_excess_unused, 3, 4); Oct 13 13:13:40.215 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! Oct 13 13:13:40.215 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.215 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.215 INFO kablam! | Oct 13 13:13:40.215 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.215 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.215 INFO kablam! ... Oct 13 13:13:40.215 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 13 13:13:40.215 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.215 INFO kablam! Oct 13 13:13:40.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.230 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.230 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.230 INFO kablam! ... Oct 13 13:13:40.230 INFO kablam! 1993 | rt_alloc_excess_unused!(rt_primes_7bytes_4align_alloc_excess_unused, 7, 4); Oct 13 13:13:40.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! Oct 13 13:13:40.230 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.230 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.230 INFO kablam! | Oct 13 13:13:40.230 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.230 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.230 INFO kablam! ... Oct 13 13:13:40.230 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.231 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.231 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.231 INFO kablam! ... Oct 13 13:13:40.231 INFO kablam! 2006 | rt_alloc_excess_unused!(rt_primes_13bytes_4align_alloc_excess_unused, 13, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.231 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.231 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.231 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.231 INFO kablam! ... Oct 13 13:13:40.231 INFO kablam! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.231 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.231 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.231 INFO kablam! ... Oct 13 13:13:40.231 INFO kablam! 2019 | rt_alloc_excess_unused!(rt_primes_17bytes_4align_alloc_excess_unused, 17, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.231 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.231 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.231 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.231 INFO kablam! ... Oct 13 13:13:40.231 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.231 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.231 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.231 INFO kablam! ... Oct 13 13:13:40.231 INFO kablam! 2032 | rt_alloc_excess_unused!(rt_primes_31bytes_4align_alloc_excess_unused, 31, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.231 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.231 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.231 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.231 INFO kablam! ... Oct 13 13:13:40.231 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.231 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.231 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.231 INFO kablam! ... Oct 13 13:13:40.231 INFO kablam! 2045 | rt_alloc_excess_unused!(rt_primes_61bytes_4align_alloc_excess_unused, 61, 4); Oct 13 13:13:40.231 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.231 INFO kablam! | Oct 13 13:13:40.231 INFO kablam! Oct 13 13:13:40.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.232 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.232 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.232 INFO kablam! ... Oct 13 13:13:40.232 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 13 13:13:40.232 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.232 INFO kablam! Oct 13 13:13:40.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.232 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.232 INFO kablam! ... Oct 13 13:13:40.232 INFO kablam! 2058 | rt_alloc_excess_unused!(rt_primes_96bytes_4align_alloc_excess_unused, 96, 4); Oct 13 13:13:40.232 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! Oct 13 13:13:40.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.232 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.232 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.232 INFO kablam! ... Oct 13 13:13:40.232 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 13 13:13:40.232 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.232 INFO kablam! Oct 13 13:13:40.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.232 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.232 INFO kablam! ... Oct 13 13:13:40.232 INFO kablam! 2071 | rt_alloc_excess_unused!(rt_primes_127bytes_4align_alloc_excess_unused, 127, 4); Oct 13 13:13:40.232 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! Oct 13 13:13:40.232 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.232 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.232 INFO kablam! | Oct 13 13:13:40.232 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.232 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.232 INFO kablam! ... Oct 13 13:13:40.232 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 13 13:13:40.232 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.232 INFO kablam! Oct 13 13:13:40.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.237 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.237 INFO kablam! ... Oct 13 13:13:40.237 INFO kablam! 2084 | rt_alloc_excess_unused!(rt_primes_257bytes_4align_alloc_excess_unused, 257, 4); Oct 13 13:13:40.237 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.237 INFO kablam! | Oct 13 13:13:40.237 INFO kablam! Oct 13 13:13:40.237 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.238 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.238 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.238 INFO kablam! ... Oct 13 13:13:40.238 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 13 13:13:40.238 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.238 INFO kablam! Oct 13 13:13:40.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.238 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.238 INFO kablam! ... Oct 13 13:13:40.238 INFO kablam! 2097 | rt_alloc_excess_unused!(rt_primes_509bytes_4align_alloc_excess_unused, 509, 4); Oct 13 13:13:40.238 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! Oct 13 13:13:40.238 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.238 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.238 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.238 INFO kablam! ... Oct 13 13:13:40.238 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 13 13:13:40.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.238 INFO kablam! Oct 13 13:13:40.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.238 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.238 INFO kablam! ... Oct 13 13:13:40.238 INFO kablam! 2110 | rt_alloc_excess_unused!(rt_primes_1021bytes_4align_alloc_excess_unused, 1021, 4); Oct 13 13:13:40.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! Oct 13 13:13:40.238 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.238 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.238 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.238 INFO kablam! ... Oct 13 13:13:40.238 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 13 13:13:40.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.238 INFO kablam! Oct 13 13:13:40.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.238 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.238 INFO kablam! ... Oct 13 13:13:40.238 INFO kablam! 2123 | rt_alloc_excess_unused!(rt_primes_2039bytes_4align_alloc_excess_unused, 2039, 4); Oct 13 13:13:40.238 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.238 INFO kablam! | Oct 13 13:13:40.238 INFO kablam! Oct 13 13:13:40.245 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.245 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.245 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.245 INFO kablam! ... Oct 13 13:13:40.245 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 13 13:13:40.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.245 INFO kablam! Oct 13 13:13:40.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.245 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.245 INFO kablam! ... Oct 13 13:13:40.245 INFO kablam! 2136 | rt_alloc_excess_unused!(rt_primes_4093bytes_4align_alloc_excess_unused, 4093, 4); Oct 13 13:13:40.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! Oct 13 13:13:40.245 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.245 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.245 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.245 INFO kablam! ... Oct 13 13:13:40.245 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 13 13:13:40.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.245 INFO kablam! Oct 13 13:13:40.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.245 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.245 INFO kablam! ... Oct 13 13:13:40.245 INFO kablam! 2149 | rt_alloc_excess_unused!(rt_primes_8191bytes_4align_alloc_excess_unused, 8191, 4); Oct 13 13:13:40.245 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! Oct 13 13:13:40.245 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.245 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.245 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.245 INFO kablam! ... Oct 13 13:13:40.245 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 13 13:13:40.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.245 INFO kablam! Oct 13 13:13:40.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.245 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.245 INFO kablam! ... Oct 13 13:13:40.245 INFO kablam! 2162 | rt_alloc_excess_unused!(rt_primes_16381bytes_4align_alloc_excess_unused, 16381, 4); Oct 13 13:13:40.245 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.245 INFO kablam! | Oct 13 13:13:40.245 INFO kablam! Oct 13 13:13:40.268 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.268 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.268 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.268 INFO kablam! ... Oct 13 13:13:40.268 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 13 13:13:40.268 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.268 INFO kablam! Oct 13 13:13:40.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.268 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.268 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.268 INFO kablam! ... Oct 13 13:13:40.268 INFO kablam! 2175 | rt_alloc_excess_unused!(rt_primes_32749bytes_4align_alloc_excess_unused, 32749, 4); Oct 13 13:13:40.268 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! Oct 13 13:13:40.268 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.268 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.268 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.268 INFO kablam! ... Oct 13 13:13:40.268 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 13 13:13:40.268 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.268 INFO kablam! Oct 13 13:13:40.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.268 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.268 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.268 INFO kablam! ... Oct 13 13:13:40.268 INFO kablam! 2188 | rt_alloc_excess_unused!(rt_primes_65537bytes_4align_alloc_excess_unused, 65537, 4); Oct 13 13:13:40.268 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.268 INFO kablam! | Oct 13 13:13:40.268 INFO kablam! Oct 13 13:13:40.269 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.269 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.269 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.269 INFO kablam! ... Oct 13 13:13:40.269 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 13 13:13:40.269 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.269 INFO kablam! Oct 13 13:13:40.269 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.269 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.269 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.269 INFO kablam! ... Oct 13 13:13:40.269 INFO kablam! 2201 | rt_alloc_excess_unused!(rt_primes_131071bytes_4align_alloc_excess_unused, 131071, 4); Oct 13 13:13:40.269 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! Oct 13 13:13:40.269 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.269 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.269 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.269 INFO kablam! ... Oct 13 13:13:40.269 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 13 13:13:40.269 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.269 INFO kablam! Oct 13 13:13:40.269 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.269 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.269 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.269 INFO kablam! ... Oct 13 13:13:40.269 INFO kablam! 2214 | rt_alloc_excess_unused!(rt_primes_4194301bytes_4align_alloc_excess_unused, 4194301, 4); Oct 13 13:13:40.269 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.269 INFO kablam! | Oct 13 13:13:40.269 INFO kablam! Oct 13 13:13:40.276 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.276 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.276 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.276 INFO kablam! ... Oct 13 13:13:40.276 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 13 13:13:40.276 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.276 INFO kablam! Oct 13 13:13:40.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.276 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.276 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.276 INFO kablam! ... Oct 13 13:13:40.276 INFO kablam! 2230 | rt_alloc_excess_unused!(rt_pow2_1bytes_8align_alloc_excess_unused, 1, 8); Oct 13 13:13:40.276 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! Oct 13 13:13:40.276 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.276 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.276 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.276 INFO kablam! ... Oct 13 13:13:40.276 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 13 13:13:40.276 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.276 INFO kablam! Oct 13 13:13:40.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.276 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.276 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.276 INFO kablam! ... Oct 13 13:13:40.276 INFO kablam! 2243 | rt_alloc_excess_unused!(rt_pow2_2bytes_8align_alloc_excess_unused, 2, 8); Oct 13 13:13:40.276 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.276 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! Oct 13 13:13:40.277 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.277 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.277 INFO kablam! | Oct 13 13:13:40.277 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.277 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.277 INFO kablam! ... Oct 13 13:13:40.277 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 13 13:13:40.277 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.277 INFO kablam! Oct 13 13:13:40.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.280 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.280 INFO kablam! ... Oct 13 13:13:40.280 INFO kablam! 2256 | rt_alloc_excess_unused!(rt_pow2_4bytes_8align_alloc_excess_unused, 4, 8); Oct 13 13:13:40.280 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! Oct 13 13:13:40.280 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.280 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.280 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.280 INFO kablam! ... Oct 13 13:13:40.280 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 13 13:13:40.280 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.280 INFO kablam! Oct 13 13:13:40.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.280 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.280 INFO kablam! ... Oct 13 13:13:40.280 INFO kablam! 2269 | rt_alloc_excess_unused!(rt_pow2_8bytes_8align_alloc_excess_unused, 8, 8); Oct 13 13:13:40.280 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.280 INFO kablam! | Oct 13 13:13:40.280 INFO kablam! Oct 13 13:13:40.287 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.287 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.287 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.287 INFO kablam! ... Oct 13 13:13:40.287 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 13 13:13:40.287 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.287 INFO kablam! Oct 13 13:13:40.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.287 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.287 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.287 INFO kablam! ... Oct 13 13:13:40.287 INFO kablam! 2282 | rt_alloc_excess_unused!(rt_pow2_16bytes_8align_alloc_excess_unused, 16, 8); Oct 13 13:13:40.287 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.287 INFO kablam! | Oct 13 13:13:40.287 INFO kablam! Oct 13 13:13:40.292 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.292 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.292 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.292 INFO kablam! ... Oct 13 13:13:40.292 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 13 13:13:40.292 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.292 INFO kablam! Oct 13 13:13:40.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.292 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.292 INFO kablam! ... Oct 13 13:13:40.292 INFO kablam! 2295 | rt_alloc_excess_unused!(rt_pow2_32bytes_8align_alloc_excess_unused, 32, 8); Oct 13 13:13:40.292 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! Oct 13 13:13:40.292 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.292 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.292 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.292 INFO kablam! ... Oct 13 13:13:40.292 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 13 13:13:40.292 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.292 INFO kablam! Oct 13 13:13:40.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.292 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.292 INFO kablam! ... Oct 13 13:13:40.292 INFO kablam! 2308 | rt_alloc_excess_unused!(rt_pow2_64bytes_8align_alloc_excess_unused, 64, 8); Oct 13 13:13:40.292 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.292 INFO kablam! | Oct 13 13:13:40.292 INFO kablam! Oct 13 13:13:40.292 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.292 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.293 INFO kablam! | Oct 13 13:13:40.293 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.293 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.293 INFO kablam! ... Oct 13 13:13:40.293 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 13 13:13:40.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.293 INFO kablam! Oct 13 13:13:40.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.293 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.293 INFO kablam! | Oct 13 13:13:40.293 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.293 INFO kablam! ... Oct 13 13:13:40.293 INFO kablam! 2321 | rt_alloc_excess_unused!(rt_pow2_128bytes_8align_alloc_excess_unused, 128, 8); Oct 13 13:13:40.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.293 INFO kablam! | Oct 13 13:13:40.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.293 INFO kablam! | Oct 13 13:13:40.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.293 INFO kablam! | Oct 13 13:13:40.293 INFO kablam! Oct 13 13:13:40.293 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.293 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.293 INFO kablam! | Oct 13 13:13:40.293 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.293 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.293 INFO kablam! ... Oct 13 13:13:40.293 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 13 13:13:40.293 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.293 INFO kablam! Oct 13 13:13:40.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.300 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.300 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.300 INFO kablam! ... Oct 13 13:13:40.300 INFO kablam! 2334 | rt_alloc_excess_unused!(rt_pow2_256bytes_8align_alloc_excess_unused, 256, 8); Oct 13 13:13:40.300 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! Oct 13 13:13:40.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.300 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.300 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.300 INFO kablam! ... Oct 13 13:13:40.300 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 13 13:13:40.300 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.300 INFO kablam! Oct 13 13:13:40.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.300 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.300 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.300 INFO kablam! ... Oct 13 13:13:40.300 INFO kablam! 2347 | rt_alloc_excess_unused!(rt_pow2_512bytes_8align_alloc_excess_unused, 512, 8); Oct 13 13:13:40.300 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! Oct 13 13:13:40.300 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.300 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.300 INFO kablam! | Oct 13 13:13:40.300 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.300 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.300 INFO kablam! ... Oct 13 13:13:40.300 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 13 13:13:40.300 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.300 INFO kablam! Oct 13 13:13:40.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.301 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.301 INFO kablam! ... Oct 13 13:13:40.301 INFO kablam! 2360 | rt_alloc_excess_unused!(rt_pow2_1024bytes_8align_alloc_excess_unused, 1024, 8); Oct 13 13:13:40.301 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.301 INFO kablam! | Oct 13 13:13:40.301 INFO kablam! Oct 13 13:13:40.304 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.304 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.304 INFO kablam! | Oct 13 13:13:40.304 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.304 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.304 INFO kablam! ... Oct 13 13:13:40.304 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 13 13:13:40.304 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.304 INFO kablam! Oct 13 13:13:40.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.304 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.304 INFO kablam! | Oct 13 13:13:40.304 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.304 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.304 INFO kablam! ... Oct 13 13:13:40.304 INFO kablam! 2373 | rt_alloc_excess_unused!(rt_pow2_2048bytes_8align_alloc_excess_unused, 2048, 8); Oct 13 13:13:40.304 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.304 INFO kablam! | Oct 13 13:13:40.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.304 INFO kablam! | Oct 13 13:13:40.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.304 INFO kablam! | Oct 13 13:13:40.304 INFO kablam! Oct 13 13:13:40.304 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.304 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.304 INFO kablam! | Oct 13 13:13:40.304 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.304 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.304 INFO kablam! ... Oct 13 13:13:40.304 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 13 13:13:40.304 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.304 INFO kablam! Oct 13 13:13:40.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.312 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.312 INFO kablam! ... Oct 13 13:13:40.312 INFO kablam! 2386 | rt_alloc_excess_unused!(rt_pow2_4096bytes_8align_alloc_excess_unused, 4096, 8); Oct 13 13:13:40.312 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! Oct 13 13:13:40.312 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.312 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.312 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.312 INFO kablam! ... Oct 13 13:13:40.312 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 13 13:13:40.312 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.312 INFO kablam! Oct 13 13:13:40.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.312 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.312 INFO kablam! ... Oct 13 13:13:40.312 INFO kablam! 2399 | rt_alloc_excess_unused!(rt_pow2_8192bytes_8align_alloc_excess_unused, 8192, 8); Oct 13 13:13:40.312 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! Oct 13 13:13:40.312 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.312 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.312 INFO kablam! | Oct 13 13:13:40.312 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.312 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.312 INFO kablam! ... Oct 13 13:13:40.312 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 13 13:13:40.312 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.312 INFO kablam! Oct 13 13:13:40.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.313 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.313 INFO kablam! ... Oct 13 13:13:40.313 INFO kablam! 2412 | rt_alloc_excess_unused!(rt_pow2_16384bytes_8align_alloc_excess_unused, 16384, 8); Oct 13 13:13:40.313 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.313 INFO kablam! | Oct 13 13:13:40.313 INFO kablam! Oct 13 13:13:40.320 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.320 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.320 INFO kablam! | Oct 13 13:13:40.320 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.320 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.320 INFO kablam! ... Oct 13 13:13:40.320 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 13 13:13:40.320 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.320 INFO kablam! Oct 13 13:13:40.320 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.320 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.320 INFO kablam! | Oct 13 13:13:40.320 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.320 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.320 INFO kablam! ... Oct 13 13:13:40.320 INFO kablam! 2425 | rt_alloc_excess_unused!(rt_pow2_32768bytes_8align_alloc_excess_unused, 32768, 8); Oct 13 13:13:40.320 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.320 INFO kablam! | Oct 13 13:13:40.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.320 INFO kablam! | Oct 13 13:13:40.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.320 INFO kablam! | Oct 13 13:13:40.320 INFO kablam! Oct 13 13:13:40.328 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.328 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.328 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.328 INFO kablam! ... Oct 13 13:13:40.328 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 13 13:13:40.328 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.328 INFO kablam! Oct 13 13:13:40.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.328 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.328 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.328 INFO kablam! ... Oct 13 13:13:40.328 INFO kablam! 2438 | rt_alloc_excess_unused!(rt_pow2_65536bytes_8align_alloc_excess_unused, 65536, 8); Oct 13 13:13:40.328 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! Oct 13 13:13:40.328 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.328 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.328 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.328 INFO kablam! ... Oct 13 13:13:40.328 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 13 13:13:40.328 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.328 INFO kablam! Oct 13 13:13:40.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.328 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.328 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.328 INFO kablam! ... Oct 13 13:13:40.328 INFO kablam! 2451 | rt_alloc_excess_unused!(rt_pow2_131072bytes_8align_alloc_excess_unused, 131072, 8); Oct 13 13:13:40.328 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.328 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! Oct 13 13:13:40.329 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.329 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.329 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.329 INFO kablam! ... Oct 13 13:13:40.329 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 13 13:13:40.329 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.329 INFO kablam! Oct 13 13:13:40.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.329 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.329 INFO kablam! ... Oct 13 13:13:40.329 INFO kablam! 2464 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_8align_alloc_excess_unused, 4194304, 8); Oct 13 13:13:40.329 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.329 INFO kablam! | Oct 13 13:13:40.329 INFO kablam! Oct 13 13:13:40.340 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.340 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.340 INFO kablam! | Oct 13 13:13:40.340 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.340 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.340 INFO kablam! ... Oct 13 13:13:40.340 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 13 13:13:40.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.340 INFO kablam! Oct 13 13:13:40.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.340 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.340 INFO kablam! | Oct 13 13:13:40.340 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.340 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.340 INFO kablam! ... Oct 13 13:13:40.340 INFO kablam! 2478 | rt_alloc_excess_unused!(rt_even_10bytes_8align_alloc_excess_unused, 10, 8); Oct 13 13:13:40.340 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.340 INFO kablam! | Oct 13 13:13:40.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.340 INFO kablam! | Oct 13 13:13:40.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.340 INFO kablam! | Oct 13 13:13:40.340 INFO kablam! Oct 13 13:13:40.340 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.340 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.340 INFO kablam! | Oct 13 13:13:40.340 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.340 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.340 INFO kablam! ... Oct 13 13:13:40.340 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 13 13:13:40.340 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.340 INFO kablam! Oct 13 13:13:40.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.344 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.344 INFO kablam! | Oct 13 13:13:40.344 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.344 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.344 INFO kablam! ... Oct 13 13:13:40.344 INFO kablam! 2491 | rt_alloc_excess_unused!(rt_even_100bytes_8align_alloc_excess_unused, 100, 8); Oct 13 13:13:40.344 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.344 INFO kablam! | Oct 13 13:13:40.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.344 INFO kablam! | Oct 13 13:13:40.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.344 INFO kablam! | Oct 13 13:13:40.344 INFO kablam! Oct 13 13:13:40.348 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.348 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.348 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.348 INFO kablam! ... Oct 13 13:13:40.348 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 13 13:13:40.348 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.348 INFO kablam! Oct 13 13:13:40.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.348 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.348 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.348 INFO kablam! ... Oct 13 13:13:40.348 INFO kablam! 2504 | rt_alloc_excess_unused!(rt_even_1000bytes_8align_alloc_excess_unused, 1000, 8); Oct 13 13:13:40.348 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! Oct 13 13:13:40.348 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.348 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.348 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.348 INFO kablam! ... Oct 13 13:13:40.348 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 13 13:13:40.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.348 INFO kablam! Oct 13 13:13:40.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.348 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.348 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.348 INFO kablam! ... Oct 13 13:13:40.348 INFO kablam! 2517 | rt_alloc_excess_unused!(rt_even_10000bytes_8align_alloc_excess_unused, 10000, 8); Oct 13 13:13:40.348 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! Oct 13 13:13:40.348 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.348 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.348 INFO kablam! | Oct 13 13:13:40.348 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.349 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.349 INFO kablam! ... Oct 13 13:13:40.349 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 13 13:13:40.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.349 INFO kablam! Oct 13 13:13:40.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.349 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.349 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.349 INFO kablam! ... Oct 13 13:13:40.349 INFO kablam! 2530 | rt_alloc_excess_unused!(rt_even_100000bytes_8align_alloc_excess_unused, 100000, 8); Oct 13 13:13:40.349 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! Oct 13 13:13:40.349 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.349 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.349 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.349 INFO kablam! ... Oct 13 13:13:40.349 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 13 13:13:40.349 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.349 INFO kablam! Oct 13 13:13:40.349 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.349 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.349 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.349 INFO kablam! ... Oct 13 13:13:40.349 INFO kablam! 2543 | rt_alloc_excess_unused!(rt_even_1000000bytes_8align_alloc_excess_unused, 1000000, 8); Oct 13 13:13:40.349 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.349 INFO kablam! | Oct 13 13:13:40.349 INFO kablam! Oct 13 13:13:40.356 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.356 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.356 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.356 INFO kablam! ... Oct 13 13:13:40.356 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 13 13:13:40.356 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.356 INFO kablam! Oct 13 13:13:40.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.356 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.356 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.356 INFO kablam! ... Oct 13 13:13:40.356 INFO kablam! 2557 | rt_alloc_excess_unused!(rt_odd_10bytes_8align_alloc_excess_unused, 10- 1, 8); Oct 13 13:13:40.356 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! Oct 13 13:13:40.356 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.356 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.356 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.356 INFO kablam! ... Oct 13 13:13:40.356 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 13 13:13:40.356 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.356 INFO kablam! Oct 13 13:13:40.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.356 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.356 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.356 INFO kablam! ... Oct 13 13:13:40.356 INFO kablam! 2570 | rt_alloc_excess_unused!(rt_odd_100bytes_8align_alloc_excess_unused, 100- 1, 8); Oct 13 13:13:40.356 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.356 INFO kablam! | Oct 13 13:13:40.356 INFO kablam! Oct 13 13:13:40.364 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.364 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.364 INFO kablam! | Oct 13 13:13:40.364 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.364 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.364 INFO kablam! ... Oct 13 13:13:40.364 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 13 13:13:40.364 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.364 INFO kablam! Oct 13 13:13:40.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.368 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.368 INFO kablam! ... Oct 13 13:13:40.368 INFO kablam! 2583 | rt_alloc_excess_unused!(rt_odd_1000bytes_8align_alloc_excess_unused, 1000- 1, 8); Oct 13 13:13:40.368 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! Oct 13 13:13:40.368 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.368 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.368 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.368 INFO kablam! ... Oct 13 13:13:40.368 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 13 13:13:40.368 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.368 INFO kablam! Oct 13 13:13:40.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.368 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.368 INFO kablam! ... Oct 13 13:13:40.368 INFO kablam! 2596 | rt_alloc_excess_unused!(rt_odd_10000bytes_8align_alloc_excess_unused, 10000- 1, 8); Oct 13 13:13:40.368 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! Oct 13 13:13:40.368 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.368 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.368 INFO kablam! | Oct 13 13:13:40.368 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.368 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.368 INFO kablam! ... Oct 13 13:13:40.368 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 13 13:13:40.368 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.368 INFO kablam! Oct 13 13:13:40.372 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.372 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.372 INFO kablam! | Oct 13 13:13:40.372 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.372 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.372 INFO kablam! ... Oct 13 13:13:40.372 INFO kablam! 2609 | rt_alloc_excess_unused!(rt_odd_100000bytes_8align_alloc_excess_unused, 100000- 1, 8); Oct 13 13:13:40.372 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.373 INFO kablam! ... Oct 13 13:13:40.373 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:40.373 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.373 INFO kablam! ... Oct 13 13:13:40.373 INFO kablam! 2622 | rt_alloc_excess_unused!(rt_odd_1000000bytes_8align_alloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:40.373 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.373 INFO kablam! ... Oct 13 13:13:40.373 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 13 13:13:40.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.373 INFO kablam! ... Oct 13 13:13:40.373 INFO kablam! 2636 | rt_alloc_excess_unused!(rt_primes_3bytes_8align_alloc_excess_unused, 3, 8); Oct 13 13:13:40.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.373 INFO kablam! ... Oct 13 13:13:40.373 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 13 13:13:40.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.373 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.373 INFO kablam! ... Oct 13 13:13:40.373 INFO kablam! 2649 | rt_alloc_excess_unused!(rt_primes_7bytes_8align_alloc_excess_unused, 7, 8); Oct 13 13:13:40.373 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.373 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.373 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.373 INFO kablam! | Oct 13 13:13:40.373 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.373 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.373 INFO kablam! ... Oct 13 13:13:40.373 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 13 13:13:40.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.373 INFO kablam! Oct 13 13:13:40.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.380 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.380 INFO kablam! ... Oct 13 13:13:40.380 INFO kablam! 2662 | rt_alloc_excess_unused!(rt_primes_13bytes_8align_alloc_excess_unused, 13, 8); Oct 13 13:13:40.380 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! Oct 13 13:13:40.380 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.380 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.380 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.380 INFO kablam! ... Oct 13 13:13:40.380 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 13 13:13:40.380 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.380 INFO kablam! Oct 13 13:13:40.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.380 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.380 INFO kablam! ... Oct 13 13:13:40.380 INFO kablam! 2675 | rt_alloc_excess_unused!(rt_primes_17bytes_8align_alloc_excess_unused, 17, 8); Oct 13 13:13:40.380 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! Oct 13 13:13:40.380 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.380 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.380 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.380 INFO kablam! ... Oct 13 13:13:40.380 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 13 13:13:40.380 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.380 INFO kablam! Oct 13 13:13:40.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.380 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.380 INFO kablam! | Oct 13 13:13:40.380 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.381 INFO kablam! ... Oct 13 13:13:40.381 INFO kablam! 2688 | rt_alloc_excess_unused!(rt_primes_31bytes_8align_alloc_excess_unused, 31, 8); Oct 13 13:13:40.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! Oct 13 13:13:40.381 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.381 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.381 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.381 INFO kablam! ... Oct 13 13:13:40.381 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 13 13:13:40.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.381 INFO kablam! Oct 13 13:13:40.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.381 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.381 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.381 INFO kablam! ... Oct 13 13:13:40.381 INFO kablam! 2701 | rt_alloc_excess_unused!(rt_primes_61bytes_8align_alloc_excess_unused, 61, 8); Oct 13 13:13:40.381 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.381 INFO kablam! | Oct 13 13:13:40.381 INFO kablam! Oct 13 13:13:40.394 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.394 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.394 INFO kablam! | Oct 13 13:13:40.394 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.394 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.394 INFO kablam! ... Oct 13 13:13:40.394 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 13 13:13:40.394 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.394 INFO kablam! Oct 13 13:13:40.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.400 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.400 INFO kablam! ... Oct 13 13:13:40.400 INFO kablam! 2714 | rt_alloc_excess_unused!(rt_primes_96bytes_8align_alloc_excess_unused, 96, 8); Oct 13 13:13:40.400 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! Oct 13 13:13:40.400 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.400 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.400 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.400 INFO kablam! ... Oct 13 13:13:40.400 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 13 13:13:40.400 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.400 INFO kablam! Oct 13 13:13:40.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.400 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.400 INFO kablam! ... Oct 13 13:13:40.400 INFO kablam! 2727 | rt_alloc_excess_unused!(rt_primes_127bytes_8align_alloc_excess_unused, 127, 8); Oct 13 13:13:40.400 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! Oct 13 13:13:40.400 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.400 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.400 INFO kablam! | Oct 13 13:13:40.400 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.400 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.400 INFO kablam! ... Oct 13 13:13:40.400 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 13 13:13:40.400 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.400 INFO kablam! Oct 13 13:13:40.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.401 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.401 INFO kablam! ... Oct 13 13:13:40.401 INFO kablam! 2740 | rt_alloc_excess_unused!(rt_primes_257bytes_8align_alloc_excess_unused, 257, 8); Oct 13 13:13:40.401 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! Oct 13 13:13:40.401 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.401 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.401 INFO kablam! | Oct 13 13:13:40.401 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.401 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.401 INFO kablam! ... Oct 13 13:13:40.401 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 13 13:13:40.401 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.401 INFO kablam! Oct 13 13:13:40.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.408 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.408 INFO kablam! ... Oct 13 13:13:40.408 INFO kablam! 2753 | rt_alloc_excess_unused!(rt_primes_509bytes_8align_alloc_excess_unused, 509, 8); Oct 13 13:13:40.408 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! Oct 13 13:13:40.408 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.408 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.408 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.408 INFO kablam! ... Oct 13 13:13:40.408 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 13 13:13:40.408 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.408 INFO kablam! Oct 13 13:13:40.408 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.408 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.408 INFO kablam! ... Oct 13 13:13:40.408 INFO kablam! 2766 | rt_alloc_excess_unused!(rt_primes_1021bytes_8align_alloc_excess_unused, 1021, 8); Oct 13 13:13:40.408 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.408 INFO kablam! | Oct 13 13:13:40.408 INFO kablam! Oct 13 13:13:40.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.416 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.416 INFO kablam! | Oct 13 13:13:40.416 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.416 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.416 INFO kablam! ... Oct 13 13:13:40.416 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 13 13:13:40.416 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.416 INFO kablam! Oct 13 13:13:40.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.416 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.416 INFO kablam! | Oct 13 13:13:40.416 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.416 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.416 INFO kablam! ... Oct 13 13:13:40.416 INFO kablam! 2779 | rt_alloc_excess_unused!(rt_primes_2039bytes_8align_alloc_excess_unused, 2039, 8); Oct 13 13:13:40.416 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.416 INFO kablam! | Oct 13 13:13:40.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.416 INFO kablam! | Oct 13 13:13:40.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.416 INFO kablam! | Oct 13 13:13:40.416 INFO kablam! Oct 13 13:13:40.416 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.416 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.416 INFO kablam! | Oct 13 13:13:40.416 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.416 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.416 INFO kablam! ... Oct 13 13:13:40.416 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 13 13:13:40.416 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.416 INFO kablam! Oct 13 13:13:40.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.419 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.419 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.419 INFO kablam! ... Oct 13 13:13:40.419 INFO kablam! 2792 | rt_alloc_excess_unused!(rt_primes_4093bytes_8align_alloc_excess_unused, 4093, 8); Oct 13 13:13:40.419 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! Oct 13 13:13:40.419 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.419 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.419 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.419 INFO kablam! ... Oct 13 13:13:40.419 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 13 13:13:40.419 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.419 INFO kablam! Oct 13 13:13:40.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.419 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.419 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.419 INFO kablam! ... Oct 13 13:13:40.419 INFO kablam! 2805 | rt_alloc_excess_unused!(rt_primes_8191bytes_8align_alloc_excess_unused, 8191, 8); Oct 13 13:13:40.419 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.419 INFO kablam! | Oct 13 13:13:40.419 INFO kablam! Oct 13 13:13:40.424 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.424 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.424 INFO kablam! | Oct 13 13:13:40.424 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.424 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.424 INFO kablam! ... Oct 13 13:13:40.424 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 13 13:13:40.424 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.424 INFO kablam! Oct 13 13:13:40.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.428 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.428 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.428 INFO kablam! ... Oct 13 13:13:40.428 INFO kablam! 2818 | rt_alloc_excess_unused!(rt_primes_16381bytes_8align_alloc_excess_unused, 16381, 8); Oct 13 13:13:40.428 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! Oct 13 13:13:40.428 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.428 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.428 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.428 INFO kablam! ... Oct 13 13:13:40.428 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 13 13:13:40.428 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.428 INFO kablam! Oct 13 13:13:40.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.428 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.428 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.428 INFO kablam! ... Oct 13 13:13:40.428 INFO kablam! 2831 | rt_alloc_excess_unused!(rt_primes_32749bytes_8align_alloc_excess_unused, 32749, 8); Oct 13 13:13:40.428 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! Oct 13 13:13:40.428 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.428 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.428 INFO kablam! | Oct 13 13:13:40.428 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.428 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.428 INFO kablam! ... Oct 13 13:13:40.428 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 13 13:13:40.428 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.428 INFO kablam! Oct 13 13:13:40.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.428 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.429 INFO kablam! ... Oct 13 13:13:40.429 INFO kablam! 2844 | rt_alloc_excess_unused!(rt_primes_65537bytes_8align_alloc_excess_unused, 65537, 8); Oct 13 13:13:40.429 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! Oct 13 13:13:40.429 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.429 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.429 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.429 INFO kablam! ... Oct 13 13:13:40.429 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 13 13:13:40.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.429 INFO kablam! Oct 13 13:13:40.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.429 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.429 INFO kablam! ... Oct 13 13:13:40.429 INFO kablam! 2857 | rt_alloc_excess_unused!(rt_primes_131071bytes_8align_alloc_excess_unused, 131071, 8); Oct 13 13:13:40.429 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! Oct 13 13:13:40.429 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.429 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.429 INFO kablam! | Oct 13 13:13:40.429 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.429 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.429 INFO kablam! ... Oct 13 13:13:40.429 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 13 13:13:40.429 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.429 INFO kablam! Oct 13 13:13:40.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.433 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.433 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.434 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.434 INFO kablam! ... Oct 13 13:13:40.434 INFO kablam! 2870 | rt_alloc_excess_unused!(rt_primes_4194301bytes_8align_alloc_excess_unused, 4194301, 8); Oct 13 13:13:40.434 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.434 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.434 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.434 INFO kablam! | Oct 13 13:13:40.434 INFO kablam! Oct 13 13:13:40.436 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.436 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.436 INFO kablam! | Oct 13 13:13:40.436 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.436 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.436 INFO kablam! ... Oct 13 13:13:40.436 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 13 13:13:40.436 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.436 INFO kablam! Oct 13 13:13:40.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.444 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.444 INFO kablam! ... Oct 13 13:13:40.444 INFO kablam! 2886 | rt_alloc_excess_unused!(rt_pow2_1bytes_16align_alloc_excess_unused, 1, 16); Oct 13 13:13:40.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! Oct 13 13:13:40.444 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.444 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.444 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.444 INFO kablam! ... Oct 13 13:13:40.444 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 13 13:13:40.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.444 INFO kablam! Oct 13 13:13:40.444 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.444 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.444 INFO kablam! ... Oct 13 13:13:40.444 INFO kablam! 2899 | rt_alloc_excess_unused!(rt_pow2_2bytes_16align_alloc_excess_unused, 2, 16); Oct 13 13:13:40.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! Oct 13 13:13:40.444 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.444 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.444 INFO kablam! | Oct 13 13:13:40.444 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.444 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.444 INFO kablam! ... Oct 13 13:13:40.444 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 13 13:13:40.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.445 INFO kablam! Oct 13 13:13:40.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.445 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.445 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.445 INFO kablam! ... Oct 13 13:13:40.445 INFO kablam! 2912 | rt_alloc_excess_unused!(rt_pow2_4bytes_16align_alloc_excess_unused, 4, 16); Oct 13 13:13:40.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! Oct 13 13:13:40.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.445 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.445 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.445 INFO kablam! ... Oct 13 13:13:40.445 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 13 13:13:40.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.445 INFO kablam! Oct 13 13:13:40.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.445 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.445 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.445 INFO kablam! ... Oct 13 13:13:40.445 INFO kablam! 2925 | rt_alloc_excess_unused!(rt_pow2_8bytes_16align_alloc_excess_unused, 8, 16); Oct 13 13:13:40.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.445 INFO kablam! | Oct 13 13:13:40.451 INFO kablam! Oct 13 13:13:40.454 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.454 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.454 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.454 INFO kablam! ... Oct 13 13:13:40.454 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Oct 13 13:13:40.454 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.454 INFO kablam! Oct 13 13:13:40.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.454 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.454 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.454 INFO kablam! ... Oct 13 13:13:40.454 INFO kablam! 2938 | rt_alloc_excess_unused!(rt_pow2_16bytes_16align_alloc_excess_unused, 16, 16); Oct 13 13:13:40.454 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! Oct 13 13:13:40.454 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.454 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.454 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.454 INFO kablam! ... Oct 13 13:13:40.454 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Oct 13 13:13:40.454 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.454 INFO kablam! Oct 13 13:13:40.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.454 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.454 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.454 INFO kablam! ... Oct 13 13:13:40.454 INFO kablam! 2951 | rt_alloc_excess_unused!(rt_pow2_32bytes_16align_alloc_excess_unused, 32, 16); Oct 13 13:13:40.454 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! Oct 13 13:13:40.454 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.454 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.454 INFO kablam! | Oct 13 13:13:40.454 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.454 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.454 INFO kablam! ... Oct 13 13:13:40.454 INFO kablam! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Oct 13 13:13:40.454 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.454 INFO kablam! Oct 13 13:13:40.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.456 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.456 INFO kablam! | Oct 13 13:13:40.456 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.456 INFO kablam! ... Oct 13 13:13:40.456 INFO kablam! 2964 | rt_alloc_excess_unused!(rt_pow2_64bytes_16align_alloc_excess_unused, 64, 16); Oct 13 13:13:40.456 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.456 INFO kablam! | Oct 13 13:13:40.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.456 INFO kablam! | Oct 13 13:13:40.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.456 INFO kablam! | Oct 13 13:13:40.456 INFO kablam! Oct 13 13:13:40.468 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.468 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.468 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.468 INFO kablam! ... Oct 13 13:13:40.468 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 13 13:13:40.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.468 INFO kablam! Oct 13 13:13:40.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.468 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.468 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.468 INFO kablam! ... Oct 13 13:13:40.468 INFO kablam! 2977 | rt_alloc_excess_unused!(rt_pow2_128bytes_16align_alloc_excess_unused, 128, 16); Oct 13 13:13:40.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! Oct 13 13:13:40.468 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.468 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.468 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.468 INFO kablam! ... Oct 13 13:13:40.468 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 13 13:13:40.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.468 INFO kablam! Oct 13 13:13:40.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.468 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.468 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.468 INFO kablam! ... Oct 13 13:13:40.468 INFO kablam! 2990 | rt_alloc_excess_unused!(rt_pow2_256bytes_16align_alloc_excess_unused, 256, 16); Oct 13 13:13:40.468 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.468 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! Oct 13 13:13:40.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.469 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.469 INFO kablam! ... Oct 13 13:13:40.469 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Oct 13 13:13:40.469 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.469 INFO kablam! Oct 13 13:13:40.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.469 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.469 INFO kablam! ... Oct 13 13:13:40.469 INFO kablam! 3003 | rt_alloc_excess_unused!(rt_pow2_512bytes_16align_alloc_excess_unused, 512, 16); Oct 13 13:13:40.469 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! Oct 13 13:13:40.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.469 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.469 INFO kablam! ... Oct 13 13:13:40.469 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Oct 13 13:13:40.469 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.469 INFO kablam! Oct 13 13:13:40.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.469 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.469 INFO kablam! ... Oct 13 13:13:40.469 INFO kablam! 3016 | rt_alloc_excess_unused!(rt_pow2_1024bytes_16align_alloc_excess_unused, 1024, 16); Oct 13 13:13:40.469 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! Oct 13 13:13:40.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.469 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.469 INFO kablam! | Oct 13 13:13:40.469 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.469 INFO kablam! ... Oct 13 13:13:40.469 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Oct 13 13:13:40.469 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.470 INFO kablam! Oct 13 13:13:40.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.470 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.470 INFO kablam! ... Oct 13 13:13:40.470 INFO kablam! 3029 | rt_alloc_excess_unused!(rt_pow2_2048bytes_16align_alloc_excess_unused, 2048, 16); Oct 13 13:13:40.470 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! Oct 13 13:13:40.470 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.470 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.470 INFO kablam! | Oct 13 13:13:40.470 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.470 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.470 INFO kablam! ... Oct 13 13:13:40.470 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Oct 13 13:13:40.470 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.470 INFO kablam! Oct 13 13:13:40.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.480 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.480 INFO kablam! ... Oct 13 13:13:40.480 INFO kablam! 3042 | rt_alloc_excess_unused!(rt_pow2_4096bytes_16align_alloc_excess_unused, 4096, 16); Oct 13 13:13:40.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! Oct 13 13:13:40.480 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.480 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.480 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.480 INFO kablam! ... Oct 13 13:13:40.480 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Oct 13 13:13:40.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.480 INFO kablam! Oct 13 13:13:40.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.480 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.480 INFO kablam! ... Oct 13 13:13:40.480 INFO kablam! 3055 | rt_alloc_excess_unused!(rt_pow2_8192bytes_16align_alloc_excess_unused, 8192, 16); Oct 13 13:13:40.480 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! Oct 13 13:13:40.480 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.480 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.480 INFO kablam! | Oct 13 13:13:40.480 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.480 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.480 INFO kablam! ... Oct 13 13:13:40.480 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 13 13:13:40.480 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.480 INFO kablam! Oct 13 13:13:40.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.481 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.481 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.481 INFO kablam! ... Oct 13 13:13:40.481 INFO kablam! 3068 | rt_alloc_excess_unused!(rt_pow2_16384bytes_16align_alloc_excess_unused, 16384, 16); Oct 13 13:13:40.481 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! Oct 13 13:13:40.481 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.481 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.481 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.481 INFO kablam! ... Oct 13 13:13:40.481 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 13 13:13:40.481 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.481 INFO kablam! Oct 13 13:13:40.481 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.481 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.481 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.481 INFO kablam! ... Oct 13 13:13:40.481 INFO kablam! 3081 | rt_alloc_excess_unused!(rt_pow2_32768bytes_16align_alloc_excess_unused, 32768, 16); Oct 13 13:13:40.481 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.481 INFO kablam! | Oct 13 13:13:40.481 INFO kablam! Oct 13 13:13:40.488 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.488 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.488 INFO kablam! | Oct 13 13:13:40.488 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.488 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.488 INFO kablam! ... Oct 13 13:13:40.488 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Oct 13 13:13:40.488 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.488 INFO kablam! Oct 13 13:13:40.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.488 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.488 INFO kablam! | Oct 13 13:13:40.488 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.488 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.488 INFO kablam! ... Oct 13 13:13:40.488 INFO kablam! 3094 | rt_alloc_excess_unused!(rt_pow2_65536bytes_16align_alloc_excess_unused, 65536, 16); Oct 13 13:13:40.488 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.488 INFO kablam! | Oct 13 13:13:40.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.488 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! Oct 13 13:13:40.489 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.489 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.489 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.489 INFO kablam! ... Oct 13 13:13:40.489 INFO kablam! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Oct 13 13:13:40.489 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.489 INFO kablam! Oct 13 13:13:40.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.489 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.489 INFO kablam! ... Oct 13 13:13:40.489 INFO kablam! 3107 | rt_alloc_excess_unused!(rt_pow2_131072bytes_16align_alloc_excess_unused, 131072, 16); Oct 13 13:13:40.489 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! Oct 13 13:13:40.489 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.489 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.489 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.489 INFO kablam! ... Oct 13 13:13:40.489 INFO kablam! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Oct 13 13:13:40.489 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.489 INFO kablam! Oct 13 13:13:40.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.489 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.489 INFO kablam! ... Oct 13 13:13:40.489 INFO kablam! 3120 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_16align_alloc_excess_unused, 4194304, 16); Oct 13 13:13:40.489 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.489 INFO kablam! | Oct 13 13:13:40.489 INFO kablam! Oct 13 13:13:40.497 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.497 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.497 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.497 INFO kablam! ... Oct 13 13:13:40.497 INFO kablam! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Oct 13 13:13:40.497 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.497 INFO kablam! Oct 13 13:13:40.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.497 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.497 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.497 INFO kablam! ... Oct 13 13:13:40.497 INFO kablam! 3134 | rt_alloc_excess_unused!(rt_even_10bytes_16align_alloc_excess_unused, 10, 16); Oct 13 13:13:40.497 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! Oct 13 13:13:40.497 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.497 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.497 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.497 INFO kablam! ... Oct 13 13:13:40.497 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 13 13:13:40.497 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.497 INFO kablam! Oct 13 13:13:40.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.497 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.497 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.497 INFO kablam! ... Oct 13 13:13:40.497 INFO kablam! 3147 | rt_alloc_excess_unused!(rt_even_100bytes_16align_alloc_excess_unused, 100, 16); Oct 13 13:13:40.497 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! Oct 13 13:13:40.497 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.497 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.497 INFO kablam! | Oct 13 13:13:40.497 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.497 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.497 INFO kablam! ... Oct 13 13:13:40.497 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 13 13:13:40.497 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.497 INFO kablam! Oct 13 13:13:40.498 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.498 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.498 INFO kablam! | Oct 13 13:13:40.498 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.498 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.498 INFO kablam! ... Oct 13 13:13:40.498 INFO kablam! 3160 | rt_alloc_excess_unused!(rt_even_1000bytes_16align_alloc_excess_unused, 1000, 16); Oct 13 13:13:40.498 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.498 INFO kablam! | Oct 13 13:13:40.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.498 INFO kablam! | Oct 13 13:13:40.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.498 INFO kablam! | Oct 13 13:13:40.498 INFO kablam! Oct 13 13:13:40.509 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.509 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.509 INFO kablam! | Oct 13 13:13:40.509 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.509 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.509 INFO kablam! ... Oct 13 13:13:40.509 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 13 13:13:40.509 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.509 INFO kablam! Oct 13 13:13:40.510 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.510 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.510 INFO kablam! | Oct 13 13:13:40.510 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.510 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.510 INFO kablam! ... Oct 13 13:13:40.510 INFO kablam! 3173 | rt_alloc_excess_unused!(rt_even_10000bytes_16align_alloc_excess_unused, 10000, 16); Oct 13 13:13:40.510 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.510 INFO kablam! | Oct 13 13:13:40.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.510 INFO kablam! | Oct 13 13:13:40.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.510 INFO kablam! | Oct 13 13:13:40.510 INFO kablam! Oct 13 13:13:40.512 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.512 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.512 INFO kablam! | Oct 13 13:13:40.512 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.512 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.512 INFO kablam! ... Oct 13 13:13:40.512 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 13 13:13:40.512 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.512 INFO kablam! Oct 13 13:13:40.514 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.514 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.514 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.514 INFO kablam! ... Oct 13 13:13:40.514 INFO kablam! 3186 | rt_alloc_excess_unused!(rt_even_100000bytes_16align_alloc_excess_unused, 100000, 16); Oct 13 13:13:40.514 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.514 INFO kablam! | Oct 13 13:13:40.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.515 INFO kablam! | Oct 13 13:13:40.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.515 INFO kablam! | Oct 13 13:13:40.515 INFO kablam! Oct 13 13:13:40.515 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.515 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.515 INFO kablam! | Oct 13 13:13:40.515 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.515 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.515 INFO kablam! ... Oct 13 13:13:40.515 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 13 13:13:40.515 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.515 INFO kablam! Oct 13 13:13:40.515 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.515 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.515 INFO kablam! | Oct 13 13:13:40.515 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.515 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.515 INFO kablam! ... Oct 13 13:13:40.515 INFO kablam! 3199 | rt_alloc_excess_unused!(rt_even_1000000bytes_16align_alloc_excess_unused, 1000000, 16); Oct 13 13:13:40.515 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.515 INFO kablam! | Oct 13 13:13:40.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.515 INFO kablam! | Oct 13 13:13:40.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.515 INFO kablam! | Oct 13 13:13:40.515 INFO kablam! Oct 13 13:13:40.516 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.516 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.516 INFO kablam! | Oct 13 13:13:40.516 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.516 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.516 INFO kablam! ... Oct 13 13:13:40.516 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 13 13:13:40.516 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.516 INFO kablam! Oct 13 13:13:40.516 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.516 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.516 INFO kablam! | Oct 13 13:13:40.516 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.516 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.517 INFO kablam! ... Oct 13 13:13:40.517 INFO kablam! 3213 | rt_alloc_excess_unused!(rt_odd_10bytes_16align_alloc_excess_unused, 10- 1, 16); Oct 13 13:13:40.517 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.517 INFO kablam! | Oct 13 13:13:40.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.517 INFO kablam! | Oct 13 13:13:40.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.517 INFO kablam! | Oct 13 13:13:40.517 INFO kablam! Oct 13 13:13:40.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.525 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.525 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.525 INFO kablam! ... Oct 13 13:13:40.525 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Oct 13 13:13:40.525 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.525 INFO kablam! Oct 13 13:13:40.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.525 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.525 INFO kablam! ... Oct 13 13:13:40.525 INFO kablam! 3226 | rt_alloc_excess_unused!(rt_odd_100bytes_16align_alloc_excess_unused, 100- 1, 16); Oct 13 13:13:40.525 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! Oct 13 13:13:40.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.525 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.525 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.525 INFO kablam! ... Oct 13 13:13:40.525 INFO kablam! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Oct 13 13:13:40.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.525 INFO kablam! Oct 13 13:13:40.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.525 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.525 INFO kablam! ... Oct 13 13:13:40.525 INFO kablam! 3239 | rt_alloc_excess_unused!(rt_odd_1000bytes_16align_alloc_excess_unused, 1000- 1, 16); Oct 13 13:13:40.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.525 INFO kablam! Oct 13 13:13:40.525 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.525 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.525 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.526 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.526 INFO kablam! ... Oct 13 13:13:40.526 INFO kablam! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Oct 13 13:13:40.526 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.526 INFO kablam! Oct 13 13:13:40.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.526 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.526 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.526 INFO kablam! ... Oct 13 13:13:40.526 INFO kablam! 3252 | rt_alloc_excess_unused!(rt_odd_10000bytes_16align_alloc_excess_unused, 10000- 1, 16); Oct 13 13:13:40.526 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! Oct 13 13:13:40.526 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.526 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.526 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.526 INFO kablam! ... Oct 13 13:13:40.526 INFO kablam! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Oct 13 13:13:40.526 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.526 INFO kablam! Oct 13 13:13:40.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.526 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.526 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.526 INFO kablam! ... Oct 13 13:13:40.526 INFO kablam! 3265 | rt_alloc_excess_unused!(rt_odd_100000bytes_16align_alloc_excess_unused, 100000- 1, 16); Oct 13 13:13:40.526 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.526 INFO kablam! | Oct 13 13:13:40.526 INFO kablam! Oct 13 13:13:40.534 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.534 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.534 INFO kablam! | Oct 13 13:13:40.534 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.534 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.534 INFO kablam! ... Oct 13 13:13:40.534 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:40.534 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.534 INFO kablam! Oct 13 13:13:40.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.537 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.537 INFO kablam! ... Oct 13 13:13:40.537 INFO kablam! 3278 | rt_alloc_excess_unused!(rt_odd_1000000bytes_16align_alloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:40.537 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! Oct 13 13:13:40.537 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.537 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.537 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.537 INFO kablam! ... Oct 13 13:13:40.537 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 13 13:13:40.537 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.537 INFO kablam! Oct 13 13:13:40.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.537 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.537 INFO kablam! ... Oct 13 13:13:40.537 INFO kablam! 3292 | rt_alloc_excess_unused!(rt_primes_3bytes_16align_alloc_excess_unused, 3, 16); Oct 13 13:13:40.537 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.537 INFO kablam! | Oct 13 13:13:40.537 INFO kablam! Oct 13 13:13:40.540 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.540 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.540 INFO kablam! | Oct 13 13:13:40.540 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.540 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.540 INFO kablam! ... Oct 13 13:13:40.540 INFO kablam! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Oct 13 13:13:40.540 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.540 INFO kablam! Oct 13 13:13:40.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.541 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.541 INFO kablam! ... Oct 13 13:13:40.541 INFO kablam! 3305 | rt_alloc_excess_unused!(rt_primes_7bytes_16align_alloc_excess_unused, 7, 16); Oct 13 13:13:40.541 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! Oct 13 13:13:40.541 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.541 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.541 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.541 INFO kablam! ... Oct 13 13:13:40.541 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 13 13:13:40.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.541 INFO kablam! Oct 13 13:13:40.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.541 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.541 INFO kablam! ... Oct 13 13:13:40.541 INFO kablam! 3318 | rt_alloc_excess_unused!(rt_primes_13bytes_16align_alloc_excess_unused, 13, 16); Oct 13 13:13:40.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.541 INFO kablam! | Oct 13 13:13:40.541 INFO kablam! Oct 13 13:13:40.548 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.549 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.549 INFO kablam! ... Oct 13 13:13:40.549 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 13 13:13:40.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.549 INFO kablam! Oct 13 13:13:40.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.549 INFO kablam! ... Oct 13 13:13:40.549 INFO kablam! 3331 | rt_alloc_excess_unused!(rt_primes_17bytes_16align_alloc_excess_unused, 17, 16); Oct 13 13:13:40.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! Oct 13 13:13:40.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.549 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.549 INFO kablam! ... Oct 13 13:13:40.549 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 13 13:13:40.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.549 INFO kablam! Oct 13 13:13:40.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.549 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.549 INFO kablam! ... Oct 13 13:13:40.549 INFO kablam! 3344 | rt_alloc_excess_unused!(rt_primes_31bytes_16align_alloc_excess_unused, 31, 16); Oct 13 13:13:40.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! Oct 13 13:13:40.549 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.549 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.549 INFO kablam! | Oct 13 13:13:40.549 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.549 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.549 INFO kablam! ... Oct 13 13:13:40.549 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Oct 13 13:13:40.549 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.549 INFO kablam! Oct 13 13:13:40.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.550 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.550 INFO kablam! | Oct 13 13:13:40.550 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.550 INFO kablam! ... Oct 13 13:13:40.550 INFO kablam! 3357 | rt_alloc_excess_unused!(rt_primes_61bytes_16align_alloc_excess_unused, 61, 16); Oct 13 13:13:40.550 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.550 INFO kablam! | Oct 13 13:13:40.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.550 INFO kablam! | Oct 13 13:13:40.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.550 INFO kablam! | Oct 13 13:13:40.550 INFO kablam! Oct 13 13:13:40.550 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.550 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.550 INFO kablam! | Oct 13 13:13:40.550 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.550 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.550 INFO kablam! ... Oct 13 13:13:40.550 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 13 13:13:40.550 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.550 INFO kablam! Oct 13 13:13:40.564 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.564 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.564 INFO kablam! | Oct 13 13:13:40.564 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.564 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.564 INFO kablam! ... Oct 13 13:13:40.564 INFO kablam! 3370 | rt_alloc_excess_unused!(rt_primes_96bytes_16align_alloc_excess_unused, 96, 16); Oct 13 13:13:40.564 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.564 INFO kablam! | Oct 13 13:13:40.564 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.564 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! Oct 13 13:13:40.565 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.565 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.565 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.565 INFO kablam! ... Oct 13 13:13:40.565 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 13 13:13:40.565 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.565 INFO kablam! Oct 13 13:13:40.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.565 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.565 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.565 INFO kablam! ... Oct 13 13:13:40.565 INFO kablam! 3383 | rt_alloc_excess_unused!(rt_primes_127bytes_16align_alloc_excess_unused, 127, 16); Oct 13 13:13:40.565 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! Oct 13 13:13:40.565 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.565 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.565 INFO kablam! | Oct 13 13:13:40.565 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.565 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.565 INFO kablam! ... Oct 13 13:13:40.565 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Oct 13 13:13:40.565 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.565 INFO kablam! Oct 13 13:13:40.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.572 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.572 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.572 INFO kablam! ... Oct 13 13:13:40.572 INFO kablam! 3396 | rt_alloc_excess_unused!(rt_primes_257bytes_16align_alloc_excess_unused, 257, 16); Oct 13 13:13:40.572 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! Oct 13 13:13:40.572 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.572 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.572 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.572 INFO kablam! ... Oct 13 13:13:40.572 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 13 13:13:40.572 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.572 INFO kablam! Oct 13 13:13:40.572 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.572 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.572 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.572 INFO kablam! ... Oct 13 13:13:40.572 INFO kablam! 3409 | rt_alloc_excess_unused!(rt_primes_509bytes_16align_alloc_excess_unused, 509, 16); Oct 13 13:13:40.572 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.572 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.572 INFO kablam! | Oct 13 13:13:40.572 INFO kablam! Oct 13 13:13:40.573 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.573 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.573 INFO kablam! | Oct 13 13:13:40.573 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.573 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.573 INFO kablam! ... Oct 13 13:13:40.573 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Oct 13 13:13:40.573 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.573 INFO kablam! Oct 13 13:13:40.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.573 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.573 INFO kablam! | Oct 13 13:13:40.573 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.573 INFO kablam! ... Oct 13 13:13:40.573 INFO kablam! 3422 | rt_alloc_excess_unused!(rt_primes_1021bytes_16align_alloc_excess_unused, 1021, 16); Oct 13 13:13:40.574 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! Oct 13 13:13:40.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.574 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.574 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.574 INFO kablam! ... Oct 13 13:13:40.574 INFO kablam! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Oct 13 13:13:40.574 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.574 INFO kablam! Oct 13 13:13:40.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.574 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.574 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.574 INFO kablam! ... Oct 13 13:13:40.574 INFO kablam! 3435 | rt_alloc_excess_unused!(rt_primes_2039bytes_16align_alloc_excess_unused, 2039, 16); Oct 13 13:13:40.574 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.574 INFO kablam! | Oct 13 13:13:40.574 INFO kablam! Oct 13 13:13:40.577 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.577 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.577 INFO kablam! | Oct 13 13:13:40.577 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.577 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.577 INFO kablam! ... Oct 13 13:13:40.577 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 13 13:13:40.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.577 INFO kablam! Oct 13 13:13:40.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.577 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.577 INFO kablam! | Oct 13 13:13:40.577 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.577 INFO kablam! ... Oct 13 13:13:40.577 INFO kablam! 3448 | rt_alloc_excess_unused!(rt_primes_4093bytes_16align_alloc_excess_unused, 4093, 16); Oct 13 13:13:40.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.578 INFO kablam! | Oct 13 13:13:40.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.578 INFO kablam! | Oct 13 13:13:40.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.578 INFO kablam! | Oct 13 13:13:40.578 INFO kablam! Oct 13 13:13:40.578 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.578 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.578 INFO kablam! | Oct 13 13:13:40.578 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.578 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.578 INFO kablam! ... Oct 13 13:13:40.578 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 13 13:13:40.578 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.578 INFO kablam! Oct 13 13:13:40.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.589 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.589 INFO kablam! | Oct 13 13:13:40.589 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.589 INFO kablam! ... Oct 13 13:13:40.589 INFO kablam! 3461 | rt_alloc_excess_unused!(rt_primes_8191bytes_16align_alloc_excess_unused, 8191, 16); Oct 13 13:13:40.589 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.589 INFO kablam! | Oct 13 13:13:40.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.589 INFO kablam! | Oct 13 13:13:40.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.589 INFO kablam! | Oct 13 13:13:40.589 INFO kablam! Oct 13 13:13:40.593 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.593 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.593 INFO kablam! | Oct 13 13:13:40.593 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.593 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.593 INFO kablam! ... Oct 13 13:13:40.593 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 13 13:13:40.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.593 INFO kablam! Oct 13 13:13:40.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.593 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.593 INFO kablam! | Oct 13 13:13:40.593 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.593 INFO kablam! ... Oct 13 13:13:40.593 INFO kablam! 3474 | rt_alloc_excess_unused!(rt_primes_16381bytes_16align_alloc_excess_unused, 16381, 16); Oct 13 13:13:40.593 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.593 INFO kablam! | Oct 13 13:13:40.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.593 INFO kablam! | Oct 13 13:13:40.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.593 INFO kablam! | Oct 13 13:13:40.593 INFO kablam! Oct 13 13:13:40.594 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.594 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.594 INFO kablam! | Oct 13 13:13:40.594 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.594 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.594 INFO kablam! ... Oct 13 13:13:40.594 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 13 13:13:40.594 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.594 INFO kablam! Oct 13 13:13:40.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.594 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.594 INFO kablam! | Oct 13 13:13:40.594 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.594 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.594 INFO kablam! ... Oct 13 13:13:40.594 INFO kablam! 3487 | rt_alloc_excess_unused!(rt_primes_32749bytes_16align_alloc_excess_unused, 32749, 16); Oct 13 13:13:40.594 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.594 INFO kablam! | Oct 13 13:13:40.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.594 INFO kablam! | Oct 13 13:13:40.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.594 INFO kablam! | Oct 13 13:13:40.594 INFO kablam! Oct 13 13:13:40.596 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.596 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.596 INFO kablam! | Oct 13 13:13:40.596 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.596 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.596 INFO kablam! ... Oct 13 13:13:40.596 INFO kablam! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 13 13:13:40.596 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.596 INFO kablam! Oct 13 13:13:40.596 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.596 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.596 INFO kablam! | Oct 13 13:13:40.596 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.596 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.596 INFO kablam! ... Oct 13 13:13:40.596 INFO kablam! 3500 | rt_alloc_excess_unused!(rt_primes_65537bytes_16align_alloc_excess_unused, 65537, 16); Oct 13 13:13:40.597 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.597 INFO kablam! | Oct 13 13:13:40.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.597 INFO kablam! | Oct 13 13:13:40.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.597 INFO kablam! | Oct 13 13:13:40.597 INFO kablam! Oct 13 13:13:40.597 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.597 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.597 INFO kablam! | Oct 13 13:13:40.597 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.597 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.597 INFO kablam! ... Oct 13 13:13:40.597 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Oct 13 13:13:40.597 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.597 INFO kablam! Oct 13 13:13:40.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.597 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.597 INFO kablam! | Oct 13 13:13:40.597 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.597 INFO kablam! ... Oct 13 13:13:40.597 INFO kablam! 3513 | rt_alloc_excess_unused!(rt_primes_131071bytes_16align_alloc_excess_unused, 131071, 16); Oct 13 13:13:40.597 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.600 INFO kablam! | Oct 13 13:13:40.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.600 INFO kablam! | Oct 13 13:13:40.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.600 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! Oct 13 13:13:40.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.601 INFO kablam! ... Oct 13 13:13:40.601 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 13 13:13:40.601 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.601 INFO kablam! Oct 13 13:13:40.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.601 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.601 INFO kablam! ... Oct 13 13:13:40.601 INFO kablam! 3526 | rt_alloc_excess_unused!(rt_primes_4194301bytes_16align_alloc_excess_unused, 4194301, 16); Oct 13 13:13:40.601 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! Oct 13 13:13:40.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.601 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.601 INFO kablam! | Oct 13 13:13:40.601 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.601 INFO kablam! ... Oct 13 13:13:40.601 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 13 13:13:40.601 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.601 INFO kablam! Oct 13 13:13:40.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.604 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.604 INFO kablam! | Oct 13 13:13:40.604 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.604 INFO kablam! ... Oct 13 13:13:40.604 INFO kablam! 3542 | rt_alloc_excess_unused!(rt_pow2_1bytes_32align_alloc_excess_unused, 1, 32); Oct 13 13:13:40.604 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.604 INFO kablam! | Oct 13 13:13:40.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.604 INFO kablam! | Oct 13 13:13:40.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.604 INFO kablam! | Oct 13 13:13:40.604 INFO kablam! Oct 13 13:13:40.613 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.613 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.613 INFO kablam! | Oct 13 13:13:40.613 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.613 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.613 INFO kablam! ... Oct 13 13:13:40.613 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 13 13:13:40.613 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.613 INFO kablam! Oct 13 13:13:40.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.613 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.613 INFO kablam! | Oct 13 13:13:40.613 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.613 INFO kablam! ... Oct 13 13:13:40.613 INFO kablam! 3555 | rt_alloc_excess_unused!(rt_pow2_2bytes_32align_alloc_excess_unused, 2, 32); Oct 13 13:13:40.613 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.613 INFO kablam! | Oct 13 13:13:40.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.613 INFO kablam! | Oct 13 13:13:40.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.613 INFO kablam! | Oct 13 13:13:40.613 INFO kablam! Oct 13 13:13:40.613 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.613 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.613 INFO kablam! | Oct 13 13:13:40.613 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.613 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.613 INFO kablam! ... Oct 13 13:13:40.614 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 13 13:13:40.614 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.614 INFO kablam! Oct 13 13:13:40.614 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.614 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.614 INFO kablam! | Oct 13 13:13:40.614 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.614 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.614 INFO kablam! ... Oct 13 13:13:40.614 INFO kablam! 3568 | rt_alloc_excess_unused!(rt_pow2_4bytes_32align_alloc_excess_unused, 4, 32); Oct 13 13:13:40.614 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.614 INFO kablam! | Oct 13 13:13:40.614 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.614 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.614 INFO kablam! | Oct 13 13:13:40.614 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.614 INFO kablam! | Oct 13 13:13:40.614 INFO kablam! Oct 13 13:13:40.614 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.614 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.614 INFO kablam! | Oct 13 13:13:40.614 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.614 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.614 INFO kablam! ... Oct 13 13:13:40.614 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Oct 13 13:13:40.614 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.614 INFO kablam! Oct 13 13:13:40.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.618 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.618 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.618 INFO kablam! ... Oct 13 13:13:40.618 INFO kablam! 3581 | rt_alloc_excess_unused!(rt_pow2_8bytes_32align_alloc_excess_unused, 8, 32); Oct 13 13:13:40.618 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! Oct 13 13:13:40.618 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.618 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.618 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.618 INFO kablam! ... Oct 13 13:13:40.618 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 13 13:13:40.618 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.618 INFO kablam! Oct 13 13:13:40.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.618 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.618 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.618 INFO kablam! ... Oct 13 13:13:40.618 INFO kablam! 3594 | rt_alloc_excess_unused!(rt_pow2_16bytes_32align_alloc_excess_unused, 16, 32); Oct 13 13:13:40.618 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! Oct 13 13:13:40.618 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.618 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.618 INFO kablam! | Oct 13 13:13:40.618 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.618 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.618 INFO kablam! ... Oct 13 13:13:40.618 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 13 13:13:40.618 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.618 INFO kablam! Oct 13 13:13:40.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.625 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.625 INFO kablam! | Oct 13 13:13:40.625 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.625 INFO kablam! ... Oct 13 13:13:40.625 INFO kablam! 3607 | rt_alloc_excess_unused!(rt_pow2_32bytes_32align_alloc_excess_unused, 32, 32); Oct 13 13:13:40.625 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.625 INFO kablam! | Oct 13 13:13:40.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.625 INFO kablam! | Oct 13 13:13:40.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.625 INFO kablam! | Oct 13 13:13:40.625 INFO kablam! Oct 13 13:13:40.625 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.625 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.625 INFO kablam! | Oct 13 13:13:40.625 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.625 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.625 INFO kablam! ... Oct 13 13:13:40.625 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Oct 13 13:13:40.625 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.625 INFO kablam! Oct 13 13:13:40.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.633 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.633 INFO kablam! | Oct 13 13:13:40.633 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.633 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.633 INFO kablam! ... Oct 13 13:13:40.633 INFO kablam! 3620 | rt_alloc_excess_unused!(rt_pow2_64bytes_32align_alloc_excess_unused, 64, 32); Oct 13 13:13:40.633 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.633 INFO kablam! | Oct 13 13:13:40.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.633 INFO kablam! | Oct 13 13:13:40.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.633 INFO kablam! | Oct 13 13:13:40.634 INFO kablam! Oct 13 13:13:40.635 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.635 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.635 INFO kablam! | Oct 13 13:13:40.635 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.635 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.635 INFO kablam! ... Oct 13 13:13:40.635 INFO kablam! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Oct 13 13:13:40.635 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.635 INFO kablam! Oct 13 13:13:40.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.638 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.638 INFO kablam! ... Oct 13 13:13:40.638 INFO kablam! 3633 | rt_alloc_excess_unused!(rt_pow2_128bytes_32align_alloc_excess_unused, 128, 32); Oct 13 13:13:40.638 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! Oct 13 13:13:40.638 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.638 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.638 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.638 INFO kablam! ... Oct 13 13:13:40.638 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Oct 13 13:13:40.638 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.638 INFO kablam! Oct 13 13:13:40.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.638 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.638 INFO kablam! ... Oct 13 13:13:40.638 INFO kablam! 3646 | rt_alloc_excess_unused!(rt_pow2_256bytes_32align_alloc_excess_unused, 256, 32); Oct 13 13:13:40.638 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.638 INFO kablam! | Oct 13 13:13:40.638 INFO kablam! Oct 13 13:13:40.640 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.640 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.640 INFO kablam! | Oct 13 13:13:40.640 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.640 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.640 INFO kablam! ... Oct 13 13:13:40.640 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 13 13:13:40.640 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.640 INFO kablam! Oct 13 13:13:40.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.640 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.640 INFO kablam! | Oct 13 13:13:40.640 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.640 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.640 INFO kablam! ... Oct 13 13:13:40.640 INFO kablam! 3659 | rt_alloc_excess_unused!(rt_pow2_512bytes_32align_alloc_excess_unused, 512, 32); Oct 13 13:13:40.640 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.640 INFO kablam! | Oct 13 13:13:40.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.640 INFO kablam! | Oct 13 13:13:40.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.640 INFO kablam! | Oct 13 13:13:40.640 INFO kablam! Oct 13 13:13:40.641 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.641 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.641 INFO kablam! | Oct 13 13:13:40.641 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.641 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.641 INFO kablam! ... Oct 13 13:13:40.641 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 13 13:13:40.641 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.641 INFO kablam! Oct 13 13:13:40.644 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.644 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.644 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.644 INFO kablam! ... Oct 13 13:13:40.644 INFO kablam! 3672 | rt_alloc_excess_unused!(rt_pow2_1024bytes_32align_alloc_excess_unused, 1024, 32); Oct 13 13:13:40.644 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.644 INFO kablam! | Oct 13 13:13:40.644 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.645 INFO kablam! | Oct 13 13:13:40.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.645 INFO kablam! | Oct 13 13:13:40.645 INFO kablam! Oct 13 13:13:40.645 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.645 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.645 INFO kablam! | Oct 13 13:13:40.645 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.645 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.645 INFO kablam! ... Oct 13 13:13:40.645 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 13 13:13:40.645 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.645 INFO kablam! Oct 13 13:13:40.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.645 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.645 INFO kablam! | Oct 13 13:13:40.645 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.645 INFO kablam! ... Oct 13 13:13:40.645 INFO kablam! 3685 | rt_alloc_excess_unused!(rt_pow2_2048bytes_32align_alloc_excess_unused, 2048, 32); Oct 13 13:13:40.645 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.645 INFO kablam! | Oct 13 13:13:40.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.645 INFO kablam! | Oct 13 13:13:40.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.645 INFO kablam! | Oct 13 13:13:40.645 INFO kablam! Oct 13 13:13:40.648 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.649 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.649 INFO kablam! ... Oct 13 13:13:40.649 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 13 13:13:40.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.649 INFO kablam! Oct 13 13:13:40.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.649 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.649 INFO kablam! ... Oct 13 13:13:40.649 INFO kablam! 3698 | rt_alloc_excess_unused!(rt_pow2_4096bytes_32align_alloc_excess_unused, 4096, 32); Oct 13 13:13:40.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! Oct 13 13:13:40.649 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.649 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.649 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.649 INFO kablam! ... Oct 13 13:13:40.649 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 13 13:13:40.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.649 INFO kablam! Oct 13 13:13:40.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.649 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.649 INFO kablam! ... Oct 13 13:13:40.649 INFO kablam! 3711 | rt_alloc_excess_unused!(rt_pow2_8192bytes_32align_alloc_excess_unused, 8192, 32); Oct 13 13:13:40.649 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.649 INFO kablam! | Oct 13 13:13:40.649 INFO kablam! Oct 13 13:13:40.660 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.660 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.660 INFO kablam! | Oct 13 13:13:40.660 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.660 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.660 INFO kablam! ... Oct 13 13:13:40.660 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 13 13:13:40.660 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.660 INFO kablam! Oct 13 13:13:40.667 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.667 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.667 INFO kablam! | Oct 13 13:13:40.667 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.667 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.667 INFO kablam! ... Oct 13 13:13:40.667 INFO kablam! 3724 | rt_alloc_excess_unused!(rt_pow2_16384bytes_32align_alloc_excess_unused, 16384, 32); Oct 13 13:13:40.667 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.667 INFO kablam! | Oct 13 13:13:40.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.667 INFO kablam! | Oct 13 13:13:40.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.667 INFO kablam! | Oct 13 13:13:40.667 INFO kablam! Oct 13 13:13:40.667 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.667 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.667 INFO kablam! | Oct 13 13:13:40.667 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.667 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.667 INFO kablam! ... Oct 13 13:13:40.667 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 13 13:13:40.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.668 INFO kablam! Oct 13 13:13:40.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.668 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.668 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.668 INFO kablam! ... Oct 13 13:13:40.668 INFO kablam! 3737 | rt_alloc_excess_unused!(rt_pow2_32768bytes_32align_alloc_excess_unused, 32768, 32); Oct 13 13:13:40.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! Oct 13 13:13:40.668 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.668 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.668 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.668 INFO kablam! ... Oct 13 13:13:40.668 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 13 13:13:40.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.668 INFO kablam! Oct 13 13:13:40.668 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.668 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.668 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.668 INFO kablam! ... Oct 13 13:13:40.668 INFO kablam! 3750 | rt_alloc_excess_unused!(rt_pow2_65536bytes_32align_alloc_excess_unused, 65536, 32); Oct 13 13:13:40.668 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.668 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! Oct 13 13:13:40.668 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.668 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.668 INFO kablam! | Oct 13 13:13:40.668 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.668 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.668 INFO kablam! ... Oct 13 13:13:40.668 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 13 13:13:40.669 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.669 INFO kablam! Oct 13 13:13:40.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.669 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.669 INFO kablam! | Oct 13 13:13:40.669 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.669 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.669 INFO kablam! ... Oct 13 13:13:40.669 INFO kablam! 3763 | rt_alloc_excess_unused!(rt_pow2_131072bytes_32align_alloc_excess_unused, 131072, 32); Oct 13 13:13:40.669 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.669 INFO kablam! | Oct 13 13:13:40.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.669 INFO kablam! | Oct 13 13:13:40.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.669 INFO kablam! | Oct 13 13:13:40.669 INFO kablam! Oct 13 13:13:40.669 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.669 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.669 INFO kablam! | Oct 13 13:13:40.669 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.669 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.669 INFO kablam! ... Oct 13 13:13:40.669 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 13 13:13:40.669 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.669 INFO kablam! Oct 13 13:13:40.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.673 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.673 INFO kablam! ... Oct 13 13:13:40.673 INFO kablam! 3776 | rt_alloc_excess_unused!(rt_pow2_4194304bytes_32align_alloc_excess_unused, 4194304, 32); Oct 13 13:13:40.673 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! Oct 13 13:13:40.673 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.673 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.673 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.673 INFO kablam! ... Oct 13 13:13:40.673 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 13 13:13:40.673 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.673 INFO kablam! Oct 13 13:13:40.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.673 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.673 INFO kablam! ... Oct 13 13:13:40.673 INFO kablam! 3790 | rt_alloc_excess_unused!(rt_even_10bytes_32align_alloc_excess_unused, 10, 32); Oct 13 13:13:40.673 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! Oct 13 13:13:40.673 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.673 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.673 INFO kablam! | Oct 13 13:13:40.673 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.673 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.673 INFO kablam! ... Oct 13 13:13:40.673 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 13 13:13:40.673 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.673 INFO kablam! Oct 13 13:13:40.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.681 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.681 INFO kablam! | Oct 13 13:13:40.681 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.681 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.681 INFO kablam! ... Oct 13 13:13:40.681 INFO kablam! 3803 | rt_alloc_excess_unused!(rt_even_100bytes_32align_alloc_excess_unused, 100, 32); Oct 13 13:13:40.681 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.681 INFO kablam! | Oct 13 13:13:40.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.681 INFO kablam! | Oct 13 13:13:40.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.681 INFO kablam! | Oct 13 13:13:40.681 INFO kablam! Oct 13 13:13:40.682 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.682 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.682 INFO kablam! | Oct 13 13:13:40.682 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.682 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.682 INFO kablam! ... Oct 13 13:13:40.682 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 13 13:13:40.682 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.682 INFO kablam! Oct 13 13:13:40.683 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.683 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.683 INFO kablam! | Oct 13 13:13:40.683 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.683 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.683 INFO kablam! ... Oct 13 13:13:40.683 INFO kablam! 3816 | rt_alloc_excess_unused!(rt_even_1000bytes_32align_alloc_excess_unused, 1000, 32); Oct 13 13:13:40.683 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.683 INFO kablam! | Oct 13 13:13:40.683 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.683 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.683 INFO kablam! | Oct 13 13:13:40.683 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.683 INFO kablam! | Oct 13 13:13:40.683 INFO kablam! Oct 13 13:13:40.688 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.688 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.688 INFO kablam! | Oct 13 13:13:40.688 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.688 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.688 INFO kablam! ... Oct 13 13:13:40.688 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 13 13:13:40.688 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.689 INFO kablam! Oct 13 13:13:40.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.689 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.689 INFO kablam! ... Oct 13 13:13:40.689 INFO kablam! 3829 | rt_alloc_excess_unused!(rt_even_10000bytes_32align_alloc_excess_unused, 10000, 32); Oct 13 13:13:40.689 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! Oct 13 13:13:40.689 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.689 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.689 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.689 INFO kablam! ... Oct 13 13:13:40.689 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 13 13:13:40.689 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.689 INFO kablam! Oct 13 13:13:40.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.689 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.689 INFO kablam! ... Oct 13 13:13:40.689 INFO kablam! 3842 | rt_alloc_excess_unused!(rt_even_100000bytes_32align_alloc_excess_unused, 100000, 32); Oct 13 13:13:40.689 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! Oct 13 13:13:40.689 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.689 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.689 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.689 INFO kablam! ... Oct 13 13:13:40.689 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 13 13:13:40.689 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.689 INFO kablam! Oct 13 13:13:40.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.689 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.689 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.689 INFO kablam! ... Oct 13 13:13:40.689 INFO kablam! 3855 | rt_alloc_excess_unused!(rt_even_1000000bytes_32align_alloc_excess_unused, 1000000, 32); Oct 13 13:13:40.689 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.689 INFO kablam! | Oct 13 13:13:40.692 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.692 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.692 INFO kablam! | Oct 13 13:13:40.692 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.692 INFO kablam! | Oct 13 13:13:40.692 INFO kablam! Oct 13 13:13:40.693 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.693 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.693 INFO kablam! | Oct 13 13:13:40.693 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.693 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.693 INFO kablam! ... Oct 13 13:13:40.693 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 13 13:13:40.693 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.693 INFO kablam! Oct 13 13:13:40.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.693 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.693 INFO kablam! | Oct 13 13:13:40.693 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.693 INFO kablam! ... Oct 13 13:13:40.693 INFO kablam! 3869 | rt_alloc_excess_unused!(rt_odd_10bytes_32align_alloc_excess_unused, 10- 1, 32); Oct 13 13:13:40.693 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.693 INFO kablam! | Oct 13 13:13:40.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.693 INFO kablam! | Oct 13 13:13:40.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.693 INFO kablam! | Oct 13 13:13:40.693 INFO kablam! Oct 13 13:13:40.693 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.693 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.693 INFO kablam! | Oct 13 13:13:40.693 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.693 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.693 INFO kablam! ... Oct 13 13:13:40.693 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 13 13:13:40.693 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.693 INFO kablam! Oct 13 13:13:40.698 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.698 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.698 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.698 INFO kablam! ... Oct 13 13:13:40.698 INFO kablam! 3882 | rt_alloc_excess_unused!(rt_odd_100bytes_32align_alloc_excess_unused, 100- 1, 32); Oct 13 13:13:40.698 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! Oct 13 13:13:40.698 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.698 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.698 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.698 INFO kablam! ... Oct 13 13:13:40.698 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 13 13:13:40.698 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.698 INFO kablam! Oct 13 13:13:40.698 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.698 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.698 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.698 INFO kablam! ... Oct 13 13:13:40.698 INFO kablam! 3895 | rt_alloc_excess_unused!(rt_odd_1000bytes_32align_alloc_excess_unused, 1000- 1, 32); Oct 13 13:13:40.698 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.698 INFO kablam! | Oct 13 13:13:40.698 INFO kablam! Oct 13 13:13:40.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.704 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.704 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.704 INFO kablam! ... Oct 13 13:13:40.704 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 13 13:13:40.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.704 INFO kablam! Oct 13 13:13:40.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.704 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.704 INFO kablam! ... Oct 13 13:13:40.704 INFO kablam! 3908 | rt_alloc_excess_unused!(rt_odd_10000bytes_32align_alloc_excess_unused, 10000- 1, 32); Oct 13 13:13:40.704 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! Oct 13 13:13:40.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.704 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.704 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.704 INFO kablam! ... Oct 13 13:13:40.704 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 13 13:13:40.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.704 INFO kablam! Oct 13 13:13:40.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.704 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.704 INFO kablam! ... Oct 13 13:13:40.704 INFO kablam! 3921 | rt_alloc_excess_unused!(rt_odd_100000bytes_32align_alloc_excess_unused, 100000- 1, 32); Oct 13 13:13:40.704 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.704 INFO kablam! | Oct 13 13:13:40.704 INFO kablam! Oct 13 13:13:40.713 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.713 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.713 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.714 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.714 INFO kablam! ... Oct 13 13:13:40.714 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:40.714 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.714 INFO kablam! Oct 13 13:13:40.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.714 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.714 INFO kablam! ... Oct 13 13:13:40.714 INFO kablam! 3934 | rt_alloc_excess_unused!(rt_odd_1000000bytes_32align_alloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:40.714 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! Oct 13 13:13:40.714 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.714 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.714 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.714 INFO kablam! ... Oct 13 13:13:40.714 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 13 13:13:40.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.714 INFO kablam! Oct 13 13:13:40.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.714 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.714 INFO kablam! ... Oct 13 13:13:40.714 INFO kablam! 3948 | rt_alloc_excess_unused!(rt_primes_3bytes_32align_alloc_excess_unused, 3, 32); Oct 13 13:13:40.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.714 INFO kablam! | Oct 13 13:13:40.714 INFO kablam! Oct 13 13:13:40.718 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.718 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.718 INFO kablam! | Oct 13 13:13:40.718 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.718 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.718 INFO kablam! ... Oct 13 13:13:40.718 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 13 13:13:40.718 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.718 INFO kablam! Oct 13 13:13:40.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.718 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.718 INFO kablam! | Oct 13 13:13:40.718 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.718 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.718 INFO kablam! ... Oct 13 13:13:40.718 INFO kablam! 3961 | rt_alloc_excess_unused!(rt_primes_7bytes_32align_alloc_excess_unused, 7, 32); Oct 13 13:13:40.718 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.718 INFO kablam! | Oct 13 13:13:40.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.718 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! Oct 13 13:13:40.719 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.719 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.719 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.719 INFO kablam! ... Oct 13 13:13:40.719 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 13 13:13:40.719 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.719 INFO kablam! Oct 13 13:13:40.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.719 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.719 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.719 INFO kablam! ... Oct 13 13:13:40.719 INFO kablam! 3974 | rt_alloc_excess_unused!(rt_primes_13bytes_32align_alloc_excess_unused, 13, 32); Oct 13 13:13:40.719 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! Oct 13 13:13:40.719 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.719 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.719 INFO kablam! | Oct 13 13:13:40.719 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.719 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.719 INFO kablam! ... Oct 13 13:13:40.719 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 13 13:13:40.719 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.719 INFO kablam! Oct 13 13:13:40.720 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.720 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.720 INFO kablam! | Oct 13 13:13:40.720 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.720 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.720 INFO kablam! ... Oct 13 13:13:40.720 INFO kablam! 3987 | rt_alloc_excess_unused!(rt_primes_17bytes_32align_alloc_excess_unused, 17, 32); Oct 13 13:13:40.720 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.720 INFO kablam! | Oct 13 13:13:40.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.720 INFO kablam! | Oct 13 13:13:40.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.720 INFO kablam! | Oct 13 13:13:40.720 INFO kablam! Oct 13 13:13:40.722 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.722 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.722 INFO kablam! | Oct 13 13:13:40.722 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.722 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.722 INFO kablam! ... Oct 13 13:13:40.722 INFO kablam! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Oct 13 13:13:40.722 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.722 INFO kablam! Oct 13 13:13:40.722 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.722 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.722 INFO kablam! | Oct 13 13:13:40.722 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.722 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.722 INFO kablam! ... Oct 13 13:13:40.722 INFO kablam! 4000 | rt_alloc_excess_unused!(rt_primes_31bytes_32align_alloc_excess_unused, 31, 32); Oct 13 13:13:40.722 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.722 INFO kablam! | Oct 13 13:13:40.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.722 INFO kablam! | Oct 13 13:13:40.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.722 INFO kablam! | Oct 13 13:13:40.722 INFO kablam! Oct 13 13:13:40.728 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.728 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.728 INFO kablam! | Oct 13 13:13:40.728 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.728 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.728 INFO kablam! ... Oct 13 13:13:40.728 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Oct 13 13:13:40.728 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.728 INFO kablam! Oct 13 13:13:40.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.728 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.728 INFO kablam! | Oct 13 13:13:40.728 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.728 INFO kablam! ... Oct 13 13:13:40.728 INFO kablam! 4013 | rt_alloc_excess_unused!(rt_primes_61bytes_32align_alloc_excess_unused, 61, 32); Oct 13 13:13:40.728 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.728 INFO kablam! | Oct 13 13:13:40.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.728 INFO kablam! | Oct 13 13:13:40.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.728 INFO kablam! | Oct 13 13:13:40.728 INFO kablam! Oct 13 13:13:40.728 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.728 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.728 INFO kablam! | Oct 13 13:13:40.728 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.728 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.728 INFO kablam! ... Oct 13 13:13:40.728 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Oct 13 13:13:40.728 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.728 INFO kablam! Oct 13 13:13:40.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.737 INFO kablam! ... Oct 13 13:13:40.737 INFO kablam! 4026 | rt_alloc_excess_unused!(rt_primes_96bytes_32align_alloc_excess_unused, 96, 32); Oct 13 13:13:40.737 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! Oct 13 13:13:40.737 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.737 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.737 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.737 INFO kablam! ... Oct 13 13:13:40.737 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Oct 13 13:13:40.737 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.737 INFO kablam! Oct 13 13:13:40.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.737 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.737 INFO kablam! | Oct 13 13:13:40.737 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.737 INFO kablam! ... Oct 13 13:13:40.737 INFO kablam! 4039 | rt_alloc_excess_unused!(rt_primes_127bytes_32align_alloc_excess_unused, 127, 32); Oct 13 13:13:40.737 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.738 INFO kablam! | Oct 13 13:13:40.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.738 INFO kablam! | Oct 13 13:13:40.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.738 INFO kablam! | Oct 13 13:13:40.738 INFO kablam! Oct 13 13:13:40.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.738 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.738 INFO kablam! | Oct 13 13:13:40.738 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.738 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.738 INFO kablam! ... Oct 13 13:13:40.738 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 13 13:13:40.738 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.738 INFO kablam! Oct 13 13:13:40.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.744 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.744 INFO kablam! | Oct 13 13:13:40.744 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.744 INFO kablam! ... Oct 13 13:13:40.744 INFO kablam! 4052 | rt_alloc_excess_unused!(rt_primes_257bytes_32align_alloc_excess_unused, 257, 32); Oct 13 13:13:40.744 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.744 INFO kablam! | Oct 13 13:13:40.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.744 INFO kablam! | Oct 13 13:13:40.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.744 INFO kablam! | Oct 13 13:13:40.744 INFO kablam! Oct 13 13:13:40.744 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.744 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.744 INFO kablam! | Oct 13 13:13:40.744 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.744 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.744 INFO kablam! ... Oct 13 13:13:40.744 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 13 13:13:40.744 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.744 INFO kablam! Oct 13 13:13:40.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.745 INFO kablam! ... Oct 13 13:13:40.745 INFO kablam! 4065 | rt_alloc_excess_unused!(rt_primes_509bytes_32align_alloc_excess_unused, 509, 32); Oct 13 13:13:40.745 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! Oct 13 13:13:40.745 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.745 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.745 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.745 INFO kablam! ... Oct 13 13:13:40.745 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 13 13:13:40.745 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.745 INFO kablam! Oct 13 13:13:40.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.745 INFO kablam! ... Oct 13 13:13:40.745 INFO kablam! 4078 | rt_alloc_excess_unused!(rt_primes_1021bytes_32align_alloc_excess_unused, 1021, 32); Oct 13 13:13:40.745 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! Oct 13 13:13:40.745 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.745 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.745 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.745 INFO kablam! ... Oct 13 13:13:40.745 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 13 13:13:40.745 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.745 INFO kablam! Oct 13 13:13:40.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.745 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.745 INFO kablam! ... Oct 13 13:13:40.745 INFO kablam! 4091 | rt_alloc_excess_unused!(rt_primes_2039bytes_32align_alloc_excess_unused, 2039, 32); Oct 13 13:13:40.745 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! Oct 13 13:13:40.745 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.745 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.745 INFO kablam! | Oct 13 13:13:40.745 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.745 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.745 INFO kablam! ... Oct 13 13:13:40.745 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 13 13:13:40.745 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.745 INFO kablam! Oct 13 13:13:40.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.752 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.752 INFO kablam! | Oct 13 13:13:40.752 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.752 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.752 INFO kablam! ... Oct 13 13:13:40.752 INFO kablam! 4104 | rt_alloc_excess_unused!(rt_primes_4093bytes_32align_alloc_excess_unused, 4093, 32); Oct 13 13:13:40.752 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.752 INFO kablam! | Oct 13 13:13:40.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.752 INFO kablam! | Oct 13 13:13:40.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.752 INFO kablam! | Oct 13 13:13:40.752 INFO kablam! Oct 13 13:13:40.753 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.753 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.753 INFO kablam! | Oct 13 13:13:40.753 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.753 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.753 INFO kablam! ... Oct 13 13:13:40.753 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 13 13:13:40.753 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.753 INFO kablam! Oct 13 13:13:40.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.760 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.760 INFO kablam! | Oct 13 13:13:40.760 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.760 INFO kablam! ... Oct 13 13:13:40.760 INFO kablam! 4117 | rt_alloc_excess_unused!(rt_primes_8191bytes_32align_alloc_excess_unused, 8191, 32); Oct 13 13:13:40.760 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.760 INFO kablam! | Oct 13 13:13:40.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.760 INFO kablam! | Oct 13 13:13:40.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.760 INFO kablam! | Oct 13 13:13:40.760 INFO kablam! Oct 13 13:13:40.760 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.760 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.760 INFO kablam! | Oct 13 13:13:40.760 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.760 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.760 INFO kablam! ... Oct 13 13:13:40.760 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 13 13:13:40.760 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.760 INFO kablam! Oct 13 13:13:40.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.761 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.761 INFO kablam! ... Oct 13 13:13:40.761 INFO kablam! 4130 | rt_alloc_excess_unused!(rt_primes_16381bytes_32align_alloc_excess_unused, 16381, 32); Oct 13 13:13:40.761 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.761 INFO kablam! | Oct 13 13:13:40.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! Oct 13 13:13:40.762 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.762 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.762 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.762 INFO kablam! ... Oct 13 13:13:40.762 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 13 13:13:40.762 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.762 INFO kablam! Oct 13 13:13:40.762 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.762 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.762 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.762 INFO kablam! ... Oct 13 13:13:40.762 INFO kablam! 4143 | rt_alloc_excess_unused!(rt_primes_32749bytes_32align_alloc_excess_unused, 32749, 32); Oct 13 13:13:40.762 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! Oct 13 13:13:40.762 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.762 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.762 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.762 INFO kablam! ... Oct 13 13:13:40.762 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 13 13:13:40.762 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.762 INFO kablam! Oct 13 13:13:40.762 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.762 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.762 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.762 INFO kablam! ... Oct 13 13:13:40.762 INFO kablam! 4156 | rt_alloc_excess_unused!(rt_primes_65537bytes_32align_alloc_excess_unused, 65537, 32); Oct 13 13:13:40.762 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! Oct 13 13:13:40.762 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.762 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.762 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.762 INFO kablam! ... Oct 13 13:13:40.762 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 13 13:13:40.762 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.762 INFO kablam! Oct 13 13:13:40.762 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.762 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.762 INFO kablam! | Oct 13 13:13:40.762 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.762 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.762 INFO kablam! ... Oct 13 13:13:40.762 INFO kablam! 4169 | rt_alloc_excess_unused!(rt_primes_131071bytes_32align_alloc_excess_unused, 131071, 32); Oct 13 13:13:40.762 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! Oct 13 13:13:40.772 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.772 INFO kablam! --> benches/roundtrip.rs:111:47 Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! 111 | let Excess(ptr, _) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.772 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.772 INFO kablam! ... Oct 13 13:13:40.772 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 13 13:13:40.772 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.772 INFO kablam! Oct 13 13:13:40.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.772 INFO kablam! --> benches/roundtrip.rs:113:26 Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! 113 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.772 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.772 INFO kablam! ... Oct 13 13:13:40.772 INFO kablam! 4182 | rt_alloc_excess_unused!(rt_primes_4194301bytes_32align_alloc_excess_unused, 4194301, 32); Oct 13 13:13:40.772 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! Oct 13 13:13:40.772 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.772 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.772 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.772 INFO kablam! ... Oct 13 13:13:40.772 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 13 13:13:40.772 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.772 INFO kablam! Oct 13 13:13:40.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.772 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.772 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.772 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.772 INFO kablam! ... Oct 13 13:13:40.772 INFO kablam! 263 | rt_alloc_excess_used!(rt_pow2_1bytes_1align_alloc_excess_used, 1, 1); Oct 13 13:13:40.772 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.772 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! Oct 13 13:13:40.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.773 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.773 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.773 INFO kablam! ... Oct 13 13:13:40.773 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 13 13:13:40.773 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.773 INFO kablam! Oct 13 13:13:40.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.773 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.773 INFO kablam! ... Oct 13 13:13:40.773 INFO kablam! 276 | rt_alloc_excess_used!(rt_pow2_2bytes_1align_alloc_excess_used, 2, 1); Oct 13 13:13:40.773 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! Oct 13 13:13:40.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.773 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.773 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.773 INFO kablam! ... Oct 13 13:13:40.773 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 13 13:13:40.773 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.773 INFO kablam! Oct 13 13:13:40.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.773 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.773 INFO kablam! ... Oct 13 13:13:40.773 INFO kablam! 289 | rt_alloc_excess_used!(rt_pow2_4bytes_1align_alloc_excess_used, 4, 1); Oct 13 13:13:40.773 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! Oct 13 13:13:40.773 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.773 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.773 INFO kablam! | Oct 13 13:13:40.773 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.773 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.773 INFO kablam! ... Oct 13 13:13:40.773 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 13 13:13:40.773 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.773 INFO kablam! Oct 13 13:13:40.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.784 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.784 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.784 INFO kablam! ... Oct 13 13:13:40.784 INFO kablam! 302 | rt_alloc_excess_used!(rt_pow2_8bytes_1align_alloc_excess_used, 8, 1); Oct 13 13:13:40.784 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! Oct 13 13:13:40.784 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.784 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.784 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.784 INFO kablam! ... Oct 13 13:13:40.784 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 13 13:13:40.784 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.784 INFO kablam! Oct 13 13:13:40.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.784 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.784 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.784 INFO kablam! ... Oct 13 13:13:40.784 INFO kablam! 315 | rt_alloc_excess_used!(rt_pow2_16bytes_1align_alloc_excess_used, 16, 1); Oct 13 13:13:40.784 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! Oct 13 13:13:40.784 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.784 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.784 INFO kablam! | Oct 13 13:13:40.784 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.784 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.784 INFO kablam! ... Oct 13 13:13:40.784 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 13 13:13:40.784 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.784 INFO kablam! Oct 13 13:13:40.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.785 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.785 INFO kablam! ... Oct 13 13:13:40.785 INFO kablam! 328 | rt_alloc_excess_used!(rt_pow2_32bytes_1align_alloc_excess_used, 32, 1); Oct 13 13:13:40.785 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! Oct 13 13:13:40.785 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.785 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.785 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.785 INFO kablam! ... Oct 13 13:13:40.785 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 13 13:13:40.785 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.785 INFO kablam! Oct 13 13:13:40.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.785 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.785 INFO kablam! ... Oct 13 13:13:40.785 INFO kablam! 341 | rt_alloc_excess_used!(rt_pow2_64bytes_1align_alloc_excess_used, 64, 1); Oct 13 13:13:40.785 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! Oct 13 13:13:40.785 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.785 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.785 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.785 INFO kablam! ... Oct 13 13:13:40.785 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 13 13:13:40.785 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.785 INFO kablam! Oct 13 13:13:40.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.785 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.785 INFO kablam! ... Oct 13 13:13:40.785 INFO kablam! 354 | rt_alloc_excess_used!(rt_pow2_128bytes_1align_alloc_excess_used, 128, 1); Oct 13 13:13:40.785 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.785 INFO kablam! | Oct 13 13:13:40.785 INFO kablam! Oct 13 13:13:40.792 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.792 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.792 INFO kablam! | Oct 13 13:13:40.792 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.792 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.792 INFO kablam! ... Oct 13 13:13:40.792 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 13 13:13:40.792 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.792 INFO kablam! Oct 13 13:13:40.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.796 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.796 INFO kablam! ... Oct 13 13:13:40.796 INFO kablam! 367 | rt_alloc_excess_used!(rt_pow2_256bytes_1align_alloc_excess_used, 256, 1); Oct 13 13:13:40.796 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! Oct 13 13:13:40.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.796 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.796 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.796 INFO kablam! ... Oct 13 13:13:40.796 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 13 13:13:40.796 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.796 INFO kablam! Oct 13 13:13:40.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.796 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.796 INFO kablam! ... Oct 13 13:13:40.796 INFO kablam! 380 | rt_alloc_excess_used!(rt_pow2_512bytes_1align_alloc_excess_used, 512, 1); Oct 13 13:13:40.796 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! Oct 13 13:13:40.796 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.796 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.796 INFO kablam! | Oct 13 13:13:40.796 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.796 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.796 INFO kablam! ... Oct 13 13:13:40.796 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 13 13:13:40.796 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.796 INFO kablam! Oct 13 13:13:40.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.796 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.797 INFO kablam! ... Oct 13 13:13:40.797 INFO kablam! 393 | rt_alloc_excess_used!(rt_pow2_1024bytes_1align_alloc_excess_used, 1024, 1); Oct 13 13:13:40.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! Oct 13 13:13:40.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.797 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.797 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.797 INFO kablam! ... Oct 13 13:13:40.797 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 13 13:13:40.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.797 INFO kablam! Oct 13 13:13:40.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.797 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.797 INFO kablam! ... Oct 13 13:13:40.797 INFO kablam! 406 | rt_alloc_excess_used!(rt_pow2_2048bytes_1align_alloc_excess_used, 2048, 1); Oct 13 13:13:40.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! Oct 13 13:13:40.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.797 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.797 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.797 INFO kablam! ... Oct 13 13:13:40.797 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 13 13:13:40.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.797 INFO kablam! Oct 13 13:13:40.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.797 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.797 INFO kablam! ... Oct 13 13:13:40.797 INFO kablam! 419 | rt_alloc_excess_used!(rt_pow2_4096bytes_1align_alloc_excess_used, 4096, 1); Oct 13 13:13:40.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! Oct 13 13:13:40.797 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.797 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.797 INFO kablam! | Oct 13 13:13:40.797 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.797 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.797 INFO kablam! ... Oct 13 13:13:40.797 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 13 13:13:40.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.797 INFO kablam! Oct 13 13:13:40.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.804 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.804 INFO kablam! | Oct 13 13:13:40.804 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.804 INFO kablam! ... Oct 13 13:13:40.804 INFO kablam! 432 | rt_alloc_excess_used!(rt_pow2_8192bytes_1align_alloc_excess_used, 8192, 1); Oct 13 13:13:40.804 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.804 INFO kablam! | Oct 13 13:13:40.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.804 INFO kablam! | Oct 13 13:13:40.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.804 INFO kablam! | Oct 13 13:13:40.804 INFO kablam! Oct 13 13:13:40.808 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.808 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.808 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.808 INFO kablam! ... Oct 13 13:13:40.808 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 13 13:13:40.808 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.808 INFO kablam! Oct 13 13:13:40.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.808 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.808 INFO kablam! ... Oct 13 13:13:40.808 INFO kablam! 445 | rt_alloc_excess_used!(rt_pow2_16384bytes_1align_alloc_excess_used, 16384, 1); Oct 13 13:13:40.808 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! Oct 13 13:13:40.808 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.808 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.808 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.808 INFO kablam! ... Oct 13 13:13:40.808 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 13 13:13:40.808 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.808 INFO kablam! Oct 13 13:13:40.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.808 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.808 INFO kablam! ... Oct 13 13:13:40.808 INFO kablam! 458 | rt_alloc_excess_used!(rt_pow2_32768bytes_1align_alloc_excess_used, 32768, 1); Oct 13 13:13:40.808 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.808 INFO kablam! Oct 13 13:13:40.808 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.808 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.808 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.809 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.809 INFO kablam! ... Oct 13 13:13:40.809 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 13 13:13:40.809 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.809 INFO kablam! Oct 13 13:13:40.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.809 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.809 INFO kablam! ... Oct 13 13:13:40.809 INFO kablam! 471 | rt_alloc_excess_used!(rt_pow2_65536bytes_1align_alloc_excess_used, 65536, 1); Oct 13 13:13:40.809 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! Oct 13 13:13:40.809 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.809 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.809 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.809 INFO kablam! ... Oct 13 13:13:40.809 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 13 13:13:40.809 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.809 INFO kablam! Oct 13 13:13:40.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.809 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.809 INFO kablam! ... Oct 13 13:13:40.809 INFO kablam! 484 | rt_alloc_excess_used!(rt_pow2_131072bytes_1align_alloc_excess_used, 131072, 1); Oct 13 13:13:40.809 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! Oct 13 13:13:40.809 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.809 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.809 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.809 INFO kablam! ... Oct 13 13:13:40.809 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 13 13:13:40.809 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.809 INFO kablam! Oct 13 13:13:40.809 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.809 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.809 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.809 INFO kablam! ... Oct 13 13:13:40.809 INFO kablam! 497 | rt_alloc_excess_used!(rt_pow2_4194304bytes_1align_alloc_excess_used, 4194304, 1); Oct 13 13:13:40.809 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! Oct 13 13:13:40.809 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.809 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.809 INFO kablam! | Oct 13 13:13:40.809 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.809 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.809 INFO kablam! ... Oct 13 13:13:40.809 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 13 13:13:40.809 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.809 INFO kablam! Oct 13 13:13:40.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.820 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.820 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.820 INFO kablam! ... Oct 13 13:13:40.820 INFO kablam! 511 | rt_alloc_excess_used!(rt_even_10bytes_1align_alloc_excess_used, 10, 1); Oct 13 13:13:40.820 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! Oct 13 13:13:40.820 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.820 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.820 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.820 INFO kablam! ... Oct 13 13:13:40.820 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 13 13:13:40.820 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.820 INFO kablam! Oct 13 13:13:40.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.820 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.820 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.820 INFO kablam! ... Oct 13 13:13:40.820 INFO kablam! 524 | rt_alloc_excess_used!(rt_even_100bytes_1align_alloc_excess_used, 100, 1); Oct 13 13:13:40.820 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! Oct 13 13:13:40.820 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.820 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.820 INFO kablam! | Oct 13 13:13:40.820 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.820 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.820 INFO kablam! ... Oct 13 13:13:40.820 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 13 13:13:40.820 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.820 INFO kablam! Oct 13 13:13:40.820 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.820 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.821 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.821 INFO kablam! ... Oct 13 13:13:40.821 INFO kablam! 537 | rt_alloc_excess_used!(rt_even_1000bytes_1align_alloc_excess_used, 1000, 1); Oct 13 13:13:40.821 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! Oct 13 13:13:40.821 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.821 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.821 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.821 INFO kablam! ... Oct 13 13:13:40.821 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 13 13:13:40.821 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.821 INFO kablam! Oct 13 13:13:40.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.821 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.821 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.821 INFO kablam! ... Oct 13 13:13:40.821 INFO kablam! 550 | rt_alloc_excess_used!(rt_even_10000bytes_1align_alloc_excess_used, 10000, 1); Oct 13 13:13:40.821 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.821 INFO kablam! | Oct 13 13:13:40.821 INFO kablam! Oct 13 13:13:40.828 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.828 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.828 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.828 INFO kablam! ... Oct 13 13:13:40.828 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 13 13:13:40.828 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.828 INFO kablam! Oct 13 13:13:40.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.828 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.828 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.828 INFO kablam! ... Oct 13 13:13:40.828 INFO kablam! 563 | rt_alloc_excess_used!(rt_even_100000bytes_1align_alloc_excess_used, 100000, 1); Oct 13 13:13:40.828 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! Oct 13 13:13:40.828 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.828 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.828 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.828 INFO kablam! ... Oct 13 13:13:40.828 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 13 13:13:40.828 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.828 INFO kablam! Oct 13 13:13:40.828 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.828 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.828 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.828 INFO kablam! ... Oct 13 13:13:40.828 INFO kablam! 576 | rt_alloc_excess_used!(rt_even_1000000bytes_1align_alloc_excess_used, 1000000, 1); Oct 13 13:13:40.828 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.828 INFO kablam! Oct 13 13:13:40.828 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.828 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.828 INFO kablam! | Oct 13 13:13:40.829 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.829 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.829 INFO kablam! ... Oct 13 13:13:40.829 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 13 13:13:40.829 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.829 INFO kablam! Oct 13 13:13:40.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.833 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.833 INFO kablam! | Oct 13 13:13:40.833 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.833 INFO kablam! ... Oct 13 13:13:40.833 INFO kablam! 590 | rt_alloc_excess_used!(rt_odd_10bytes_1align_alloc_excess_used, 10- 1, 1); Oct 13 13:13:40.833 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.833 INFO kablam! | Oct 13 13:13:40.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.833 INFO kablam! | Oct 13 13:13:40.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.833 INFO kablam! | Oct 13 13:13:40.833 INFO kablam! Oct 13 13:13:40.833 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.833 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.833 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.834 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.834 INFO kablam! ... Oct 13 13:13:40.834 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 13 13:13:40.834 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.834 INFO kablam! Oct 13 13:13:40.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.834 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.834 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.834 INFO kablam! ... Oct 13 13:13:40.834 INFO kablam! 603 | rt_alloc_excess_used!(rt_odd_100bytes_1align_alloc_excess_used, 100- 1, 1); Oct 13 13:13:40.834 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! Oct 13 13:13:40.834 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.834 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.834 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.834 INFO kablam! ... Oct 13 13:13:40.834 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 13 13:13:40.834 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.834 INFO kablam! Oct 13 13:13:40.834 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.834 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.834 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.834 INFO kablam! ... Oct 13 13:13:40.834 INFO kablam! 616 | rt_alloc_excess_used!(rt_odd_1000bytes_1align_alloc_excess_used, 1000- 1, 1); Oct 13 13:13:40.834 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.834 INFO kablam! | Oct 13 13:13:40.834 INFO kablam! Oct 13 13:13:40.844 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.844 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.844 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.844 INFO kablam! ... Oct 13 13:13:40.844 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 13 13:13:40.844 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.844 INFO kablam! Oct 13 13:13:40.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.844 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.844 INFO kablam! ... Oct 13 13:13:40.844 INFO kablam! 629 | rt_alloc_excess_used!(rt_odd_10000bytes_1align_alloc_excess_used, 10000- 1, 1); Oct 13 13:13:40.844 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! Oct 13 13:13:40.844 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.844 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.844 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.844 INFO kablam! ... Oct 13 13:13:40.844 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 13 13:13:40.844 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.844 INFO kablam! Oct 13 13:13:40.844 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.844 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.844 INFO kablam! ... Oct 13 13:13:40.844 INFO kablam! 642 | rt_alloc_excess_used!(rt_odd_100000bytes_1align_alloc_excess_used, 100000- 1, 1); Oct 13 13:13:40.844 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.844 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! Oct 13 13:13:40.845 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.845 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.845 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.845 INFO kablam! ... Oct 13 13:13:40.845 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 13 13:13:40.845 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.845 INFO kablam! Oct 13 13:13:40.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.845 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.845 INFO kablam! ... Oct 13 13:13:40.845 INFO kablam! 655 | rt_alloc_excess_used!(rt_odd_1000000bytes_1align_alloc_excess_used, 1000000- 1, 1); Oct 13 13:13:40.845 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! Oct 13 13:13:40.845 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.845 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.845 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.845 INFO kablam! ... Oct 13 13:13:40.845 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 13 13:13:40.845 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.845 INFO kablam! Oct 13 13:13:40.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.845 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.845 INFO kablam! ... Oct 13 13:13:40.845 INFO kablam! 669 | rt_alloc_excess_used!(rt_primes_3bytes_1align_alloc_excess_used, 3, 1); Oct 13 13:13:40.845 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! Oct 13 13:13:40.845 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.845 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.845 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.845 INFO kablam! ... Oct 13 13:13:40.845 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 13 13:13:40.845 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.845 INFO kablam! Oct 13 13:13:40.845 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.845 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.845 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.845 INFO kablam! ... Oct 13 13:13:40.845 INFO kablam! 682 | rt_alloc_excess_used!(rt_primes_7bytes_1align_alloc_excess_used, 7, 1); Oct 13 13:13:40.845 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.845 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.845 INFO kablam! | Oct 13 13:13:40.845 INFO kablam! Oct 13 13:13:40.851 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.852 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.852 INFO kablam! | Oct 13 13:13:40.852 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.852 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.852 INFO kablam! ... Oct 13 13:13:40.852 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 13 13:13:40.852 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.852 INFO kablam! Oct 13 13:13:40.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.852 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.852 INFO kablam! | Oct 13 13:13:40.852 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.852 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.852 INFO kablam! ... Oct 13 13:13:40.852 INFO kablam! 695 | rt_alloc_excess_used!(rt_primes_13bytes_1align_alloc_excess_used, 13, 1); Oct 13 13:13:40.852 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.852 INFO kablam! | Oct 13 13:13:40.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.852 INFO kablam! | Oct 13 13:13:40.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.852 INFO kablam! | Oct 13 13:13:40.852 INFO kablam! Oct 13 13:13:40.856 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.856 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.856 INFO kablam! ... Oct 13 13:13:40.856 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 13 13:13:40.856 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.856 INFO kablam! Oct 13 13:13:40.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.856 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.856 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.856 INFO kablam! ... Oct 13 13:13:40.856 INFO kablam! 708 | rt_alloc_excess_used!(rt_primes_17bytes_1align_alloc_excess_used, 17, 1); Oct 13 13:13:40.856 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! Oct 13 13:13:40.856 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.856 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.856 INFO kablam! ... Oct 13 13:13:40.856 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Oct 13 13:13:40.856 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.856 INFO kablam! Oct 13 13:13:40.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.856 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.856 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.856 INFO kablam! ... Oct 13 13:13:40.856 INFO kablam! 721 | rt_alloc_excess_used!(rt_primes_31bytes_1align_alloc_excess_used, 31, 1); Oct 13 13:13:40.856 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! Oct 13 13:13:40.856 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.856 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.856 INFO kablam! | Oct 13 13:13:40.856 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.857 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.857 INFO kablam! ... Oct 13 13:13:40.857 INFO kablam! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Oct 13 13:13:40.857 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.857 INFO kablam! Oct 13 13:13:40.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.857 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.857 INFO kablam! ... Oct 13 13:13:40.857 INFO kablam! 734 | rt_alloc_excess_used!(rt_primes_61bytes_1align_alloc_excess_used, 61, 1); Oct 13 13:13:40.857 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! Oct 13 13:13:40.857 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.857 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.857 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.857 INFO kablam! ... Oct 13 13:13:40.857 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 13 13:13:40.857 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.857 INFO kablam! Oct 13 13:13:40.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.857 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.857 INFO kablam! ... Oct 13 13:13:40.857 INFO kablam! 747 | rt_alloc_excess_used!(rt_primes_96bytes_1align_alloc_excess_used, 96, 1); Oct 13 13:13:40.857 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! Oct 13 13:13:40.857 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.857 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.857 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.857 INFO kablam! ... Oct 13 13:13:40.857 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 13 13:13:40.857 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.857 INFO kablam! Oct 13 13:13:40.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.857 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.857 INFO kablam! ... Oct 13 13:13:40.857 INFO kablam! 760 | rt_alloc_excess_used!(rt_primes_127bytes_1align_alloc_excess_used, 127, 1); Oct 13 13:13:40.857 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.857 INFO kablam! | Oct 13 13:13:40.857 INFO kablam! Oct 13 13:13:40.865 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.865 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.865 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.865 INFO kablam! ... Oct 13 13:13:40.865 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 13 13:13:40.865 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.865 INFO kablam! Oct 13 13:13:40.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.865 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.865 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.865 INFO kablam! ... Oct 13 13:13:40.865 INFO kablam! 773 | rt_alloc_excess_used!(rt_primes_257bytes_1align_alloc_excess_used, 257, 1); Oct 13 13:13:40.865 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! Oct 13 13:13:40.865 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.865 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.865 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.865 INFO kablam! ... Oct 13 13:13:40.865 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 13 13:13:40.865 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.865 INFO kablam! Oct 13 13:13:40.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.865 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.865 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.865 INFO kablam! ... Oct 13 13:13:40.865 INFO kablam! 786 | rt_alloc_excess_used!(rt_primes_509bytes_1align_alloc_excess_used, 509, 1); Oct 13 13:13:40.865 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! Oct 13 13:13:40.865 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.865 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.865 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.865 INFO kablam! ... Oct 13 13:13:40.865 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 13 13:13:40.865 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.865 INFO kablam! Oct 13 13:13:40.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.865 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.865 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.865 INFO kablam! ... Oct 13 13:13:40.865 INFO kablam! 799 | rt_alloc_excess_used!(rt_primes_1021bytes_1align_alloc_excess_used, 1021, 1); Oct 13 13:13:40.865 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.865 INFO kablam! | Oct 13 13:13:40.865 INFO kablam! Oct 13 13:13:40.872 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.872 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.872 INFO kablam! | Oct 13 13:13:40.872 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.872 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.872 INFO kablam! ... Oct 13 13:13:40.872 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 13 13:13:40.872 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.872 INFO kablam! Oct 13 13:13:40.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.872 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.872 INFO kablam! | Oct 13 13:13:40.872 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.872 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.872 INFO kablam! ... Oct 13 13:13:40.872 INFO kablam! 812 | rt_alloc_excess_used!(rt_primes_2039bytes_1align_alloc_excess_used, 2039, 1); Oct 13 13:13:40.872 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.872 INFO kablam! | Oct 13 13:13:40.872 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.872 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.872 INFO kablam! | Oct 13 13:13:40.872 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.872 INFO kablam! | Oct 13 13:13:40.872 INFO kablam! Oct 13 13:13:40.872 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.872 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.872 INFO kablam! | Oct 13 13:13:40.872 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.872 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.872 INFO kablam! ... Oct 13 13:13:40.872 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 13 13:13:40.872 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.872 INFO kablam! Oct 13 13:13:40.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.873 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.873 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.873 INFO kablam! ... Oct 13 13:13:40.873 INFO kablam! 825 | rt_alloc_excess_used!(rt_primes_4093bytes_1align_alloc_excess_used, 4093, 1); Oct 13 13:13:40.873 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! Oct 13 13:13:40.873 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.873 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.873 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.873 INFO kablam! ... Oct 13 13:13:40.873 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 13 13:13:40.873 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.873 INFO kablam! Oct 13 13:13:40.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.873 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.873 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.873 INFO kablam! ... Oct 13 13:13:40.873 INFO kablam! 838 | rt_alloc_excess_used!(rt_primes_8191bytes_1align_alloc_excess_used, 8191, 1); Oct 13 13:13:40.873 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.873 INFO kablam! | Oct 13 13:13:40.873 INFO kablam! Oct 13 13:13:40.876 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.876 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.876 INFO kablam! | Oct 13 13:13:40.876 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.876 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.876 INFO kablam! ... Oct 13 13:13:40.876 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 13 13:13:40.876 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.876 INFO kablam! Oct 13 13:13:40.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.876 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.876 INFO kablam! | Oct 13 13:13:40.876 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.876 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.876 INFO kablam! ... Oct 13 13:13:40.876 INFO kablam! 851 | rt_alloc_excess_used!(rt_primes_16381bytes_1align_alloc_excess_used, 16381, 1); Oct 13 13:13:40.876 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.876 INFO kablam! | Oct 13 13:13:40.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.877 INFO kablam! | Oct 13 13:13:40.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.877 INFO kablam! | Oct 13 13:13:40.877 INFO kablam! Oct 13 13:13:40.877 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.877 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.877 INFO kablam! | Oct 13 13:13:40.877 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.877 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.877 INFO kablam! ... Oct 13 13:13:40.877 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 13 13:13:40.877 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.877 INFO kablam! Oct 13 13:13:40.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.877 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.877 INFO kablam! | Oct 13 13:13:40.877 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.877 INFO kablam! ... Oct 13 13:13:40.877 INFO kablam! 864 | rt_alloc_excess_used!(rt_primes_32749bytes_1align_alloc_excess_used, 32749, 1); Oct 13 13:13:40.877 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.877 INFO kablam! | Oct 13 13:13:40.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.877 INFO kablam! | Oct 13 13:13:40.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.877 INFO kablam! | Oct 13 13:13:40.877 INFO kablam! Oct 13 13:13:40.884 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.884 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.884 INFO kablam! | Oct 13 13:13:40.884 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.884 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.884 INFO kablam! ... Oct 13 13:13:40.884 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 13 13:13:40.884 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.884 INFO kablam! Oct 13 13:13:40.884 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.884 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.884 INFO kablam! | Oct 13 13:13:40.884 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.884 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.884 INFO kablam! ... Oct 13 13:13:40.884 INFO kablam! 877 | rt_alloc_excess_used!(rt_primes_65537bytes_1align_alloc_excess_used, 65537, 1); Oct 13 13:13:40.884 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.884 INFO kablam! | Oct 13 13:13:40.884 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.884 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.884 INFO kablam! | Oct 13 13:13:40.884 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.884 INFO kablam! | Oct 13 13:13:40.884 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.886 INFO kablam! ... Oct 13 13:13:40.886 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 13 13:13:40.886 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.886 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.886 INFO kablam! ... Oct 13 13:13:40.886 INFO kablam! 890 | rt_alloc_excess_used!(rt_primes_131071bytes_1align_alloc_excess_used, 131071, 1); Oct 13 13:13:40.886 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.886 INFO kablam! ... Oct 13 13:13:40.886 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 13 13:13:40.886 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.886 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.886 INFO kablam! ... Oct 13 13:13:40.886 INFO kablam! 903 | rt_alloc_excess_used!(rt_primes_4194301bytes_1align_alloc_excess_used, 4194301, 1); Oct 13 13:13:40.886 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.886 INFO kablam! ... Oct 13 13:13:40.886 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 13 13:13:40.886 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.886 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.886 INFO kablam! ... Oct 13 13:13:40.886 INFO kablam! 919 | rt_alloc_excess_used!(rt_pow2_1bytes_2align_alloc_excess_used, 1, 2); Oct 13 13:13:40.886 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.886 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.886 INFO kablam! ... Oct 13 13:13:40.886 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 13 13:13:40.886 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.886 INFO kablam! Oct 13 13:13:40.886 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.886 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.886 INFO kablam! | Oct 13 13:13:40.886 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.886 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.887 INFO kablam! ... Oct 13 13:13:40.887 INFO kablam! 932 | rt_alloc_excess_used!(rt_pow2_2bytes_2align_alloc_excess_used, 2, 2); Oct 13 13:13:40.887 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.887 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.887 INFO kablam! | Oct 13 13:13:40.887 INFO kablam! Oct 13 13:13:40.893 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.893 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.893 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.893 INFO kablam! ... Oct 13 13:13:40.893 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 13 13:13:40.893 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.893 INFO kablam! Oct 13 13:13:40.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.893 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.893 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.893 INFO kablam! ... Oct 13 13:13:40.893 INFO kablam! 945 | rt_alloc_excess_used!(rt_pow2_4bytes_2align_alloc_excess_used, 4, 2); Oct 13 13:13:40.893 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! Oct 13 13:13:40.893 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.893 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.893 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.893 INFO kablam! ... Oct 13 13:13:40.893 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 13 13:13:40.893 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.893 INFO kablam! Oct 13 13:13:40.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.893 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.893 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.893 INFO kablam! ... Oct 13 13:13:40.893 INFO kablam! 958 | rt_alloc_excess_used!(rt_pow2_8bytes_2align_alloc_excess_used, 8, 2); Oct 13 13:13:40.893 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! Oct 13 13:13:40.893 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.893 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.893 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.893 INFO kablam! ... Oct 13 13:13:40.893 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 13 13:13:40.893 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.893 INFO kablam! Oct 13 13:13:40.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.893 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.893 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.893 INFO kablam! ... Oct 13 13:13:40.893 INFO kablam! 971 | rt_alloc_excess_used!(rt_pow2_16bytes_2align_alloc_excess_used, 16, 2); Oct 13 13:13:40.893 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.893 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! Oct 13 13:13:40.894 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.894 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.894 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.894 INFO kablam! ... Oct 13 13:13:40.894 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 13 13:13:40.894 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.894 INFO kablam! Oct 13 13:13:40.894 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.894 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.894 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.894 INFO kablam! ... Oct 13 13:13:40.894 INFO kablam! 984 | rt_alloc_excess_used!(rt_pow2_32bytes_2align_alloc_excess_used, 32, 2); Oct 13 13:13:40.894 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.894 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.894 INFO kablam! | Oct 13 13:13:40.894 INFO kablam! Oct 13 13:13:40.901 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.901 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.901 INFO kablam! | Oct 13 13:13:40.901 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.901 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.901 INFO kablam! ... Oct 13 13:13:40.901 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Oct 13 13:13:40.901 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.901 INFO kablam! Oct 13 13:13:40.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.908 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.908 INFO kablam! ... Oct 13 13:13:40.908 INFO kablam! 997 | rt_alloc_excess_used!(rt_pow2_64bytes_2align_alloc_excess_used, 64, 2); Oct 13 13:13:40.908 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! Oct 13 13:13:40.908 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.908 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.908 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.908 INFO kablam! ... Oct 13 13:13:40.908 INFO kablam! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Oct 13 13:13:40.908 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.908 INFO kablam! Oct 13 13:13:40.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.908 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.908 INFO kablam! ... Oct 13 13:13:40.908 INFO kablam! 1010 | rt_alloc_excess_used!(rt_pow2_128bytes_2align_alloc_excess_used, 128, 2); Oct 13 13:13:40.908 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! Oct 13 13:13:40.908 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.908 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.908 INFO kablam! | Oct 13 13:13:40.908 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.908 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.908 INFO kablam! ... Oct 13 13:13:40.908 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 13 13:13:40.908 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.908 INFO kablam! Oct 13 13:13:40.916 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.916 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.916 INFO kablam! | Oct 13 13:13:40.916 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.916 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.916 INFO kablam! ... Oct 13 13:13:40.916 INFO kablam! 1023 | rt_alloc_excess_used!(rt_pow2_256bytes_2align_alloc_excess_used, 256, 2); Oct 13 13:13:40.916 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.916 INFO kablam! | Oct 13 13:13:40.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.916 INFO kablam! | Oct 13 13:13:40.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.916 INFO kablam! | Oct 13 13:13:40.916 INFO kablam! Oct 13 13:13:40.916 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.916 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.916 INFO kablam! | Oct 13 13:13:40.916 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 13 13:13:40.917 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.917 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1036 | rt_alloc_excess_used!(rt_pow2_512bytes_2align_alloc_excess_used, 512, 2); Oct 13 13:13:40.917 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.917 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Oct 13 13:13:40.917 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.917 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1049 | rt_alloc_excess_used!(rt_pow2_1024bytes_2align_alloc_excess_used, 1024, 2); Oct 13 13:13:40.917 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.917 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 13 13:13:40.917 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.917 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1062 | rt_alloc_excess_used!(rt_pow2_2048bytes_2align_alloc_excess_used, 2048, 2); Oct 13 13:13:40.917 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.917 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 13 13:13:40.917 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! Oct 13 13:13:40.917 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.917 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.917 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.917 INFO kablam! ... Oct 13 13:13:40.917 INFO kablam! 1075 | rt_alloc_excess_used!(rt_pow2_4096bytes_2align_alloc_excess_used, 4096, 2); Oct 13 13:13:40.917 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.917 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.918 INFO kablam! | Oct 13 13:13:40.918 INFO kablam! Oct 13 13:13:40.921 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.921 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.921 INFO kablam! | Oct 13 13:13:40.921 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.921 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.921 INFO kablam! ... Oct 13 13:13:40.922 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 13 13:13:40.922 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.922 INFO kablam! Oct 13 13:13:40.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.922 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.922 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.922 INFO kablam! ... Oct 13 13:13:40.922 INFO kablam! 1088 | rt_alloc_excess_used!(rt_pow2_8192bytes_2align_alloc_excess_used, 8192, 2); Oct 13 13:13:40.922 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! Oct 13 13:13:40.922 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.922 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.922 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.922 INFO kablam! ... Oct 13 13:13:40.922 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 13 13:13:40.922 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.922 INFO kablam! Oct 13 13:13:40.922 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.922 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.922 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.922 INFO kablam! ... Oct 13 13:13:40.922 INFO kablam! 1101 | rt_alloc_excess_used!(rt_pow2_16384bytes_2align_alloc_excess_used, 16384, 2); Oct 13 13:13:40.922 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.922 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.922 INFO kablam! | Oct 13 13:13:40.922 INFO kablam! Oct 13 13:13:40.927 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.927 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.927 INFO kablam! | Oct 13 13:13:40.927 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.927 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.927 INFO kablam! ... Oct 13 13:13:40.927 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 13 13:13:40.927 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.927 INFO kablam! Oct 13 13:13:40.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.927 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.927 INFO kablam! | Oct 13 13:13:40.927 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.927 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.927 INFO kablam! ... Oct 13 13:13:40.927 INFO kablam! 1114 | rt_alloc_excess_used!(rt_pow2_32768bytes_2align_alloc_excess_used, 32768, 2); Oct 13 13:13:40.927 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.927 INFO kablam! | Oct 13 13:13:40.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.927 INFO kablam! | Oct 13 13:13:40.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.927 INFO kablam! | Oct 13 13:13:40.927 INFO kablam! Oct 13 13:13:40.928 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.928 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.928 INFO kablam! | Oct 13 13:13:40.928 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.928 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.928 INFO kablam! ... Oct 13 13:13:40.928 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 13 13:13:40.928 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.928 INFO kablam! Oct 13 13:13:40.930 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.930 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.930 INFO kablam! | Oct 13 13:13:40.930 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.930 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.930 INFO kablam! ... Oct 13 13:13:40.930 INFO kablam! 1127 | rt_alloc_excess_used!(rt_pow2_65536bytes_2align_alloc_excess_used, 65536, 2); Oct 13 13:13:40.930 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.930 INFO kablam! | Oct 13 13:13:40.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.930 INFO kablam! | Oct 13 13:13:40.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.930 INFO kablam! | Oct 13 13:13:40.930 INFO kablam! Oct 13 13:13:40.932 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.932 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.932 INFO kablam! | Oct 13 13:13:40.932 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.932 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.932 INFO kablam! ... Oct 13 13:13:40.932 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 13 13:13:40.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.932 INFO kablam! Oct 13 13:13:40.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.932 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.932 INFO kablam! | Oct 13 13:13:40.932 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.932 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.932 INFO kablam! ... Oct 13 13:13:40.932 INFO kablam! 1140 | rt_alloc_excess_used!(rt_pow2_131072bytes_2align_alloc_excess_used, 131072, 2); Oct 13 13:13:40.932 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.932 INFO kablam! | Oct 13 13:13:40.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.932 INFO kablam! | Oct 13 13:13:40.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.932 INFO kablam! | Oct 13 13:13:40.932 INFO kablam! Oct 13 13:13:40.933 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.933 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.933 INFO kablam! | Oct 13 13:13:40.933 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.933 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.933 INFO kablam! ... Oct 13 13:13:40.933 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 13 13:13:40.933 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.933 INFO kablam! Oct 13 13:13:40.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.937 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.937 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.937 INFO kablam! ... Oct 13 13:13:40.937 INFO kablam! 1153 | rt_alloc_excess_used!(rt_pow2_4194304bytes_2align_alloc_excess_used, 4194304, 2); Oct 13 13:13:40.937 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! Oct 13 13:13:40.937 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.937 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.937 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.937 INFO kablam! ... Oct 13 13:13:40.937 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 13 13:13:40.937 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.937 INFO kablam! Oct 13 13:13:40.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.937 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.937 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.937 INFO kablam! ... Oct 13 13:13:40.937 INFO kablam! 1167 | rt_alloc_excess_used!(rt_even_10bytes_2align_alloc_excess_used, 10, 2); Oct 13 13:13:40.937 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.937 INFO kablam! | Oct 13 13:13:40.937 INFO kablam! Oct 13 13:13:40.941 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.941 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.941 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.941 INFO kablam! ... Oct 13 13:13:40.941 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 13 13:13:40.941 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.941 INFO kablam! Oct 13 13:13:40.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.941 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.941 INFO kablam! ... Oct 13 13:13:40.941 INFO kablam! 1180 | rt_alloc_excess_used!(rt_even_100bytes_2align_alloc_excess_used, 100, 2); Oct 13 13:13:40.941 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! Oct 13 13:13:40.941 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.941 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.941 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.941 INFO kablam! ... Oct 13 13:13:40.941 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 13 13:13:40.941 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.941 INFO kablam! Oct 13 13:13:40.941 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.941 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.941 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.941 INFO kablam! ... Oct 13 13:13:40.941 INFO kablam! 1193 | rt_alloc_excess_used!(rt_even_1000bytes_2align_alloc_excess_used, 1000, 2); Oct 13 13:13:40.941 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.941 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.941 INFO kablam! Oct 13 13:13:40.941 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.941 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.941 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.942 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.942 INFO kablam! ... Oct 13 13:13:40.942 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 13 13:13:40.942 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.942 INFO kablam! Oct 13 13:13:40.942 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.942 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.942 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.942 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.942 INFO kablam! ... Oct 13 13:13:40.942 INFO kablam! 1206 | rt_alloc_excess_used!(rt_even_10000bytes_2align_alloc_excess_used, 10000, 2); Oct 13 13:13:40.942 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.942 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.942 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.942 INFO kablam! | Oct 13 13:13:40.942 INFO kablam! Oct 13 13:13:40.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.945 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.945 INFO kablam! | Oct 13 13:13:40.945 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.945 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.945 INFO kablam! ... Oct 13 13:13:40.945 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 13 13:13:40.945 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.945 INFO kablam! Oct 13 13:13:40.945 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.945 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.945 INFO kablam! | Oct 13 13:13:40.945 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.945 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.945 INFO kablam! ... Oct 13 13:13:40.945 INFO kablam! 1219 | rt_alloc_excess_used!(rt_even_100000bytes_2align_alloc_excess_used, 100000, 2); Oct 13 13:13:40.945 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.945 INFO kablam! | Oct 13 13:13:40.945 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.945 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.945 INFO kablam! | Oct 13 13:13:40.945 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.945 INFO kablam! | Oct 13 13:13:40.945 INFO kablam! Oct 13 13:13:40.945 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.945 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.945 INFO kablam! | Oct 13 13:13:40.945 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.945 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.945 INFO kablam! ... Oct 13 13:13:40.946 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 13 13:13:40.946 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.946 INFO kablam! Oct 13 13:13:40.946 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.946 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.946 INFO kablam! | Oct 13 13:13:40.946 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.946 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.946 INFO kablam! ... Oct 13 13:13:40.946 INFO kablam! 1232 | rt_alloc_excess_used!(rt_even_1000000bytes_2align_alloc_excess_used, 1000000, 2); Oct 13 13:13:40.946 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.946 INFO kablam! | Oct 13 13:13:40.946 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.946 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.946 INFO kablam! | Oct 13 13:13:40.946 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.946 INFO kablam! | Oct 13 13:13:40.946 INFO kablam! Oct 13 13:13:40.954 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.954 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.954 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.954 INFO kablam! ... Oct 13 13:13:40.954 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 13 13:13:40.954 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.954 INFO kablam! Oct 13 13:13:40.954 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.954 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.954 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.954 INFO kablam! ... Oct 13 13:13:40.954 INFO kablam! 1246 | rt_alloc_excess_used!(rt_odd_10bytes_2align_alloc_excess_used, 10- 1, 2); Oct 13 13:13:40.954 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! Oct 13 13:13:40.954 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.954 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.954 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.954 INFO kablam! ... Oct 13 13:13:40.954 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 13 13:13:40.954 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.954 INFO kablam! Oct 13 13:13:40.954 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.954 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.954 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.954 INFO kablam! ... Oct 13 13:13:40.954 INFO kablam! 1259 | rt_alloc_excess_used!(rt_odd_100bytes_2align_alloc_excess_used, 100- 1, 2); Oct 13 13:13:40.954 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! Oct 13 13:13:40.954 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.954 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.954 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.954 INFO kablam! ... Oct 13 13:13:40.954 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 13 13:13:40.954 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.954 INFO kablam! Oct 13 13:13:40.954 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.954 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.954 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.954 INFO kablam! ... Oct 13 13:13:40.954 INFO kablam! 1272 | rt_alloc_excess_used!(rt_odd_1000bytes_2align_alloc_excess_used, 1000- 1, 2); Oct 13 13:13:40.954 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.954 INFO kablam! | Oct 13 13:13:40.954 INFO kablam! Oct 13 13:13:40.958 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.958 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.958 INFO kablam! | Oct 13 13:13:40.958 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.958 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.958 INFO kablam! ... Oct 13 13:13:40.958 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 13 13:13:40.958 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.958 INFO kablam! Oct 13 13:13:40.958 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.958 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.958 INFO kablam! | Oct 13 13:13:40.958 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.958 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.958 INFO kablam! ... Oct 13 13:13:40.958 INFO kablam! 1285 | rt_alloc_excess_used!(rt_odd_10000bytes_2align_alloc_excess_used, 10000- 1, 2); Oct 13 13:13:40.958 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.958 INFO kablam! | Oct 13 13:13:40.958 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.958 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.958 INFO kablam! | Oct 13 13:13:40.958 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.958 INFO kablam! | Oct 13 13:13:40.958 INFO kablam! Oct 13 13:13:40.960 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.960 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.960 INFO kablam! | Oct 13 13:13:40.960 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.960 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.960 INFO kablam! ... Oct 13 13:13:40.960 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 13 13:13:40.960 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.960 INFO kablam! Oct 13 13:13:40.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.960 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.960 INFO kablam! | Oct 13 13:13:40.960 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.960 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.960 INFO kablam! ... Oct 13 13:13:40.960 INFO kablam! 1298 | rt_alloc_excess_used!(rt_odd_100000bytes_2align_alloc_excess_used, 100000- 1, 2); Oct 13 13:13:40.960 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.960 INFO kablam! | Oct 13 13:13:40.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.960 INFO kablam! | Oct 13 13:13:40.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.960 INFO kablam! | Oct 13 13:13:40.960 INFO kablam! Oct 13 13:13:40.965 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.965 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.965 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.965 INFO kablam! ... Oct 13 13:13:40.965 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 13 13:13:40.965 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.965 INFO kablam! Oct 13 13:13:40.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.965 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.965 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.965 INFO kablam! ... Oct 13 13:13:40.965 INFO kablam! 1311 | rt_alloc_excess_used!(rt_odd_1000000bytes_2align_alloc_excess_used, 1000000- 1, 2); Oct 13 13:13:40.965 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! Oct 13 13:13:40.965 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.965 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.965 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.965 INFO kablam! ... Oct 13 13:13:40.965 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 13 13:13:40.965 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.965 INFO kablam! Oct 13 13:13:40.965 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.965 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.965 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.965 INFO kablam! ... Oct 13 13:13:40.965 INFO kablam! 1325 | rt_alloc_excess_used!(rt_primes_3bytes_2align_alloc_excess_used, 3, 2); Oct 13 13:13:40.965 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.965 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.965 INFO kablam! | Oct 13 13:13:40.965 INFO kablam! Oct 13 13:13:40.966 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.966 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.966 INFO kablam! | Oct 13 13:13:40.966 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.966 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.966 INFO kablam! ... Oct 13 13:13:40.966 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 13 13:13:40.966 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.966 INFO kablam! Oct 13 13:13:40.967 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.967 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.967 INFO kablam! | Oct 13 13:13:40.967 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.967 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.967 INFO kablam! ... Oct 13 13:13:40.967 INFO kablam! 1338 | rt_alloc_excess_used!(rt_primes_7bytes_2align_alloc_excess_used, 7, 2); Oct 13 13:13:40.967 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.967 INFO kablam! | Oct 13 13:13:40.967 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.967 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.967 INFO kablam! | Oct 13 13:13:40.967 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.967 INFO kablam! | Oct 13 13:13:40.967 INFO kablam! Oct 13 13:13:40.968 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.968 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.968 INFO kablam! | Oct 13 13:13:40.968 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.968 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.968 INFO kablam! ... Oct 13 13:13:40.968 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 13 13:13:40.968 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.968 INFO kablam! Oct 13 13:13:40.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.973 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.973 INFO kablam! ... Oct 13 13:13:40.973 INFO kablam! 1351 | rt_alloc_excess_used!(rt_primes_13bytes_2align_alloc_excess_used, 13, 2); Oct 13 13:13:40.973 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! Oct 13 13:13:40.973 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.973 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.973 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.973 INFO kablam! ... Oct 13 13:13:40.973 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 13 13:13:40.973 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.973 INFO kablam! Oct 13 13:13:40.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.973 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.973 INFO kablam! ... Oct 13 13:13:40.973 INFO kablam! 1364 | rt_alloc_excess_used!(rt_primes_17bytes_2align_alloc_excess_used, 17, 2); Oct 13 13:13:40.973 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! Oct 13 13:13:40.973 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.973 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.973 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.973 INFO kablam! ... Oct 13 13:13:40.973 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Oct 13 13:13:40.973 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.973 INFO kablam! Oct 13 13:13:40.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.973 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.973 INFO kablam! ... Oct 13 13:13:40.973 INFO kablam! 1377 | rt_alloc_excess_used!(rt_primes_31bytes_2align_alloc_excess_used, 31, 2); Oct 13 13:13:40.973 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! Oct 13 13:13:40.973 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.973 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.973 INFO kablam! | Oct 13 13:13:40.973 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.973 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.973 INFO kablam! ... Oct 13 13:13:40.973 INFO kablam! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Oct 13 13:13:40.973 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.974 INFO kablam! Oct 13 13:13:40.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.977 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.977 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.977 INFO kablam! ... Oct 13 13:13:40.977 INFO kablam! 1390 | rt_alloc_excess_used!(rt_primes_61bytes_2align_alloc_excess_used, 61, 2); Oct 13 13:13:40.977 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! Oct 13 13:13:40.977 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.977 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.977 INFO kablam! | Oct 13 13:13:40.977 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.977 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.977 INFO kablam! ... Oct 13 13:13:40.977 INFO kablam! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Oct 13 13:13:40.977 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.977 INFO kablam! Oct 13 13:13:40.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.981 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.981 INFO kablam! | Oct 13 13:13:40.981 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.981 INFO kablam! ... Oct 13 13:13:40.981 INFO kablam! 1403 | rt_alloc_excess_used!(rt_primes_96bytes_2align_alloc_excess_used, 96, 2); Oct 13 13:13:40.981 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.981 INFO kablam! | Oct 13 13:13:40.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.981 INFO kablam! | Oct 13 13:13:40.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.981 INFO kablam! | Oct 13 13:13:40.981 INFO kablam! Oct 13 13:13:40.981 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.981 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.981 INFO kablam! | Oct 13 13:13:40.981 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.981 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.981 INFO kablam! ... Oct 13 13:13:40.981 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 13 13:13:40.981 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.981 INFO kablam! Oct 13 13:13:40.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.982 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.982 INFO kablam! | Oct 13 13:13:40.982 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.982 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.982 INFO kablam! ... Oct 13 13:13:40.982 INFO kablam! 1416 | rt_alloc_excess_used!(rt_primes_127bytes_2align_alloc_excess_used, 127, 2); Oct 13 13:13:40.982 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.982 INFO kablam! | Oct 13 13:13:40.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.982 INFO kablam! | Oct 13 13:13:40.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.982 INFO kablam! | Oct 13 13:13:40.982 INFO kablam! Oct 13 13:13:40.985 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.985 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.985 INFO kablam! | Oct 13 13:13:40.985 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.985 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.985 INFO kablam! ... Oct 13 13:13:40.985 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 13 13:13:40.985 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.985 INFO kablam! Oct 13 13:13:40.985 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.985 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.985 INFO kablam! | Oct 13 13:13:40.985 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.985 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.985 INFO kablam! ... Oct 13 13:13:40.985 INFO kablam! 1429 | rt_alloc_excess_used!(rt_primes_257bytes_2align_alloc_excess_used, 257, 2); Oct 13 13:13:40.985 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.985 INFO kablam! | Oct 13 13:13:40.985 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.985 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.985 INFO kablam! | Oct 13 13:13:40.985 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.985 INFO kablam! | Oct 13 13:13:40.985 INFO kablam! Oct 13 13:13:40.985 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.985 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.985 INFO kablam! | Oct 13 13:13:40.985 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.985 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.985 INFO kablam! ... Oct 13 13:13:40.985 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 13 13:13:40.985 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.985 INFO kablam! Oct 13 13:13:40.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.988 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.988 INFO kablam! | Oct 13 13:13:40.988 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.988 INFO kablam! ... Oct 13 13:13:40.988 INFO kablam! 1442 | rt_alloc_excess_used!(rt_primes_509bytes_2align_alloc_excess_used, 509, 2); Oct 13 13:13:40.988 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.988 INFO kablam! | Oct 13 13:13:40.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.988 INFO kablam! | Oct 13 13:13:40.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.988 INFO kablam! | Oct 13 13:13:40.988 INFO kablam! Oct 13 13:13:40.988 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.988 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.988 INFO kablam! | Oct 13 13:13:40.988 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.988 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.988 INFO kablam! ... Oct 13 13:13:40.988 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 13 13:13:40.989 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.989 INFO kablam! Oct 13 13:13:40.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.989 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.989 INFO kablam! | Oct 13 13:13:40.989 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.989 INFO kablam! ... Oct 13 13:13:40.989 INFO kablam! 1455 | rt_alloc_excess_used!(rt_primes_1021bytes_2align_alloc_excess_used, 1021, 2); Oct 13 13:13:40.989 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.989 INFO kablam! | Oct 13 13:13:40.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.989 INFO kablam! | Oct 13 13:13:40.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.989 INFO kablam! | Oct 13 13:13:40.989 INFO kablam! Oct 13 13:13:40.993 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.993 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.993 INFO kablam! | Oct 13 13:13:40.993 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.993 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.993 INFO kablam! ... Oct 13 13:13:40.994 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 13 13:13:40.994 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.994 INFO kablam! Oct 13 13:13:40.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.994 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.994 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.994 INFO kablam! ... Oct 13 13:13:40.994 INFO kablam! 1468 | rt_alloc_excess_used!(rt_primes_2039bytes_2align_alloc_excess_used, 2039, 2); Oct 13 13:13:40.994 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! Oct 13 13:13:40.994 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.994 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.994 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.994 INFO kablam! ... Oct 13 13:13:40.994 INFO kablam! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Oct 13 13:13:40.994 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.994 INFO kablam! Oct 13 13:13:40.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.994 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.994 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.994 INFO kablam! ... Oct 13 13:13:40.994 INFO kablam! 1481 | rt_alloc_excess_used!(rt_primes_4093bytes_2align_alloc_excess_used, 4093, 2); Oct 13 13:13:40.994 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! Oct 13 13:13:40.994 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.994 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.994 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.994 INFO kablam! ... Oct 13 13:13:40.994 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 13 13:13:40.994 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.994 INFO kablam! Oct 13 13:13:40.994 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.994 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.994 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.994 INFO kablam! ... Oct 13 13:13:40.994 INFO kablam! 1494 | rt_alloc_excess_used!(rt_primes_8191bytes_2align_alloc_excess_used, 8191, 2); Oct 13 13:13:40.994 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.994 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.994 INFO kablam! | Oct 13 13:13:40.994 INFO kablam! Oct 13 13:13:40.997 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.997 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:40.997 INFO kablam! | Oct 13 13:13:40.997 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:40.997 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:40.997 INFO kablam! ... Oct 13 13:13:40.997 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 13 13:13:40.997 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.997 INFO kablam! Oct 13 13:13:40.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:40.997 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:40.997 INFO kablam! | Oct 13 13:13:40.997 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:40.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:40.997 INFO kablam! ... Oct 13 13:13:40.997 INFO kablam! 1507 | rt_alloc_excess_used!(rt_primes_16381bytes_2align_alloc_excess_used, 16381, 2); Oct 13 13:13:40.997 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:40.997 INFO kablam! | Oct 13 13:13:40.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:40.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:40.997 INFO kablam! | Oct 13 13:13:40.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:40.997 INFO kablam! | Oct 13 13:13:40.997 INFO kablam! Oct 13 13:13:41.001 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.001 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.001 INFO kablam! ... Oct 13 13:13:41.001 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 13 13:13:41.001 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.001 INFO kablam! Oct 13 13:13:41.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.001 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.001 INFO kablam! ... Oct 13 13:13:41.001 INFO kablam! 1520 | rt_alloc_excess_used!(rt_primes_32749bytes_2align_alloc_excess_used, 32749, 2); Oct 13 13:13:41.001 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! Oct 13 13:13:41.001 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.001 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.001 INFO kablam! | Oct 13 13:13:41.001 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.001 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.001 INFO kablam! ... Oct 13 13:13:41.001 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 13 13:13:41.001 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.001 INFO kablam! Oct 13 13:13:41.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.017 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.017 INFO kablam! | Oct 13 13:13:41.017 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.017 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.017 INFO kablam! ... Oct 13 13:13:41.017 INFO kablam! 1533 | rt_alloc_excess_used!(rt_primes_65537bytes_2align_alloc_excess_used, 65537, 2); Oct 13 13:13:41.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.017 INFO kablam! | Oct 13 13:13:41.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.017 INFO kablam! | Oct 13 13:13:41.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.017 INFO kablam! | Oct 13 13:13:41.017 INFO kablam! Oct 13 13:13:41.019 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.019 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.019 INFO kablam! | Oct 13 13:13:41.019 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.019 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.019 INFO kablam! ... Oct 13 13:13:41.019 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 13 13:13:41.019 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.019 INFO kablam! Oct 13 13:13:41.019 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.019 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.019 INFO kablam! | Oct 13 13:13:41.019 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.019 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.019 INFO kablam! ... Oct 13 13:13:41.019 INFO kablam! 1546 | rt_alloc_excess_used!(rt_primes_131071bytes_2align_alloc_excess_used, 131071, 2); Oct 13 13:13:41.019 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.019 INFO kablam! | Oct 13 13:13:41.019 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.019 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.019 INFO kablam! | Oct 13 13:13:41.019 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.019 INFO kablam! | Oct 13 13:13:41.019 INFO kablam! Oct 13 13:13:41.021 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.021 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.021 INFO kablam! | Oct 13 13:13:41.021 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.021 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.021 INFO kablam! ... Oct 13 13:13:41.021 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 13 13:13:41.021 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.021 INFO kablam! Oct 13 13:13:41.021 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.021 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.021 INFO kablam! | Oct 13 13:13:41.021 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.021 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.021 INFO kablam! ... Oct 13 13:13:41.021 INFO kablam! 1559 | rt_alloc_excess_used!(rt_primes_4194301bytes_2align_alloc_excess_used, 4194301, 2); Oct 13 13:13:41.021 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.021 INFO kablam! | Oct 13 13:13:41.021 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.021 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.021 INFO kablam! | Oct 13 13:13:41.021 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.021 INFO kablam! | Oct 13 13:13:41.021 INFO kablam! Oct 13 13:13:41.024 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.024 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.024 INFO kablam! | Oct 13 13:13:41.024 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.024 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.024 INFO kablam! ... Oct 13 13:13:41.024 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 13 13:13:41.024 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.024 INFO kablam! Oct 13 13:13:41.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.024 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.024 INFO kablam! | Oct 13 13:13:41.024 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.024 INFO kablam! ... Oct 13 13:13:41.024 INFO kablam! 1575 | rt_alloc_excess_used!(rt_pow2_1bytes_4align_alloc_excess_used, 1, 4); Oct 13 13:13:41.024 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.024 INFO kablam! | Oct 13 13:13:41.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.024 INFO kablam! | Oct 13 13:13:41.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.024 INFO kablam! | Oct 13 13:13:41.024 INFO kablam! Oct 13 13:13:41.025 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.025 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.025 INFO kablam! | Oct 13 13:13:41.025 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.025 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.025 INFO kablam! ... Oct 13 13:13:41.025 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 13 13:13:41.025 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.025 INFO kablam! Oct 13 13:13:41.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.025 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.025 INFO kablam! | Oct 13 13:13:41.025 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.025 INFO kablam! ... Oct 13 13:13:41.025 INFO kablam! 1588 | rt_alloc_excess_used!(rt_pow2_2bytes_4align_alloc_excess_used, 2, 4); Oct 13 13:13:41.025 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.025 INFO kablam! | Oct 13 13:13:41.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.025 INFO kablam! | Oct 13 13:13:41.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.025 INFO kablam! | Oct 13 13:13:41.025 INFO kablam! Oct 13 13:13:41.028 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.029 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.029 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.029 INFO kablam! ... Oct 13 13:13:41.029 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 13 13:13:41.029 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.029 INFO kablam! Oct 13 13:13:41.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.029 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.029 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.029 INFO kablam! ... Oct 13 13:13:41.029 INFO kablam! 1601 | rt_alloc_excess_used!(rt_pow2_4bytes_4align_alloc_excess_used, 4, 4); Oct 13 13:13:41.029 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! Oct 13 13:13:41.029 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.029 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.029 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.029 INFO kablam! ... Oct 13 13:13:41.029 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 13 13:13:41.029 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.029 INFO kablam! Oct 13 13:13:41.029 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.029 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.029 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.029 INFO kablam! ... Oct 13 13:13:41.029 INFO kablam! 1614 | rt_alloc_excess_used!(rt_pow2_8bytes_4align_alloc_excess_used, 8, 4); Oct 13 13:13:41.029 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.029 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.029 INFO kablam! | Oct 13 13:13:41.029 INFO kablam! Oct 13 13:13:41.032 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.032 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.032 INFO kablam! | Oct 13 13:13:41.032 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.032 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.032 INFO kablam! ... Oct 13 13:13:41.032 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 13 13:13:41.032 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.032 INFO kablam! Oct 13 13:13:41.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.032 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.032 INFO kablam! | Oct 13 13:13:41.032 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.032 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.032 INFO kablam! ... Oct 13 13:13:41.032 INFO kablam! 1627 | rt_alloc_excess_used!(rt_pow2_16bytes_4align_alloc_excess_used, 16, 4); Oct 13 13:13:41.032 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.032 INFO kablam! | Oct 13 13:13:41.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.032 INFO kablam! | Oct 13 13:13:41.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.032 INFO kablam! | Oct 13 13:13:41.032 INFO kablam! Oct 13 13:13:41.040 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.040 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.040 INFO kablam! | Oct 13 13:13:41.040 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.040 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.040 INFO kablam! ... Oct 13 13:13:41.040 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 13 13:13:41.040 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.044 INFO kablam! Oct 13 13:13:41.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.044 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.044 INFO kablam! ... Oct 13 13:13:41.044 INFO kablam! 1640 | rt_alloc_excess_used!(rt_pow2_32bytes_4align_alloc_excess_used, 32, 4); Oct 13 13:13:41.044 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! Oct 13 13:13:41.044 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.044 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.044 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.044 INFO kablam! ... Oct 13 13:13:41.044 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 13 13:13:41.044 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.044 INFO kablam! Oct 13 13:13:41.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.044 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.044 INFO kablam! ... Oct 13 13:13:41.044 INFO kablam! 1653 | rt_alloc_excess_used!(rt_pow2_64bytes_4align_alloc_excess_used, 64, 4); Oct 13 13:13:41.044 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.044 INFO kablam! | Oct 13 13:13:41.044 INFO kablam! Oct 13 13:13:41.046 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.046 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.047 INFO kablam! | Oct 13 13:13:41.047 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.047 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.047 INFO kablam! ... Oct 13 13:13:41.047 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 13 13:13:41.047 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.047 INFO kablam! Oct 13 13:13:41.047 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.047 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.047 INFO kablam! | Oct 13 13:13:41.047 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.047 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.047 INFO kablam! ... Oct 13 13:13:41.047 INFO kablam! 1666 | rt_alloc_excess_used!(rt_pow2_128bytes_4align_alloc_excess_used, 128, 4); Oct 13 13:13:41.047 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.047 INFO kablam! | Oct 13 13:13:41.047 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.047 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.047 INFO kablam! | Oct 13 13:13:41.047 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.047 INFO kablam! | Oct 13 13:13:41.047 INFO kablam! Oct 13 13:13:41.048 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.048 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.048 INFO kablam! | Oct 13 13:13:41.048 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.048 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.048 INFO kablam! ... Oct 13 13:13:41.048 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 13 13:13:41.048 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.048 INFO kablam! Oct 13 13:13:41.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.048 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.048 INFO kablam! | Oct 13 13:13:41.048 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.048 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.048 INFO kablam! ... Oct 13 13:13:41.048 INFO kablam! 1679 | rt_alloc_excess_used!(rt_pow2_256bytes_4align_alloc_excess_used, 256, 4); Oct 13 13:13:41.048 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.048 INFO kablam! | Oct 13 13:13:41.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.048 INFO kablam! | Oct 13 13:13:41.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.048 INFO kablam! | Oct 13 13:13:41.048 INFO kablam! Oct 13 13:13:41.050 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.050 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.050 INFO kablam! | Oct 13 13:13:41.050 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.050 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.050 INFO kablam! ... Oct 13 13:13:41.050 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 13 13:13:41.050 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.050 INFO kablam! Oct 13 13:13:41.050 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.050 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.050 INFO kablam! | Oct 13 13:13:41.050 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.050 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.050 INFO kablam! ... Oct 13 13:13:41.050 INFO kablam! 1692 | rt_alloc_excess_used!(rt_pow2_512bytes_4align_alloc_excess_used, 512, 4); Oct 13 13:13:41.050 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.050 INFO kablam! | Oct 13 13:13:41.050 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.050 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.050 INFO kablam! | Oct 13 13:13:41.050 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.050 INFO kablam! | Oct 13 13:13:41.050 INFO kablam! Oct 13 13:13:41.052 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.052 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.052 INFO kablam! | Oct 13 13:13:41.052 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.052 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.052 INFO kablam! ... Oct 13 13:13:41.052 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 13 13:13:41.052 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.052 INFO kablam! Oct 13 13:13:41.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.053 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.053 INFO kablam! | Oct 13 13:13:41.053 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.053 INFO kablam! ... Oct 13 13:13:41.053 INFO kablam! 1705 | rt_alloc_excess_used!(rt_pow2_1024bytes_4align_alloc_excess_used, 1024, 4); Oct 13 13:13:41.053 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.053 INFO kablam! | Oct 13 13:13:41.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.053 INFO kablam! | Oct 13 13:13:41.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.053 INFO kablam! | Oct 13 13:13:41.053 INFO kablam! Oct 13 13:13:41.054 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.054 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.054 INFO kablam! | Oct 13 13:13:41.054 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.054 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.054 INFO kablam! ... Oct 13 13:13:41.054 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 13 13:13:41.054 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.054 INFO kablam! Oct 13 13:13:41.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.054 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.054 INFO kablam! | Oct 13 13:13:41.054 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.054 INFO kablam! ... Oct 13 13:13:41.054 INFO kablam! 1718 | rt_alloc_excess_used!(rt_pow2_2048bytes_4align_alloc_excess_used, 2048, 4); Oct 13 13:13:41.054 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.054 INFO kablam! | Oct 13 13:13:41.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.054 INFO kablam! | Oct 13 13:13:41.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.054 INFO kablam! | Oct 13 13:13:41.054 INFO kablam! Oct 13 13:13:41.056 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.056 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.056 INFO kablam! | Oct 13 13:13:41.056 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.056 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.056 INFO kablam! ... Oct 13 13:13:41.056 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 13 13:13:41.056 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.056 INFO kablam! Oct 13 13:13:41.057 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.057 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.057 INFO kablam! | Oct 13 13:13:41.057 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.057 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.057 INFO kablam! ... Oct 13 13:13:41.057 INFO kablam! 1731 | rt_alloc_excess_used!(rt_pow2_4096bytes_4align_alloc_excess_used, 4096, 4); Oct 13 13:13:41.057 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.057 INFO kablam! | Oct 13 13:13:41.057 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.057 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.057 INFO kablam! | Oct 13 13:13:41.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.058 INFO kablam! | Oct 13 13:13:41.058 INFO kablam! Oct 13 13:13:41.066 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.066 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.066 INFO kablam! | Oct 13 13:13:41.066 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.066 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.066 INFO kablam! ... Oct 13 13:13:41.066 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 13 13:13:41.066 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.066 INFO kablam! Oct 13 13:13:41.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.068 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.068 INFO kablam! | Oct 13 13:13:41.068 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.068 INFO kablam! ... Oct 13 13:13:41.068 INFO kablam! 1744 | rt_alloc_excess_used!(rt_pow2_8192bytes_4align_alloc_excess_used, 8192, 4); Oct 13 13:13:41.068 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.068 INFO kablam! | Oct 13 13:13:41.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.068 INFO kablam! | Oct 13 13:13:41.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.068 INFO kablam! | Oct 13 13:13:41.068 INFO kablam! Oct 13 13:13:41.069 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.069 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.069 INFO kablam! | Oct 13 13:13:41.069 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.069 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.069 INFO kablam! ... Oct 13 13:13:41.069 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 13 13:13:41.069 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.069 INFO kablam! Oct 13 13:13:41.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.069 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.069 INFO kablam! | Oct 13 13:13:41.069 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.069 INFO kablam! ... Oct 13 13:13:41.069 INFO kablam! 1757 | rt_alloc_excess_used!(rt_pow2_16384bytes_4align_alloc_excess_used, 16384, 4); Oct 13 13:13:41.069 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.069 INFO kablam! | Oct 13 13:13:41.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.069 INFO kablam! | Oct 13 13:13:41.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.069 INFO kablam! | Oct 13 13:13:41.069 INFO kablam! Oct 13 13:13:41.073 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.073 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.073 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.073 INFO kablam! ... Oct 13 13:13:41.073 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 13 13:13:41.073 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.073 INFO kablam! Oct 13 13:13:41.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.073 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.073 INFO kablam! ... Oct 13 13:13:41.073 INFO kablam! 1770 | rt_alloc_excess_used!(rt_pow2_32768bytes_4align_alloc_excess_used, 32768, 4); Oct 13 13:13:41.073 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! Oct 13 13:13:41.073 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.073 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.073 INFO kablam! | Oct 13 13:13:41.073 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.074 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.074 INFO kablam! ... Oct 13 13:13:41.074 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 13 13:13:41.074 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.074 INFO kablam! Oct 13 13:13:41.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.074 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.074 INFO kablam! | Oct 13 13:13:41.074 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.074 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.074 INFO kablam! ... Oct 13 13:13:41.074 INFO kablam! 1783 | rt_alloc_excess_used!(rt_pow2_65536bytes_4align_alloc_excess_used, 65536, 4); Oct 13 13:13:41.074 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.074 INFO kablam! | Oct 13 13:13:41.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.074 INFO kablam! | Oct 13 13:13:41.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.074 INFO kablam! | Oct 13 13:13:41.074 INFO kablam! Oct 13 13:13:41.087 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.087 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.087 INFO kablam! | Oct 13 13:13:41.087 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.087 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.087 INFO kablam! ... Oct 13 13:13:41.087 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 13 13:13:41.087 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.087 INFO kablam! Oct 13 13:13:41.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.087 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.087 INFO kablam! | Oct 13 13:13:41.087 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.087 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.087 INFO kablam! ... Oct 13 13:13:41.087 INFO kablam! 1796 | rt_alloc_excess_used!(rt_pow2_131072bytes_4align_alloc_excess_used, 131072, 4); Oct 13 13:13:41.087 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.087 INFO kablam! | Oct 13 13:13:41.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.087 INFO kablam! | Oct 13 13:13:41.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.087 INFO kablam! | Oct 13 13:13:41.087 INFO kablam! Oct 13 13:13:41.087 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.087 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.087 INFO kablam! | Oct 13 13:13:41.087 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.087 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.087 INFO kablam! ... Oct 13 13:13:41.087 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 13 13:13:41.087 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.087 INFO kablam! Oct 13 13:13:41.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.088 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.088 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.088 INFO kablam! ... Oct 13 13:13:41.088 INFO kablam! 1809 | rt_alloc_excess_used!(rt_pow2_4194304bytes_4align_alloc_excess_used, 4194304, 4); Oct 13 13:13:41.088 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! Oct 13 13:13:41.088 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.088 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.088 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.088 INFO kablam! ... Oct 13 13:13:41.088 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 13 13:13:41.088 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.088 INFO kablam! Oct 13 13:13:41.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.088 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.088 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.088 INFO kablam! ... Oct 13 13:13:41.088 INFO kablam! 1823 | rt_alloc_excess_used!(rt_even_10bytes_4align_alloc_excess_used, 10, 4); Oct 13 13:13:41.088 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! Oct 13 13:13:41.088 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.088 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.088 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.088 INFO kablam! ... Oct 13 13:13:41.088 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 13 13:13:41.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.088 INFO kablam! Oct 13 13:13:41.088 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.088 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.088 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.088 INFO kablam! ... Oct 13 13:13:41.088 INFO kablam! 1836 | rt_alloc_excess_used!(rt_even_100bytes_4align_alloc_excess_used, 100, 4); Oct 13 13:13:41.088 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.088 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.088 INFO kablam! | Oct 13 13:13:41.088 INFO kablam! Oct 13 13:13:41.104 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.104 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.104 INFO kablam! | Oct 13 13:13:41.104 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.104 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.104 INFO kablam! ... Oct 13 13:13:41.104 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 13 13:13:41.104 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.104 INFO kablam! Oct 13 13:13:41.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.104 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.104 INFO kablam! | Oct 13 13:13:41.104 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.104 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.104 INFO kablam! ... Oct 13 13:13:41.104 INFO kablam! 1849 | rt_alloc_excess_used!(rt_even_1000bytes_4align_alloc_excess_used, 1000, 4); Oct 13 13:13:41.104 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.104 INFO kablam! | Oct 13 13:13:41.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.104 INFO kablam! | Oct 13 13:13:41.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.104 INFO kablam! | Oct 13 13:13:41.104 INFO kablam! Oct 13 13:13:41.104 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.104 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.104 INFO kablam! | Oct 13 13:13:41.104 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.104 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.104 INFO kablam! ... Oct 13 13:13:41.104 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 13 13:13:41.104 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.104 INFO kablam! Oct 13 13:13:41.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.112 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.112 INFO kablam! ... Oct 13 13:13:41.112 INFO kablam! 1862 | rt_alloc_excess_used!(rt_even_10000bytes_4align_alloc_excess_used, 10000, 4); Oct 13 13:13:41.112 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! Oct 13 13:13:41.112 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.112 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.112 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.112 INFO kablam! ... Oct 13 13:13:41.112 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 13 13:13:41.112 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.112 INFO kablam! Oct 13 13:13:41.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.112 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.112 INFO kablam! ... Oct 13 13:13:41.112 INFO kablam! 1875 | rt_alloc_excess_used!(rt_even_100000bytes_4align_alloc_excess_used, 100000, 4); Oct 13 13:13:41.112 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! Oct 13 13:13:41.112 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.112 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.112 INFO kablam! | Oct 13 13:13:41.112 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.112 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.112 INFO kablam! ... Oct 13 13:13:41.112 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 13 13:13:41.112 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.113 INFO kablam! Oct 13 13:13:41.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.113 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.113 INFO kablam! ... Oct 13 13:13:41.113 INFO kablam! 1888 | rt_alloc_excess_used!(rt_even_1000000bytes_4align_alloc_excess_used, 1000000, 4); Oct 13 13:13:41.113 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! Oct 13 13:13:41.113 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.113 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.113 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.113 INFO kablam! ... Oct 13 13:13:41.113 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 13 13:13:41.113 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.113 INFO kablam! Oct 13 13:13:41.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.113 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.113 INFO kablam! ... Oct 13 13:13:41.113 INFO kablam! 1902 | rt_alloc_excess_used!(rt_odd_10bytes_4align_alloc_excess_used, 10- 1, 4); Oct 13 13:13:41.113 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! Oct 13 13:13:41.113 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.113 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.113 INFO kablam! | Oct 13 13:13:41.113 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.113 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.113 INFO kablam! ... Oct 13 13:13:41.113 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 13 13:13:41.113 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.113 INFO kablam! Oct 13 13:13:41.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.118 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.118 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.118 INFO kablam! ... Oct 13 13:13:41.118 INFO kablam! 1915 | rt_alloc_excess_used!(rt_odd_100bytes_4align_alloc_excess_used, 100- 1, 4); Oct 13 13:13:41.118 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! Oct 13 13:13:41.118 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.118 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.118 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.118 INFO kablam! ... Oct 13 13:13:41.118 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 13 13:13:41.118 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.118 INFO kablam! Oct 13 13:13:41.118 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.118 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.118 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.118 INFO kablam! ... Oct 13 13:13:41.118 INFO kablam! 1928 | rt_alloc_excess_used!(rt_odd_1000bytes_4align_alloc_excess_used, 1000- 1, 4); Oct 13 13:13:41.118 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.118 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.118 INFO kablam! | Oct 13 13:13:41.118 INFO kablam! Oct 13 13:13:41.119 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.119 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.119 INFO kablam! | Oct 13 13:13:41.119 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.119 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.119 INFO kablam! ... Oct 13 13:13:41.119 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 13 13:13:41.119 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.119 INFO kablam! Oct 13 13:13:41.119 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.119 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.119 INFO kablam! | Oct 13 13:13:41.119 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.119 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.119 INFO kablam! ... Oct 13 13:13:41.119 INFO kablam! 1941 | rt_alloc_excess_used!(rt_odd_10000bytes_4align_alloc_excess_used, 10000- 1, 4); Oct 13 13:13:41.119 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.119 INFO kablam! | Oct 13 13:13:41.119 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.119 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.119 INFO kablam! | Oct 13 13:13:41.119 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.119 INFO kablam! | Oct 13 13:13:41.119 INFO kablam! Oct 13 13:13:41.119 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.119 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.119 INFO kablam! | Oct 13 13:13:41.119 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.119 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.119 INFO kablam! ... Oct 13 13:13:41.119 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 13 13:13:41.119 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.119 INFO kablam! Oct 13 13:13:41.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.129 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.129 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.129 INFO kablam! ... Oct 13 13:13:41.129 INFO kablam! 1954 | rt_alloc_excess_used!(rt_odd_100000bytes_4align_alloc_excess_used, 100000- 1, 4); Oct 13 13:13:41.129 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! Oct 13 13:13:41.129 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.129 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.129 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.129 INFO kablam! ... Oct 13 13:13:41.129 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 13 13:13:41.129 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.129 INFO kablam! Oct 13 13:13:41.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.129 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.129 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.129 INFO kablam! ... Oct 13 13:13:41.129 INFO kablam! 1967 | rt_alloc_excess_used!(rt_odd_1000000bytes_4align_alloc_excess_used, 1000000- 1, 4); Oct 13 13:13:41.129 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! Oct 13 13:13:41.129 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.129 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.129 INFO kablam! | Oct 13 13:13:41.129 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.129 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.129 INFO kablam! ... Oct 13 13:13:41.129 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 13 13:13:41.130 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.130 INFO kablam! Oct 13 13:13:41.130 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.130 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.130 INFO kablam! | Oct 13 13:13:41.130 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.130 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.130 INFO kablam! ... Oct 13 13:13:41.130 INFO kablam! 1981 | rt_alloc_excess_used!(rt_primes_3bytes_4align_alloc_excess_used, 3, 4); Oct 13 13:13:41.130 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.130 INFO kablam! | Oct 13 13:13:41.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.130 INFO kablam! | Oct 13 13:13:41.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.130 INFO kablam! | Oct 13 13:13:41.130 INFO kablam! Oct 13 13:13:41.148 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.148 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.148 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.148 INFO kablam! ... Oct 13 13:13:41.148 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 13 13:13:41.148 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.148 INFO kablam! Oct 13 13:13:41.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.148 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.148 INFO kablam! ... Oct 13 13:13:41.148 INFO kablam! 1994 | rt_alloc_excess_used!(rt_primes_7bytes_4align_alloc_excess_used, 7, 4); Oct 13 13:13:41.148 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! Oct 13 13:13:41.148 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.148 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.148 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.148 INFO kablam! ... Oct 13 13:13:41.148 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 13 13:13:41.148 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.148 INFO kablam! Oct 13 13:13:41.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.148 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.148 INFO kablam! ... Oct 13 13:13:41.148 INFO kablam! 2007 | rt_alloc_excess_used!(rt_primes_13bytes_4align_alloc_excess_used, 13, 4); Oct 13 13:13:41.148 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.148 INFO kablam! | Oct 13 13:13:41.148 INFO kablam! Oct 13 13:13:41.152 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.152 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.152 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.152 INFO kablam! ... Oct 13 13:13:41.152 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 13 13:13:41.152 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.152 INFO kablam! Oct 13 13:13:41.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.152 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.152 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.152 INFO kablam! ... Oct 13 13:13:41.152 INFO kablam! 2020 | rt_alloc_excess_used!(rt_primes_17bytes_4align_alloc_excess_used, 17, 4); Oct 13 13:13:41.152 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! Oct 13 13:13:41.152 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.152 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.152 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.152 INFO kablam! ... Oct 13 13:13:41.152 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 13 13:13:41.152 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.152 INFO kablam! Oct 13 13:13:41.152 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.152 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.152 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.152 INFO kablam! ... Oct 13 13:13:41.152 INFO kablam! 2033 | rt_alloc_excess_used!(rt_primes_31bytes_4align_alloc_excess_used, 31, 4); Oct 13 13:13:41.152 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.152 INFO kablam! | Oct 13 13:13:41.152 INFO kablam! Oct 13 13:13:41.160 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.160 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.160 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.160 INFO kablam! ... Oct 13 13:13:41.160 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 13 13:13:41.160 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.160 INFO kablam! Oct 13 13:13:41.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.160 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.160 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.160 INFO kablam! ... Oct 13 13:13:41.160 INFO kablam! 2046 | rt_alloc_excess_used!(rt_primes_61bytes_4align_alloc_excess_used, 61, 4); Oct 13 13:13:41.160 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! Oct 13 13:13:41.160 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.160 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.160 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.160 INFO kablam! ... Oct 13 13:13:41.160 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 13 13:13:41.160 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.160 INFO kablam! Oct 13 13:13:41.160 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.160 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.160 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.160 INFO kablam! ... Oct 13 13:13:41.160 INFO kablam! 2059 | rt_alloc_excess_used!(rt_primes_96bytes_4align_alloc_excess_used, 96, 4); Oct 13 13:13:41.160 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.160 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.160 INFO kablam! | Oct 13 13:13:41.160 INFO kablam! Oct 13 13:13:41.160 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.161 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.161 INFO kablam! | Oct 13 13:13:41.161 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.161 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.161 INFO kablam! ... Oct 13 13:13:41.161 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 13 13:13:41.161 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.161 INFO kablam! Oct 13 13:13:41.161 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.161 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.161 INFO kablam! | Oct 13 13:13:41.161 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.161 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.161 INFO kablam! ... Oct 13 13:13:41.161 INFO kablam! 2072 | rt_alloc_excess_used!(rt_primes_127bytes_4align_alloc_excess_used, 127, 4); Oct 13 13:13:41.161 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.161 INFO kablam! | Oct 13 13:13:41.161 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.161 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.161 INFO kablam! | Oct 13 13:13:41.161 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.161 INFO kablam! | Oct 13 13:13:41.161 INFO kablam! Oct 13 13:13:41.161 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.161 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.161 INFO kablam! | Oct 13 13:13:41.161 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.161 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.161 INFO kablam! ... Oct 13 13:13:41.161 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 13 13:13:41.161 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.161 INFO kablam! Oct 13 13:13:41.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.178 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.178 INFO kablam! | Oct 13 13:13:41.178 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.178 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.178 INFO kablam! ... Oct 13 13:13:41.178 INFO kablam! 2085 | rt_alloc_excess_used!(rt_primes_257bytes_4align_alloc_excess_used, 257, 4); Oct 13 13:13:41.178 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.178 INFO kablam! | Oct 13 13:13:41.178 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.178 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.178 INFO kablam! | Oct 13 13:13:41.178 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.178 INFO kablam! | Oct 13 13:13:41.178 INFO kablam! Oct 13 13:13:41.178 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.178 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.178 INFO kablam! | Oct 13 13:13:41.178 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.178 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.178 INFO kablam! ... Oct 13 13:13:41.178 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 13 13:13:41.178 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.178 INFO kablam! Oct 13 13:13:41.178 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.178 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.179 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.179 INFO kablam! ... Oct 13 13:13:41.179 INFO kablam! 2098 | rt_alloc_excess_used!(rt_primes_509bytes_4align_alloc_excess_used, 509, 4); Oct 13 13:13:41.179 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! Oct 13 13:13:41.179 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.179 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.179 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.179 INFO kablam! ... Oct 13 13:13:41.179 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 13 13:13:41.179 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.179 INFO kablam! Oct 13 13:13:41.179 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.179 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.179 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.179 INFO kablam! ... Oct 13 13:13:41.179 INFO kablam! 2111 | rt_alloc_excess_used!(rt_primes_1021bytes_4align_alloc_excess_used, 1021, 4); Oct 13 13:13:41.179 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.179 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! Oct 13 13:13:41.179 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.179 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.179 INFO kablam! | Oct 13 13:13:41.179 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.179 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.179 INFO kablam! ... Oct 13 13:13:41.179 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 13 13:13:41.179 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.179 INFO kablam! Oct 13 13:13:41.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.182 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.182 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.182 INFO kablam! ... Oct 13 13:13:41.182 INFO kablam! 2124 | rt_alloc_excess_used!(rt_primes_2039bytes_4align_alloc_excess_used, 2039, 4); Oct 13 13:13:41.182 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! Oct 13 13:13:41.182 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.182 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.182 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.182 INFO kablam! ... Oct 13 13:13:41.182 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 13 13:13:41.182 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.182 INFO kablam! Oct 13 13:13:41.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.182 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.182 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.182 INFO kablam! ... Oct 13 13:13:41.182 INFO kablam! 2137 | rt_alloc_excess_used!(rt_primes_4093bytes_4align_alloc_excess_used, 4093, 4); Oct 13 13:13:41.182 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.182 INFO kablam! | Oct 13 13:13:41.182 INFO kablam! Oct 13 13:13:41.184 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.184 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.184 INFO kablam! | Oct 13 13:13:41.184 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.184 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.184 INFO kablam! ... Oct 13 13:13:41.184 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 13 13:13:41.184 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.184 INFO kablam! Oct 13 13:13:41.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.184 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.184 INFO kablam! | Oct 13 13:13:41.184 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.184 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.184 INFO kablam! ... Oct 13 13:13:41.184 INFO kablam! 2150 | rt_alloc_excess_used!(rt_primes_8191bytes_4align_alloc_excess_used, 8191, 4); Oct 13 13:13:41.184 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.184 INFO kablam! | Oct 13 13:13:41.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.187 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.187 INFO kablam! | Oct 13 13:13:41.187 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.187 INFO kablam! | Oct 13 13:13:41.187 INFO kablam! Oct 13 13:13:41.187 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.187 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.187 INFO kablam! | Oct 13 13:13:41.187 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.187 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.187 INFO kablam! ... Oct 13 13:13:41.187 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 13 13:13:41.187 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.187 INFO kablam! Oct 13 13:13:41.189 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.189 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.189 INFO kablam! | Oct 13 13:13:41.189 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.189 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.189 INFO kablam! ... Oct 13 13:13:41.189 INFO kablam! 2163 | rt_alloc_excess_used!(rt_primes_16381bytes_4align_alloc_excess_used, 16381, 4); Oct 13 13:13:41.189 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.189 INFO kablam! | Oct 13 13:13:41.189 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.189 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.191 INFO kablam! | Oct 13 13:13:41.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.191 INFO kablam! | Oct 13 13:13:41.191 INFO kablam! Oct 13 13:13:41.191 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.191 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.191 INFO kablam! | Oct 13 13:13:41.191 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.191 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.191 INFO kablam! ... Oct 13 13:13:41.191 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 13 13:13:41.191 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.191 INFO kablam! Oct 13 13:13:41.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.191 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.191 INFO kablam! | Oct 13 13:13:41.191 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.191 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.191 INFO kablam! ... Oct 13 13:13:41.191 INFO kablam! 2176 | rt_alloc_excess_used!(rt_primes_32749bytes_4align_alloc_excess_used, 32749, 4); Oct 13 13:13:41.191 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.191 INFO kablam! | Oct 13 13:13:41.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.191 INFO kablam! | Oct 13 13:13:41.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.191 INFO kablam! | Oct 13 13:13:41.191 INFO kablam! Oct 13 13:13:41.194 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.194 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.194 INFO kablam! | Oct 13 13:13:41.194 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.194 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.194 INFO kablam! ... Oct 13 13:13:41.194 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 13 13:13:41.194 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.194 INFO kablam! Oct 13 13:13:41.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.194 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.194 INFO kablam! | Oct 13 13:13:41.194 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.194 INFO kablam! ... Oct 13 13:13:41.195 INFO kablam! 2189 | rt_alloc_excess_used!(rt_primes_65537bytes_4align_alloc_excess_used, 65537, 4); Oct 13 13:13:41.195 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.195 INFO kablam! | Oct 13 13:13:41.195 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.195 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.195 INFO kablam! | Oct 13 13:13:41.195 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.195 INFO kablam! | Oct 13 13:13:41.195 INFO kablam! Oct 13 13:13:41.197 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.197 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.197 INFO kablam! | Oct 13 13:13:41.197 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.197 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.197 INFO kablam! ... Oct 13 13:13:41.197 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 13 13:13:41.197 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.197 INFO kablam! Oct 13 13:13:41.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.197 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.197 INFO kablam! | Oct 13 13:13:41.197 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.197 INFO kablam! ... Oct 13 13:13:41.197 INFO kablam! 2202 | rt_alloc_excess_used!(rt_primes_131071bytes_4align_alloc_excess_used, 131071, 4); Oct 13 13:13:41.197 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.197 INFO kablam! | Oct 13 13:13:41.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.197 INFO kablam! | Oct 13 13:13:41.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.197 INFO kablam! | Oct 13 13:13:41.197 INFO kablam! Oct 13 13:13:41.197 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.197 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.197 INFO kablam! | Oct 13 13:13:41.197 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.197 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.197 INFO kablam! ... Oct 13 13:13:41.197 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 13 13:13:41.197 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.197 INFO kablam! Oct 13 13:13:41.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.204 INFO kablam! ... Oct 13 13:13:41.204 INFO kablam! 2215 | rt_alloc_excess_used!(rt_primes_4194301bytes_4align_alloc_excess_used, 4194301, 4); Oct 13 13:13:41.204 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! Oct 13 13:13:41.204 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.204 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.204 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.204 INFO kablam! ... Oct 13 13:13:41.204 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 13 13:13:41.204 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.204 INFO kablam! Oct 13 13:13:41.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.204 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.204 INFO kablam! ... Oct 13 13:13:41.204 INFO kablam! 2231 | rt_alloc_excess_used!(rt_pow2_1bytes_8align_alloc_excess_used, 1, 8); Oct 13 13:13:41.204 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! Oct 13 13:13:41.204 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.204 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.204 INFO kablam! | Oct 13 13:13:41.204 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.204 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.204 INFO kablam! ... Oct 13 13:13:41.204 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 13 13:13:41.204 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.204 INFO kablam! Oct 13 13:13:41.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.205 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.205 INFO kablam! ... Oct 13 13:13:41.205 INFO kablam! 2244 | rt_alloc_excess_used!(rt_pow2_2bytes_8align_alloc_excess_used, 2, 8); Oct 13 13:13:41.205 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! Oct 13 13:13:41.205 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.205 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.205 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.205 INFO kablam! ... Oct 13 13:13:41.205 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 13 13:13:41.205 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.205 INFO kablam! Oct 13 13:13:41.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.205 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.205 INFO kablam! ... Oct 13 13:13:41.205 INFO kablam! 2257 | rt_alloc_excess_used!(rt_pow2_4bytes_8align_alloc_excess_used, 4, 8); Oct 13 13:13:41.205 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.205 INFO kablam! | Oct 13 13:13:41.205 INFO kablam! Oct 13 13:13:41.224 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.224 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.224 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.224 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.224 INFO kablam! ... Oct 13 13:13:41.224 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 13 13:13:41.224 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.224 INFO kablam! Oct 13 13:13:41.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.224 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.224 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.224 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.224 INFO kablam! ... Oct 13 13:13:41.224 INFO kablam! 2270 | rt_alloc_excess_used!(rt_pow2_8bytes_8align_alloc_excess_used, 8, 8); Oct 13 13:13:41.224 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.224 INFO kablam! Oct 13 13:13:41.224 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.224 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.224 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.224 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.224 INFO kablam! ... Oct 13 13:13:41.224 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 13 13:13:41.224 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.224 INFO kablam! Oct 13 13:13:41.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.224 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.224 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.224 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.224 INFO kablam! ... Oct 13 13:13:41.224 INFO kablam! 2283 | rt_alloc_excess_used!(rt_pow2_16bytes_8align_alloc_excess_used, 16, 8); Oct 13 13:13:41.224 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.224 INFO kablam! | Oct 13 13:13:41.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.226 INFO kablam! | Oct 13 13:13:41.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.226 INFO kablam! | Oct 13 13:13:41.226 INFO kablam! Oct 13 13:13:41.227 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.227 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.227 INFO kablam! | Oct 13 13:13:41.227 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.227 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.227 INFO kablam! ... Oct 13 13:13:41.227 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 13 13:13:41.227 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.227 INFO kablam! Oct 13 13:13:41.232 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.232 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.232 INFO kablam! | Oct 13 13:13:41.232 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.232 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.232 INFO kablam! ... Oct 13 13:13:41.232 INFO kablam! 2296 | rt_alloc_excess_used!(rt_pow2_32bytes_8align_alloc_excess_used, 32, 8); Oct 13 13:13:41.232 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.232 INFO kablam! | Oct 13 13:13:41.232 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.232 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.232 INFO kablam! | Oct 13 13:13:41.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.232 INFO kablam! | Oct 13 13:13:41.232 INFO kablam! Oct 13 13:13:41.242 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.242 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.242 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.242 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.242 INFO kablam! ... Oct 13 13:13:41.242 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 13 13:13:41.242 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.242 INFO kablam! Oct 13 13:13:41.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.242 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.242 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.242 INFO kablam! ... Oct 13 13:13:41.242 INFO kablam! 2309 | rt_alloc_excess_used!(rt_pow2_64bytes_8align_alloc_excess_used, 64, 8); Oct 13 13:13:41.242 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.242 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.242 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.242 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.242 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! Oct 13 13:13:41.242 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.242 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.242 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.242 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.242 INFO kablam! ... Oct 13 13:13:41.242 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 13 13:13:41.242 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.242 INFO kablam! Oct 13 13:13:41.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.242 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.242 INFO kablam! | Oct 13 13:13:41.242 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.242 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.242 INFO kablam! ... Oct 13 13:13:41.243 INFO kablam! 2322 | rt_alloc_excess_used!(rt_pow2_128bytes_8align_alloc_excess_used, 128, 8); Oct 13 13:13:41.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.243 INFO kablam! | Oct 13 13:13:41.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.243 INFO kablam! | Oct 13 13:13:41.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.243 INFO kablam! | Oct 13 13:13:41.243 INFO kablam! Oct 13 13:13:41.244 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.244 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.244 INFO kablam! | Oct 13 13:13:41.244 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.244 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.244 INFO kablam! ... Oct 13 13:13:41.244 INFO kablam! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Oct 13 13:13:41.244 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.244 INFO kablam! Oct 13 13:13:41.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.244 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.244 INFO kablam! | Oct 13 13:13:41.244 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.244 INFO kablam! ... Oct 13 13:13:41.244 INFO kablam! 2335 | rt_alloc_excess_used!(rt_pow2_256bytes_8align_alloc_excess_used, 256, 8); Oct 13 13:13:41.244 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.244 INFO kablam! | Oct 13 13:13:41.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.244 INFO kablam! | Oct 13 13:13:41.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.244 INFO kablam! | Oct 13 13:13:41.244 INFO kablam! Oct 13 13:13:41.244 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.244 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.244 INFO kablam! | Oct 13 13:13:41.244 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.244 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.244 INFO kablam! ... Oct 13 13:13:41.244 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 13 13:13:41.244 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.244 INFO kablam! Oct 13 13:13:41.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.249 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.249 INFO kablam! | Oct 13 13:13:41.249 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.249 INFO kablam! ... Oct 13 13:13:41.249 INFO kablam! 2348 | rt_alloc_excess_used!(rt_pow2_512bytes_8align_alloc_excess_used, 512, 8); Oct 13 13:13:41.249 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.249 INFO kablam! | Oct 13 13:13:41.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.249 INFO kablam! | Oct 13 13:13:41.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.249 INFO kablam! | Oct 13 13:13:41.249 INFO kablam! Oct 13 13:13:41.264 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.264 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.264 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.264 INFO kablam! ... Oct 13 13:13:41.264 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 13 13:13:41.264 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.264 INFO kablam! Oct 13 13:13:41.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.264 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.264 INFO kablam! ... Oct 13 13:13:41.264 INFO kablam! 2361 | rt_alloc_excess_used!(rt_pow2_1024bytes_8align_alloc_excess_used, 1024, 8); Oct 13 13:13:41.264 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! Oct 13 13:13:41.264 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.264 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.264 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.264 INFO kablam! ... Oct 13 13:13:41.264 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 13 13:13:41.264 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.264 INFO kablam! Oct 13 13:13:41.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.264 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.264 INFO kablam! ... Oct 13 13:13:41.264 INFO kablam! 2374 | rt_alloc_excess_used!(rt_pow2_2048bytes_8align_alloc_excess_used, 2048, 8); Oct 13 13:13:41.264 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! Oct 13 13:13:41.264 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.264 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.264 INFO kablam! | Oct 13 13:13:41.264 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.264 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.264 INFO kablam! ... Oct 13 13:13:41.264 INFO kablam! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Oct 13 13:13:41.264 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.264 INFO kablam! Oct 13 13:13:41.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.265 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.265 INFO kablam! | Oct 13 13:13:41.265 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.265 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.265 INFO kablam! ... Oct 13 13:13:41.265 INFO kablam! 2387 | rt_alloc_excess_used!(rt_pow2_4096bytes_8align_alloc_excess_used, 4096, 8); Oct 13 13:13:41.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.265 INFO kablam! | Oct 13 13:13:41.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.265 INFO kablam! | Oct 13 13:13:41.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.265 INFO kablam! | Oct 13 13:13:41.265 INFO kablam! Oct 13 13:13:41.265 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.265 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.265 INFO kablam! | Oct 13 13:13:41.265 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.265 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.265 INFO kablam! ... Oct 13 13:13:41.265 INFO kablam! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Oct 13 13:13:41.265 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.265 INFO kablam! Oct 13 13:13:41.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.270 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.270 INFO kablam! | Oct 13 13:13:41.270 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.270 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.270 INFO kablam! ... Oct 13 13:13:41.270 INFO kablam! 2400 | rt_alloc_excess_used!(rt_pow2_8192bytes_8align_alloc_excess_used, 8192, 8); Oct 13 13:13:41.270 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.270 INFO kablam! | Oct 13 13:13:41.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.270 INFO kablam! | Oct 13 13:13:41.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.270 INFO kablam! | Oct 13 13:13:41.270 INFO kablam! Oct 13 13:13:41.270 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.270 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.270 INFO kablam! | Oct 13 13:13:41.270 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.270 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.270 INFO kablam! ... Oct 13 13:13:41.270 INFO kablam! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Oct 13 13:13:41.270 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.270 INFO kablam! Oct 13 13:13:41.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.270 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.270 INFO kablam! | Oct 13 13:13:41.270 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.270 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.270 INFO kablam! ... Oct 13 13:13:41.270 INFO kablam! 2413 | rt_alloc_excess_used!(rt_pow2_16384bytes_8align_alloc_excess_used, 16384, 8); Oct 13 13:13:41.270 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.270 INFO kablam! | Oct 13 13:13:41.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.274 INFO kablam! | Oct 13 13:13:41.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.274 INFO kablam! | Oct 13 13:13:41.274 INFO kablam! Oct 13 13:13:41.275 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.275 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.275 INFO kablam! | Oct 13 13:13:41.275 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.275 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.275 INFO kablam! ... Oct 13 13:13:41.275 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 13 13:13:41.275 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.275 INFO kablam! Oct 13 13:13:41.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.276 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.276 INFO kablam! | Oct 13 13:13:41.276 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.276 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.276 INFO kablam! ... Oct 13 13:13:41.276 INFO kablam! 2426 | rt_alloc_excess_used!(rt_pow2_32768bytes_8align_alloc_excess_used, 32768, 8); Oct 13 13:13:41.276 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.276 INFO kablam! | Oct 13 13:13:41.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.276 INFO kablam! | Oct 13 13:13:41.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.276 INFO kablam! | Oct 13 13:13:41.276 INFO kablam! Oct 13 13:13:41.276 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.276 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.276 INFO kablam! | Oct 13 13:13:41.276 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.276 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.276 INFO kablam! ... Oct 13 13:13:41.276 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 13 13:13:41.276 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.276 INFO kablam! Oct 13 13:13:41.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.278 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.278 INFO kablam! | Oct 13 13:13:41.278 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.278 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.278 INFO kablam! ... Oct 13 13:13:41.278 INFO kablam! 2439 | rt_alloc_excess_used!(rt_pow2_65536bytes_8align_alloc_excess_used, 65536, 8); Oct 13 13:13:41.278 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.278 INFO kablam! | Oct 13 13:13:41.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.278 INFO kablam! | Oct 13 13:13:41.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.278 INFO kablam! | Oct 13 13:13:41.278 INFO kablam! Oct 13 13:13:41.279 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.279 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.279 INFO kablam! | Oct 13 13:13:41.279 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.279 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.279 INFO kablam! ... Oct 13 13:13:41.279 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Oct 13 13:13:41.279 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.279 INFO kablam! Oct 13 13:13:41.279 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.279 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.279 INFO kablam! | Oct 13 13:13:41.279 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.279 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.279 INFO kablam! ... Oct 13 13:13:41.279 INFO kablam! 2452 | rt_alloc_excess_used!(rt_pow2_131072bytes_8align_alloc_excess_used, 131072, 8); Oct 13 13:13:41.279 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.279 INFO kablam! | Oct 13 13:13:41.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.279 INFO kablam! | Oct 13 13:13:41.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.279 INFO kablam! | Oct 13 13:13:41.279 INFO kablam! Oct 13 13:13:41.284 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.284 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.284 INFO kablam! | Oct 13 13:13:41.284 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.284 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.284 INFO kablam! ... Oct 13 13:13:41.284 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 13 13:13:41.284 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.284 INFO kablam! Oct 13 13:13:41.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.295 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.295 INFO kablam! | Oct 13 13:13:41.295 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.295 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.295 INFO kablam! ... Oct 13 13:13:41.295 INFO kablam! 2465 | rt_alloc_excess_used!(rt_pow2_4194304bytes_8align_alloc_excess_used, 4194304, 8); Oct 13 13:13:41.295 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.295 INFO kablam! | Oct 13 13:13:41.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.295 INFO kablam! | Oct 13 13:13:41.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.295 INFO kablam! | Oct 13 13:13:41.295 INFO kablam! Oct 13 13:13:41.295 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.295 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.295 INFO kablam! | Oct 13 13:13:41.295 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.295 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.295 INFO kablam! ... Oct 13 13:13:41.295 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 13 13:13:41.295 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.295 INFO kablam! Oct 13 13:13:41.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.297 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.297 INFO kablam! | Oct 13 13:13:41.297 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.297 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.297 INFO kablam! ... Oct 13 13:13:41.297 INFO kablam! 2479 | rt_alloc_excess_used!(rt_even_10bytes_8align_alloc_excess_used, 10, 8); Oct 13 13:13:41.297 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.297 INFO kablam! | Oct 13 13:13:41.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.297 INFO kablam! | Oct 13 13:13:41.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.297 INFO kablam! | Oct 13 13:13:41.297 INFO kablam! Oct 13 13:13:41.299 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.299 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.299 INFO kablam! | Oct 13 13:13:41.299 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.299 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.299 INFO kablam! ... Oct 13 13:13:41.299 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 13 13:13:41.299 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.299 INFO kablam! Oct 13 13:13:41.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.299 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.299 INFO kablam! | Oct 13 13:13:41.299 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.299 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.299 INFO kablam! ... Oct 13 13:13:41.299 INFO kablam! 2492 | rt_alloc_excess_used!(rt_even_100bytes_8align_alloc_excess_used, 100, 8); Oct 13 13:13:41.299 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.299 INFO kablam! | Oct 13 13:13:41.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.299 INFO kablam! | Oct 13 13:13:41.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.299 INFO kablam! | Oct 13 13:13:41.299 INFO kablam! Oct 13 13:13:41.301 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.301 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.301 INFO kablam! | Oct 13 13:13:41.301 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.301 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.301 INFO kablam! ... Oct 13 13:13:41.301 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 13 13:13:41.301 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.301 INFO kablam! Oct 13 13:13:41.310 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.310 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.310 INFO kablam! | Oct 13 13:13:41.310 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.310 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.310 INFO kablam! ... Oct 13 13:13:41.310 INFO kablam! 2505 | rt_alloc_excess_used!(rt_even_1000bytes_8align_alloc_excess_used, 1000, 8); Oct 13 13:13:41.310 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.310 INFO kablam! | Oct 13 13:13:41.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.310 INFO kablam! | Oct 13 13:13:41.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.310 INFO kablam! | Oct 13 13:13:41.310 INFO kablam! Oct 13 13:13:41.310 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.310 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.310 INFO kablam! | Oct 13 13:13:41.310 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.310 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.310 INFO kablam! ... Oct 13 13:13:41.310 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 13 13:13:41.310 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.310 INFO kablam! Oct 13 13:13:41.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.311 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.311 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.312 INFO kablam! ... Oct 13 13:13:41.312 INFO kablam! 2518 | rt_alloc_excess_used!(rt_even_10000bytes_8align_alloc_excess_used, 10000, 8); Oct 13 13:13:41.312 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.312 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.312 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.312 INFO kablam! | Oct 13 13:13:41.312 INFO kablam! Oct 13 13:13:41.314 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.314 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.314 INFO kablam! | Oct 13 13:13:41.314 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.314 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.314 INFO kablam! ... Oct 13 13:13:41.314 INFO kablam! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Oct 13 13:13:41.314 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.314 INFO kablam! Oct 13 13:13:41.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.319 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.319 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.319 INFO kablam! ... Oct 13 13:13:41.319 INFO kablam! 2531 | rt_alloc_excess_used!(rt_even_100000bytes_8align_alloc_excess_used, 100000, 8); Oct 13 13:13:41.319 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! Oct 13 13:13:41.319 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.319 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.319 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.319 INFO kablam! ... Oct 13 13:13:41.319 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Oct 13 13:13:41.319 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.319 INFO kablam! Oct 13 13:13:41.319 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.319 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.319 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.319 INFO kablam! ... Oct 13 13:13:41.319 INFO kablam! 2544 | rt_alloc_excess_used!(rt_even_1000000bytes_8align_alloc_excess_used, 1000000, 8); Oct 13 13:13:41.319 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.319 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.319 INFO kablam! | Oct 13 13:13:41.319 INFO kablam! Oct 13 13:13:41.324 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.325 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.325 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.325 INFO kablam! ... Oct 13 13:13:41.325 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 13 13:13:41.325 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.325 INFO kablam! Oct 13 13:13:41.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.325 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.325 INFO kablam! | Oct 13 13:13:41.325 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.325 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.325 INFO kablam! ... Oct 13 13:13:41.325 INFO kablam! 2558 | rt_alloc_excess_used!(rt_odd_10bytes_8align_alloc_excess_used, 10- 1, 8); Oct 13 13:13:41.325 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.326 INFO kablam! | Oct 13 13:13:41.326 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.326 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.326 INFO kablam! | Oct 13 13:13:41.326 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.326 INFO kablam! | Oct 13 13:13:41.326 INFO kablam! Oct 13 13:13:41.331 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.331 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.331 INFO kablam! | Oct 13 13:13:41.331 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.331 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.331 INFO kablam! ... Oct 13 13:13:41.331 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 13 13:13:41.331 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.331 INFO kablam! Oct 13 13:13:41.331 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.331 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.331 INFO kablam! | Oct 13 13:13:41.331 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.331 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.331 INFO kablam! ... Oct 13 13:13:41.331 INFO kablam! 2571 | rt_alloc_excess_used!(rt_odd_100bytes_8align_alloc_excess_used, 100- 1, 8); Oct 13 13:13:41.331 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.331 INFO kablam! | Oct 13 13:13:41.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.331 INFO kablam! | Oct 13 13:13:41.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.331 INFO kablam! | Oct 13 13:13:41.331 INFO kablam! Oct 13 13:13:41.334 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.334 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.334 INFO kablam! | Oct 13 13:13:41.334 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.334 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.334 INFO kablam! ... Oct 13 13:13:41.334 INFO kablam! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Oct 13 13:13:41.334 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.334 INFO kablam! Oct 13 13:13:41.334 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.334 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.334 INFO kablam! | Oct 13 13:13:41.334 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.334 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.334 INFO kablam! ... Oct 13 13:13:41.334 INFO kablam! 2584 | rt_alloc_excess_used!(rt_odd_1000bytes_8align_alloc_excess_used, 1000- 1, 8); Oct 13 13:13:41.334 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.334 INFO kablam! | Oct 13 13:13:41.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.334 INFO kablam! | Oct 13 13:13:41.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.334 INFO kablam! | Oct 13 13:13:41.334 INFO kablam! Oct 13 13:13:41.336 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.336 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.336 INFO kablam! | Oct 13 13:13:41.336 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.336 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.336 INFO kablam! ... Oct 13 13:13:41.336 INFO kablam! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Oct 13 13:13:41.336 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.336 INFO kablam! Oct 13 13:13:41.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.336 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.336 INFO kablam! | Oct 13 13:13:41.336 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.336 INFO kablam! ... Oct 13 13:13:41.336 INFO kablam! 2597 | rt_alloc_excess_used!(rt_odd_10000bytes_8align_alloc_excess_used, 10000- 1, 8); Oct 13 13:13:41.337 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.337 INFO kablam! | Oct 13 13:13:41.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.342 INFO kablam! | Oct 13 13:13:41.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.342 INFO kablam! | Oct 13 13:13:41.342 INFO kablam! Oct 13 13:13:41.347 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.347 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.347 INFO kablam! | Oct 13 13:13:41.347 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.347 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.347 INFO kablam! ... Oct 13 13:13:41.347 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 13 13:13:41.347 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.347 INFO kablam! Oct 13 13:13:41.347 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.347 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.347 INFO kablam! | Oct 13 13:13:41.347 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.347 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.347 INFO kablam! ... Oct 13 13:13:41.347 INFO kablam! 2610 | rt_alloc_excess_used!(rt_odd_100000bytes_8align_alloc_excess_used, 100000- 1, 8); Oct 13 13:13:41.347 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.347 INFO kablam! | Oct 13 13:13:41.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.347 INFO kablam! | Oct 13 13:13:41.347 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.347 INFO kablam! | Oct 13 13:13:41.347 INFO kablam! Oct 13 13:13:41.347 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.347 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.347 INFO kablam! | Oct 13 13:13:41.347 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.347 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.347 INFO kablam! ... Oct 13 13:13:41.347 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 13 13:13:41.347 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.347 INFO kablam! Oct 13 13:13:41.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.355 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.355 INFO kablam! | Oct 13 13:13:41.355 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.355 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.355 INFO kablam! ... Oct 13 13:13:41.355 INFO kablam! 2623 | rt_alloc_excess_used!(rt_odd_1000000bytes_8align_alloc_excess_used, 1000000- 1, 8); Oct 13 13:13:41.355 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.355 INFO kablam! | Oct 13 13:13:41.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.355 INFO kablam! | Oct 13 13:13:41.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.355 INFO kablam! | Oct 13 13:13:41.355 INFO kablam! Oct 13 13:13:41.355 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.355 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.355 INFO kablam! | Oct 13 13:13:41.355 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.355 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.355 INFO kablam! ... Oct 13 13:13:41.355 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 13 13:13:41.355 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.355 INFO kablam! Oct 13 13:13:41.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.360 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.360 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.360 INFO kablam! ... Oct 13 13:13:41.360 INFO kablam! 2637 | rt_alloc_excess_used!(rt_primes_3bytes_8align_alloc_excess_used, 3, 8); Oct 13 13:13:41.360 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.360 INFO kablam! | Oct 13 13:13:41.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! Oct 13 13:13:41.363 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.363 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.363 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.363 INFO kablam! ... Oct 13 13:13:41.363 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 13 13:13:41.363 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.363 INFO kablam! Oct 13 13:13:41.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.363 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.363 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.363 INFO kablam! ... Oct 13 13:13:41.363 INFO kablam! 2650 | rt_alloc_excess_used!(rt_primes_7bytes_8align_alloc_excess_used, 7, 8); Oct 13 13:13:41.363 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! Oct 13 13:13:41.363 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.363 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.363 INFO kablam! | Oct 13 13:13:41.363 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.363 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.363 INFO kablam! ... Oct 13 13:13:41.363 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 13 13:13:41.363 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.363 INFO kablam! Oct 13 13:13:41.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.366 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.366 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.366 INFO kablam! ... Oct 13 13:13:41.366 INFO kablam! 2663 | rt_alloc_excess_used!(rt_primes_13bytes_8align_alloc_excess_used, 13, 8); Oct 13 13:13:41.366 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! Oct 13 13:13:41.366 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.366 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.366 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.366 INFO kablam! ... Oct 13 13:13:41.366 INFO kablam! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Oct 13 13:13:41.366 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.366 INFO kablam! Oct 13 13:13:41.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.366 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.366 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.366 INFO kablam! ... Oct 13 13:13:41.366 INFO kablam! 2676 | rt_alloc_excess_used!(rt_primes_17bytes_8align_alloc_excess_used, 17, 8); Oct 13 13:13:41.366 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! Oct 13 13:13:41.366 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.366 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.366 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.366 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.366 INFO kablam! ... Oct 13 13:13:41.366 INFO kablam! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Oct 13 13:13:41.366 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.366 INFO kablam! Oct 13 13:13:41.366 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.366 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.366 INFO kablam! | Oct 13 13:13:41.367 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.367 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.367 INFO kablam! ... Oct 13 13:13:41.367 INFO kablam! 2689 | rt_alloc_excess_used!(rt_primes_31bytes_8align_alloc_excess_used, 31, 8); Oct 13 13:13:41.367 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.367 INFO kablam! | Oct 13 13:13:41.367 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.367 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.367 INFO kablam! | Oct 13 13:13:41.367 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.367 INFO kablam! | Oct 13 13:13:41.367 INFO kablam! Oct 13 13:13:41.367 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.367 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.367 INFO kablam! | Oct 13 13:13:41.367 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.367 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.367 INFO kablam! ... Oct 13 13:13:41.367 INFO kablam! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Oct 13 13:13:41.367 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.367 INFO kablam! Oct 13 13:13:41.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.371 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.371 INFO kablam! | Oct 13 13:13:41.371 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.371 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.371 INFO kablam! ... Oct 13 13:13:41.371 INFO kablam! 2702 | rt_alloc_excess_used!(rt_primes_61bytes_8align_alloc_excess_used, 61, 8); Oct 13 13:13:41.371 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.371 INFO kablam! | Oct 13 13:13:41.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.371 INFO kablam! | Oct 13 13:13:41.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.371 INFO kablam! | Oct 13 13:13:41.371 INFO kablam! Oct 13 13:13:41.383 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.383 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.383 INFO kablam! | Oct 13 13:13:41.383 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.383 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.383 INFO kablam! ... Oct 13 13:13:41.383 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 13 13:13:41.383 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.383 INFO kablam! Oct 13 13:13:41.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.386 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.386 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.386 INFO kablam! ... Oct 13 13:13:41.386 INFO kablam! 2715 | rt_alloc_excess_used!(rt_primes_96bytes_8align_alloc_excess_used, 96, 8); Oct 13 13:13:41.386 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! Oct 13 13:13:41.386 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.386 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.386 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.386 INFO kablam! ... Oct 13 13:13:41.386 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 13 13:13:41.386 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.386 INFO kablam! Oct 13 13:13:41.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.386 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.386 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.386 INFO kablam! ... Oct 13 13:13:41.386 INFO kablam! 2728 | rt_alloc_excess_used!(rt_primes_127bytes_8align_alloc_excess_used, 127, 8); Oct 13 13:13:41.386 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! Oct 13 13:13:41.386 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.386 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.386 INFO kablam! | Oct 13 13:13:41.386 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.386 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.386 INFO kablam! ... Oct 13 13:13:41.386 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Oct 13 13:13:41.386 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.386 INFO kablam! Oct 13 13:13:41.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.389 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.389 INFO kablam! ... Oct 13 13:13:41.389 INFO kablam! 2741 | rt_alloc_excess_used!(rt_primes_257bytes_8align_alloc_excess_used, 257, 8); Oct 13 13:13:41.389 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! Oct 13 13:13:41.389 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.389 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.389 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.389 INFO kablam! ... Oct 13 13:13:41.389 INFO kablam! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Oct 13 13:13:41.389 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.389 INFO kablam! Oct 13 13:13:41.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.389 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.389 INFO kablam! ... Oct 13 13:13:41.389 INFO kablam! 2754 | rt_alloc_excess_used!(rt_primes_509bytes_8align_alloc_excess_used, 509, 8); Oct 13 13:13:41.389 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.389 INFO kablam! | Oct 13 13:13:41.389 INFO kablam! Oct 13 13:13:41.392 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.392 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.392 INFO kablam! | Oct 13 13:13:41.392 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.392 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.392 INFO kablam! ... Oct 13 13:13:41.392 INFO kablam! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Oct 13 13:13:41.392 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.392 INFO kablam! Oct 13 13:13:41.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.392 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.392 INFO kablam! | Oct 13 13:13:41.392 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.392 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.392 INFO kablam! ... Oct 13 13:13:41.392 INFO kablam! 2767 | rt_alloc_excess_used!(rt_primes_1021bytes_8align_alloc_excess_used, 1021, 8); Oct 13 13:13:41.392 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.392 INFO kablam! | Oct 13 13:13:41.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.392 INFO kablam! | Oct 13 13:13:41.392 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.392 INFO kablam! | Oct 13 13:13:41.404 INFO kablam! Oct 13 13:13:41.404 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.404 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.404 INFO kablam! | Oct 13 13:13:41.404 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.404 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.404 INFO kablam! ... Oct 13 13:13:41.404 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 13 13:13:41.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.404 INFO kablam! Oct 13 13:13:41.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.404 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.404 INFO kablam! | Oct 13 13:13:41.404 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.404 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.404 INFO kablam! ... Oct 13 13:13:41.404 INFO kablam! 2780 | rt_alloc_excess_used!(rt_primes_2039bytes_8align_alloc_excess_used, 2039, 8); Oct 13 13:13:41.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.404 INFO kablam! | Oct 13 13:13:41.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.404 INFO kablam! | Oct 13 13:13:41.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.404 INFO kablam! | Oct 13 13:13:41.404 INFO kablam! Oct 13 13:13:41.407 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.407 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.407 INFO kablam! | Oct 13 13:13:41.407 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.407 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.407 INFO kablam! ... Oct 13 13:13:41.407 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 13 13:13:41.407 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.407 INFO kablam! Oct 13 13:13:41.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.407 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.407 INFO kablam! | Oct 13 13:13:41.407 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.407 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.407 INFO kablam! ... Oct 13 13:13:41.407 INFO kablam! 2793 | rt_alloc_excess_used!(rt_primes_4093bytes_8align_alloc_excess_used, 4093, 8); Oct 13 13:13:41.407 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.407 INFO kablam! | Oct 13 13:13:41.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.407 INFO kablam! | Oct 13 13:13:41.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.407 INFO kablam! | Oct 13 13:13:41.407 INFO kablam! Oct 13 13:13:41.407 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.407 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.407 INFO kablam! | Oct 13 13:13:41.407 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.407 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.407 INFO kablam! ... Oct 13 13:13:41.407 INFO kablam! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Oct 13 13:13:41.407 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.407 INFO kablam! Oct 13 13:13:41.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.410 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.410 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.410 INFO kablam! ... Oct 13 13:13:41.410 INFO kablam! 2806 | rt_alloc_excess_used!(rt_primes_8191bytes_8align_alloc_excess_used, 8191, 8); Oct 13 13:13:41.410 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! Oct 13 13:13:41.410 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.410 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.410 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.410 INFO kablam! ... Oct 13 13:13:41.410 INFO kablam! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Oct 13 13:13:41.410 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.410 INFO kablam! Oct 13 13:13:41.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.410 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.410 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.410 INFO kablam! ... Oct 13 13:13:41.410 INFO kablam! 2819 | rt_alloc_excess_used!(rt_primes_16381bytes_8align_alloc_excess_used, 16381, 8); Oct 13 13:13:41.410 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.410 INFO kablam! | Oct 13 13:13:41.410 INFO kablam! Oct 13 13:13:41.413 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.413 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.413 INFO kablam! | Oct 13 13:13:41.413 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.413 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.413 INFO kablam! ... Oct 13 13:13:41.413 INFO kablam! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Oct 13 13:13:41.413 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.413 INFO kablam! Oct 13 13:13:41.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.413 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.413 INFO kablam! | Oct 13 13:13:41.413 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.414 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.414 INFO kablam! ... Oct 13 13:13:41.414 INFO kablam! 2832 | rt_alloc_excess_used!(rt_primes_32749bytes_8align_alloc_excess_used, 32749, 8); Oct 13 13:13:41.414 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.414 INFO kablam! | Oct 13 13:13:41.414 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.414 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.414 INFO kablam! | Oct 13 13:13:41.414 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.414 INFO kablam! | Oct 13 13:13:41.414 INFO kablam! Oct 13 13:13:41.414 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.414 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.414 INFO kablam! | Oct 13 13:13:41.414 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.414 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.414 INFO kablam! ... Oct 13 13:13:41.414 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 13 13:13:41.414 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.414 INFO kablam! Oct 13 13:13:41.418 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.418 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.418 INFO kablam! | Oct 13 13:13:41.418 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.418 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.418 INFO kablam! ... Oct 13 13:13:41.418 INFO kablam! 2845 | rt_alloc_excess_used!(rt_primes_65537bytes_8align_alloc_excess_used, 65537, 8); Oct 13 13:13:41.418 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.418 INFO kablam! | Oct 13 13:13:41.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.418 INFO kablam! | Oct 13 13:13:41.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.418 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! Oct 13 13:13:41.419 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.419 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.419 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.419 INFO kablam! ... Oct 13 13:13:41.419 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Oct 13 13:13:41.419 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.419 INFO kablam! Oct 13 13:13:41.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.419 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.419 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.419 INFO kablam! ... Oct 13 13:13:41.419 INFO kablam! 2858 | rt_alloc_excess_used!(rt_primes_131071bytes_8align_alloc_excess_used, 131071, 8); Oct 13 13:13:41.419 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! Oct 13 13:13:41.419 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.419 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.419 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.419 INFO kablam! ... Oct 13 13:13:41.419 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 13 13:13:41.419 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.419 INFO kablam! Oct 13 13:13:41.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.419 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.419 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.419 INFO kablam! ... Oct 13 13:13:41.419 INFO kablam! 2871 | rt_alloc_excess_used!(rt_primes_4194301bytes_8align_alloc_excess_used, 4194301, 8); Oct 13 13:13:41.419 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.419 INFO kablam! | Oct 13 13:13:41.419 INFO kablam! Oct 13 13:13:41.422 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.422 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.422 INFO kablam! | Oct 13 13:13:41.423 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.423 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.423 INFO kablam! ... Oct 13 13:13:41.423 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 13 13:13:41.423 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.423 INFO kablam! Oct 13 13:13:41.423 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.423 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.423 INFO kablam! | Oct 13 13:13:41.423 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.423 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.423 INFO kablam! ... Oct 13 13:13:41.423 INFO kablam! 2887 | rt_alloc_excess_used!(rt_pow2_1bytes_16align_alloc_excess_used, 1, 16); Oct 13 13:13:41.423 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.423 INFO kablam! | Oct 13 13:13:41.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.423 INFO kablam! | Oct 13 13:13:41.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.423 INFO kablam! | Oct 13 13:13:41.423 INFO kablam! Oct 13 13:13:41.423 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.423 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.423 INFO kablam! | Oct 13 13:13:41.423 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.423 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.423 INFO kablam! ... Oct 13 13:13:41.423 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 13 13:13:41.423 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.423 INFO kablam! Oct 13 13:13:41.432 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.432 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.432 INFO kablam! | Oct 13 13:13:41.432 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.432 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.432 INFO kablam! ... Oct 13 13:13:41.432 INFO kablam! 2900 | rt_alloc_excess_used!(rt_pow2_2bytes_16align_alloc_excess_used, 2, 16); Oct 13 13:13:41.432 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.432 INFO kablam! | Oct 13 13:13:41.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! Oct 13 13:13:41.435 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.435 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.435 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.435 INFO kablam! ... Oct 13 13:13:41.435 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Oct 13 13:13:41.435 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.435 INFO kablam! Oct 13 13:13:41.435 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.435 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.435 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.435 INFO kablam! ... Oct 13 13:13:41.435 INFO kablam! 2913 | rt_alloc_excess_used!(rt_pow2_4bytes_16align_alloc_excess_used, 4, 16); Oct 13 13:13:41.435 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! Oct 13 13:13:41.435 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.435 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.435 INFO kablam! | Oct 13 13:13:41.435 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.435 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.435 INFO kablam! ... Oct 13 13:13:41.435 INFO kablam! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Oct 13 13:13:41.435 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.435 INFO kablam! Oct 13 13:13:41.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.439 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.439 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.439 INFO kablam! ... Oct 13 13:13:41.439 INFO kablam! 2926 | rt_alloc_excess_used!(rt_pow2_8bytes_16align_alloc_excess_used, 8, 16); Oct 13 13:13:41.439 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! Oct 13 13:13:41.439 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.439 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.439 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.439 INFO kablam! ... Oct 13 13:13:41.439 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 13 13:13:41.439 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.439 INFO kablam! Oct 13 13:13:41.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.439 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.439 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.439 INFO kablam! ... Oct 13 13:13:41.439 INFO kablam! 2939 | rt_alloc_excess_used!(rt_pow2_16bytes_16align_alloc_excess_used, 16, 16); Oct 13 13:13:41.439 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! Oct 13 13:13:41.439 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.439 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.439 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.439 INFO kablam! ... Oct 13 13:13:41.439 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 13 13:13:41.439 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.439 INFO kablam! Oct 13 13:13:41.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.439 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.439 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.439 INFO kablam! ... Oct 13 13:13:41.439 INFO kablam! 2952 | rt_alloc_excess_used!(rt_pow2_32bytes_16align_alloc_excess_used, 32, 16); Oct 13 13:13:41.439 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.439 INFO kablam! | Oct 13 13:13:41.439 INFO kablam! Oct 13 13:13:41.442 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.442 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.442 INFO kablam! | Oct 13 13:13:41.442 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.442 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.442 INFO kablam! ... Oct 13 13:13:41.442 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Oct 13 13:13:41.442 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.442 INFO kablam! Oct 13 13:13:41.442 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.442 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.442 INFO kablam! | Oct 13 13:13:41.442 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.442 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.442 INFO kablam! ... Oct 13 13:13:41.442 INFO kablam! 2965 | rt_alloc_excess_used!(rt_pow2_64bytes_16align_alloc_excess_used, 64, 16); Oct 13 13:13:41.442 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.442 INFO kablam! | Oct 13 13:13:41.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.442 INFO kablam! | Oct 13 13:13:41.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.442 INFO kablam! | Oct 13 13:13:41.442 INFO kablam! Oct 13 13:13:41.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.445 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.445 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.445 INFO kablam! ... Oct 13 13:13:41.445 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 13 13:13:41.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.445 INFO kablam! Oct 13 13:13:41.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.445 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.445 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.445 INFO kablam! ... Oct 13 13:13:41.445 INFO kablam! 2978 | rt_alloc_excess_used!(rt_pow2_128bytes_16align_alloc_excess_used, 128, 16); Oct 13 13:13:41.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.445 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! Oct 13 13:13:41.445 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.445 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.445 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.445 INFO kablam! ... Oct 13 13:13:41.445 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 13 13:13:41.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.445 INFO kablam! Oct 13 13:13:41.445 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.445 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.445 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.445 INFO kablam! ... Oct 13 13:13:41.445 INFO kablam! 2991 | rt_alloc_excess_used!(rt_pow2_256bytes_16align_alloc_excess_used, 256, 16); Oct 13 13:13:41.445 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.445 INFO kablam! | Oct 13 13:13:41.445 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.450 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.450 INFO kablam! | Oct 13 13:13:41.450 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.450 INFO kablam! | Oct 13 13:13:41.450 INFO kablam! Oct 13 13:13:41.460 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.460 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.460 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.460 INFO kablam! ... Oct 13 13:13:41.460 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 13 13:13:41.460 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.460 INFO kablam! Oct 13 13:13:41.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.460 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.460 INFO kablam! ... Oct 13 13:13:41.460 INFO kablam! 3004 | rt_alloc_excess_used!(rt_pow2_512bytes_16align_alloc_excess_used, 512, 16); Oct 13 13:13:41.460 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! Oct 13 13:13:41.460 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.460 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.460 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.460 INFO kablam! ... Oct 13 13:13:41.460 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 13 13:13:41.460 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.460 INFO kablam! Oct 13 13:13:41.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.460 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.460 INFO kablam! ... Oct 13 13:13:41.460 INFO kablam! 3017 | rt_alloc_excess_used!(rt_pow2_1024bytes_16align_alloc_excess_used, 1024, 16); Oct 13 13:13:41.460 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.460 INFO kablam! | Oct 13 13:13:41.460 INFO kablam! Oct 13 13:13:41.467 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.467 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.467 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.467 INFO kablam! ... Oct 13 13:13:41.467 INFO kablam! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Oct 13 13:13:41.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.467 INFO kablam! Oct 13 13:13:41.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.467 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.467 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.467 INFO kablam! ... Oct 13 13:13:41.467 INFO kablam! 3030 | rt_alloc_excess_used!(rt_pow2_2048bytes_16align_alloc_excess_used, 2048, 16); Oct 13 13:13:41.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! Oct 13 13:13:41.467 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.467 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.467 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.467 INFO kablam! ... Oct 13 13:13:41.467 INFO kablam! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Oct 13 13:13:41.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.467 INFO kablam! Oct 13 13:13:41.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.467 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.467 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.467 INFO kablam! ... Oct 13 13:13:41.467 INFO kablam! 3043 | rt_alloc_excess_used!(rt_pow2_4096bytes_16align_alloc_excess_used, 4096, 16); Oct 13 13:13:41.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! Oct 13 13:13:41.467 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.467 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.467 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.467 INFO kablam! ... Oct 13 13:13:41.467 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 13 13:13:41.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.467 INFO kablam! Oct 13 13:13:41.467 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.467 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.467 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.467 INFO kablam! ... Oct 13 13:13:41.467 INFO kablam! 3056 | rt_alloc_excess_used!(rt_pow2_8192bytes_16align_alloc_excess_used, 8192, 16); Oct 13 13:13:41.467 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.467 INFO kablam! | Oct 13 13:13:41.467 INFO kablam! Oct 13 13:13:41.469 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.469 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.469 INFO kablam! | Oct 13 13:13:41.469 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.469 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.469 INFO kablam! ... Oct 13 13:13:41.469 INFO kablam! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Oct 13 13:13:41.469 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.469 INFO kablam! Oct 13 13:13:41.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.469 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.469 INFO kablam! | Oct 13 13:13:41.469 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.469 INFO kablam! ... Oct 13 13:13:41.469 INFO kablam! 3069 | rt_alloc_excess_used!(rt_pow2_16384bytes_16align_alloc_excess_used, 16384, 16); Oct 13 13:13:41.469 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.469 INFO kablam! | Oct 13 13:13:41.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.469 INFO kablam! | Oct 13 13:13:41.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.469 INFO kablam! | Oct 13 13:13:41.469 INFO kablam! Oct 13 13:13:41.487 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.487 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.487 INFO kablam! | Oct 13 13:13:41.487 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.487 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.487 INFO kablam! ... Oct 13 13:13:41.487 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 13 13:13:41.487 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.487 INFO kablam! Oct 13 13:13:41.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.487 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.487 INFO kablam! | Oct 13 13:13:41.487 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.487 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.487 INFO kablam! ... Oct 13 13:13:41.487 INFO kablam! 3082 | rt_alloc_excess_used!(rt_pow2_32768bytes_16align_alloc_excess_used, 32768, 16); Oct 13 13:13:41.487 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.487 INFO kablam! | Oct 13 13:13:41.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.487 INFO kablam! | Oct 13 13:13:41.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.487 INFO kablam! | Oct 13 13:13:41.487 INFO kablam! Oct 13 13:13:41.487 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.487 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.487 INFO kablam! | Oct 13 13:13:41.487 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.487 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.487 INFO kablam! ... Oct 13 13:13:41.487 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 13 13:13:41.487 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.487 INFO kablam! Oct 13 13:13:41.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.489 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.489 INFO kablam! | Oct 13 13:13:41.489 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.489 INFO kablam! ... Oct 13 13:13:41.489 INFO kablam! 3095 | rt_alloc_excess_used!(rt_pow2_65536bytes_16align_alloc_excess_used, 65536, 16); Oct 13 13:13:41.489 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.489 INFO kablam! | Oct 13 13:13:41.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.489 INFO kablam! | Oct 13 13:13:41.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.489 INFO kablam! | Oct 13 13:13:41.489 INFO kablam! Oct 13 13:13:41.489 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.489 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.489 INFO kablam! | Oct 13 13:13:41.489 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.489 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.489 INFO kablam! ... Oct 13 13:13:41.489 INFO kablam! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Oct 13 13:13:41.489 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.489 INFO kablam! Oct 13 13:13:41.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.489 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.489 INFO kablam! | Oct 13 13:13:41.489 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.489 INFO kablam! ... Oct 13 13:13:41.489 INFO kablam! 3108 | rt_alloc_excess_used!(rt_pow2_131072bytes_16align_alloc_excess_used, 131072, 16); Oct 13 13:13:41.490 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.490 INFO kablam! | Oct 13 13:13:41.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.490 INFO kablam! | Oct 13 13:13:41.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.490 INFO kablam! | Oct 13 13:13:41.490 INFO kablam! Oct 13 13:13:41.490 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.490 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.490 INFO kablam! | Oct 13 13:13:41.490 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.490 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.490 INFO kablam! ... Oct 13 13:13:41.490 INFO kablam! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Oct 13 13:13:41.490 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.490 INFO kablam! Oct 13 13:13:41.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.495 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.495 INFO kablam! ... Oct 13 13:13:41.495 INFO kablam! 3121 | rt_alloc_excess_used!(rt_pow2_4194304bytes_16align_alloc_excess_used, 4194304, 16); Oct 13 13:13:41.495 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! Oct 13 13:13:41.495 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.495 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.495 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.495 INFO kablam! ... Oct 13 13:13:41.495 INFO kablam! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Oct 13 13:13:41.495 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.495 INFO kablam! Oct 13 13:13:41.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.495 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.495 INFO kablam! ... Oct 13 13:13:41.495 INFO kablam! 3135 | rt_alloc_excess_used!(rt_even_10bytes_16align_alloc_excess_used, 10, 16); Oct 13 13:13:41.495 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! Oct 13 13:13:41.495 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.495 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.495 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.495 INFO kablam! ... Oct 13 13:13:41.495 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 13 13:13:41.495 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.495 INFO kablam! Oct 13 13:13:41.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.495 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.495 INFO kablam! ... Oct 13 13:13:41.495 INFO kablam! 3148 | rt_alloc_excess_used!(rt_even_100bytes_16align_alloc_excess_used, 100, 16); Oct 13 13:13:41.495 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! Oct 13 13:13:41.495 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.495 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.495 INFO kablam! | Oct 13 13:13:41.495 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.495 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.495 INFO kablam! ... Oct 13 13:13:41.495 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 13 13:13:41.495 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.495 INFO kablam! Oct 13 13:13:41.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.498 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.498 INFO kablam! | Oct 13 13:13:41.498 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.498 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.498 INFO kablam! ... Oct 13 13:13:41.498 INFO kablam! 3161 | rt_alloc_excess_used!(rt_even_1000bytes_16align_alloc_excess_used, 1000, 16); Oct 13 13:13:41.498 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.498 INFO kablam! | Oct 13 13:13:41.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.498 INFO kablam! | Oct 13 13:13:41.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.498 INFO kablam! | Oct 13 13:13:41.498 INFO kablam! Oct 13 13:13:41.503 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.504 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.504 INFO kablam! | Oct 13 13:13:41.504 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.504 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.504 INFO kablam! ... Oct 13 13:13:41.504 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 13 13:13:41.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.504 INFO kablam! Oct 13 13:13:41.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.512 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.512 INFO kablam! ... Oct 13 13:13:41.512 INFO kablam! 3174 | rt_alloc_excess_used!(rt_even_10000bytes_16align_alloc_excess_used, 10000, 16); Oct 13 13:13:41.512 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! Oct 13 13:13:41.512 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.512 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.512 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.512 INFO kablam! ... Oct 13 13:13:41.512 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 13 13:13:41.512 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.512 INFO kablam! Oct 13 13:13:41.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.512 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.512 INFO kablam! ... Oct 13 13:13:41.512 INFO kablam! 3187 | rt_alloc_excess_used!(rt_even_100000bytes_16align_alloc_excess_used, 100000, 16); Oct 13 13:13:41.512 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! Oct 13 13:13:41.512 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.512 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.512 INFO kablam! | Oct 13 13:13:41.512 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.512 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.512 INFO kablam! ... Oct 13 13:13:41.512 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 13 13:13:41.512 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.512 INFO kablam! Oct 13 13:13:41.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.519 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.519 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.519 INFO kablam! ... Oct 13 13:13:41.519 INFO kablam! 3200 | rt_alloc_excess_used!(rt_even_1000000bytes_16align_alloc_excess_used, 1000000, 16); Oct 13 13:13:41.519 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! Oct 13 13:13:41.519 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.519 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.519 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.519 INFO kablam! ... Oct 13 13:13:41.519 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 13 13:13:41.519 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.519 INFO kablam! Oct 13 13:13:41.519 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.519 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.519 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.519 INFO kablam! ... Oct 13 13:13:41.519 INFO kablam! 3214 | rt_alloc_excess_used!(rt_odd_10bytes_16align_alloc_excess_used, 10- 1, 16); Oct 13 13:13:41.519 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! Oct 13 13:13:41.519 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.519 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.519 INFO kablam! | Oct 13 13:13:41.519 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.519 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.519 INFO kablam! ... Oct 13 13:13:41.519 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 13 13:13:41.520 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.520 INFO kablam! Oct 13 13:13:41.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.523 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.523 INFO kablam! | Oct 13 13:13:41.523 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.523 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.523 INFO kablam! ... Oct 13 13:13:41.523 INFO kablam! 3227 | rt_alloc_excess_used!(rt_odd_100bytes_16align_alloc_excess_used, 100- 1, 16); Oct 13 13:13:41.523 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.523 INFO kablam! | Oct 13 13:13:41.523 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.523 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.523 INFO kablam! | Oct 13 13:13:41.523 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.523 INFO kablam! | Oct 13 13:13:41.523 INFO kablam! Oct 13 13:13:41.523 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.523 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.523 INFO kablam! | Oct 13 13:13:41.523 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.523 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.523 INFO kablam! ... Oct 13 13:13:41.523 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 13 13:13:41.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.523 INFO kablam! Oct 13 13:13:41.523 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.523 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.523 INFO kablam! | Oct 13 13:13:41.523 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.523 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.523 INFO kablam! ... Oct 13 13:13:41.523 INFO kablam! 3240 | rt_alloc_excess_used!(rt_odd_1000bytes_16align_alloc_excess_used, 1000- 1, 16); Oct 13 13:13:41.523 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! Oct 13 13:13:41.524 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.524 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.524 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.524 INFO kablam! ... Oct 13 13:13:41.524 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 13 13:13:41.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.524 INFO kablam! Oct 13 13:13:41.524 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.524 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.524 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.524 INFO kablam! ... Oct 13 13:13:41.524 INFO kablam! 3253 | rt_alloc_excess_used!(rt_odd_10000bytes_16align_alloc_excess_used, 10000- 1, 16); Oct 13 13:13:41.524 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.524 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.524 INFO kablam! | Oct 13 13:13:41.524 INFO kablam! Oct 13 13:13:41.527 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.527 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.527 INFO kablam! | Oct 13 13:13:41.527 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.527 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.527 INFO kablam! ... Oct 13 13:13:41.527 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 13 13:13:41.527 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.527 INFO kablam! Oct 13 13:13:41.531 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.531 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.531 INFO kablam! | Oct 13 13:13:41.531 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.531 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.531 INFO kablam! ... Oct 13 13:13:41.531 INFO kablam! 3266 | rt_alloc_excess_used!(rt_odd_100000bytes_16align_alloc_excess_used, 100000- 1, 16); Oct 13 13:13:41.531 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.531 INFO kablam! | Oct 13 13:13:41.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.532 INFO kablam! | Oct 13 13:13:41.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.532 INFO kablam! | Oct 13 13:13:41.532 INFO kablam! Oct 13 13:13:41.532 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.532 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.532 INFO kablam! | Oct 13 13:13:41.532 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.532 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.532 INFO kablam! ... Oct 13 13:13:41.532 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 13 13:13:41.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.532 INFO kablam! Oct 13 13:13:41.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.532 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.532 INFO kablam! | Oct 13 13:13:41.532 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.532 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.532 INFO kablam! ... Oct 13 13:13:41.532 INFO kablam! 3279 | rt_alloc_excess_used!(rt_odd_1000000bytes_16align_alloc_excess_used, 1000000- 1, 16); Oct 13 13:13:41.532 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.532 INFO kablam! | Oct 13 13:13:41.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.532 INFO kablam! | Oct 13 13:13:41.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.532 INFO kablam! | Oct 13 13:13:41.532 INFO kablam! Oct 13 13:13:41.542 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.542 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.542 INFO kablam! | Oct 13 13:13:41.542 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.542 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.542 INFO kablam! ... Oct 13 13:13:41.542 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 13 13:13:41.542 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.542 INFO kablam! Oct 13 13:13:41.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.544 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.544 INFO kablam! | Oct 13 13:13:41.544 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.544 INFO kablam! ... Oct 13 13:13:41.544 INFO kablam! 3293 | rt_alloc_excess_used!(rt_primes_3bytes_16align_alloc_excess_used, 3, 16); Oct 13 13:13:41.544 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.544 INFO kablam! | Oct 13 13:13:41.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.544 INFO kablam! | Oct 13 13:13:41.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.544 INFO kablam! | Oct 13 13:13:41.544 INFO kablam! Oct 13 13:13:41.544 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.544 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.544 INFO kablam! | Oct 13 13:13:41.544 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.544 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.544 INFO kablam! ... Oct 13 13:13:41.544 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 13 13:13:41.544 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.544 INFO kablam! Oct 13 13:13:41.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.551 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.551 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.551 INFO kablam! ... Oct 13 13:13:41.551 INFO kablam! 3306 | rt_alloc_excess_used!(rt_primes_7bytes_16align_alloc_excess_used, 7, 16); Oct 13 13:13:41.551 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! Oct 13 13:13:41.551 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.551 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.551 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.551 INFO kablam! ... Oct 13 13:13:41.551 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 13 13:13:41.551 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.551 INFO kablam! Oct 13 13:13:41.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.551 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.551 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.551 INFO kablam! ... Oct 13 13:13:41.551 INFO kablam! 3319 | rt_alloc_excess_used!(rt_primes_13bytes_16align_alloc_excess_used, 13, 16); Oct 13 13:13:41.551 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! Oct 13 13:13:41.551 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.551 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.551 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.551 INFO kablam! ... Oct 13 13:13:41.551 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 13 13:13:41.551 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.551 INFO kablam! Oct 13 13:13:41.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.551 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.551 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.551 INFO kablam! ... Oct 13 13:13:41.551 INFO kablam! 3332 | rt_alloc_excess_used!(rt_primes_17bytes_16align_alloc_excess_used, 17, 16); Oct 13 13:13:41.551 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.551 INFO kablam! | Oct 13 13:13:41.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! Oct 13 13:13:41.552 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.552 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.552 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.552 INFO kablam! ... Oct 13 13:13:41.552 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 13 13:13:41.552 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.552 INFO kablam! Oct 13 13:13:41.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.552 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.552 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.552 INFO kablam! ... Oct 13 13:13:41.552 INFO kablam! 3345 | rt_alloc_excess_used!(rt_primes_31bytes_16align_alloc_excess_used, 31, 16); Oct 13 13:13:41.552 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! Oct 13 13:13:41.552 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.552 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.552 INFO kablam! | Oct 13 13:13:41.552 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.552 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.552 INFO kablam! ... Oct 13 13:13:41.554 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 13 13:13:41.554 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.554 INFO kablam! Oct 13 13:13:41.554 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.554 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.554 INFO kablam! | Oct 13 13:13:41.554 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.554 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.554 INFO kablam! ... Oct 13 13:13:41.554 INFO kablam! 3358 | rt_alloc_excess_used!(rt_primes_61bytes_16align_alloc_excess_used, 61, 16); Oct 13 13:13:41.554 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.554 INFO kablam! | Oct 13 13:13:41.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.554 INFO kablam! | Oct 13 13:13:41.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.554 INFO kablam! | Oct 13 13:13:41.554 INFO kablam! Oct 13 13:13:41.567 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.567 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.567 INFO kablam! | Oct 13 13:13:41.567 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.567 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.567 INFO kablam! ... Oct 13 13:13:41.567 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 13 13:13:41.567 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.567 INFO kablam! Oct 13 13:13:41.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.567 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.567 INFO kablam! | Oct 13 13:13:41.567 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.567 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.567 INFO kablam! ... Oct 13 13:13:41.567 INFO kablam! 3371 | rt_alloc_excess_used!(rt_primes_96bytes_16align_alloc_excess_used, 96, 16); Oct 13 13:13:41.567 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.567 INFO kablam! | Oct 13 13:13:41.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.567 INFO kablam! | Oct 13 13:13:41.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.567 INFO kablam! | Oct 13 13:13:41.567 INFO kablam! Oct 13 13:13:41.567 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.567 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.567 INFO kablam! | Oct 13 13:13:41.567 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.567 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.567 INFO kablam! ... Oct 13 13:13:41.567 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 13 13:13:41.567 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.567 INFO kablam! Oct 13 13:13:41.570 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.570 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.570 INFO kablam! | Oct 13 13:13:41.570 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.570 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.570 INFO kablam! ... Oct 13 13:13:41.570 INFO kablam! 3384 | rt_alloc_excess_used!(rt_primes_127bytes_16align_alloc_excess_used, 127, 16); Oct 13 13:13:41.570 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.570 INFO kablam! | Oct 13 13:13:41.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.570 INFO kablam! | Oct 13 13:13:41.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.570 INFO kablam! | Oct 13 13:13:41.571 INFO kablam! Oct 13 13:13:41.571 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.571 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.571 INFO kablam! | Oct 13 13:13:41.571 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.571 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.571 INFO kablam! ... Oct 13 13:13:41.571 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 13 13:13:41.571 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.571 INFO kablam! Oct 13 13:13:41.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.573 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.573 INFO kablam! | Oct 13 13:13:41.573 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.573 INFO kablam! ... Oct 13 13:13:41.573 INFO kablam! 3397 | rt_alloc_excess_used!(rt_primes_257bytes_16align_alloc_excess_used, 257, 16); Oct 13 13:13:41.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.573 INFO kablam! | Oct 13 13:13:41.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.573 INFO kablam! | Oct 13 13:13:41.573 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.573 INFO kablam! | Oct 13 13:13:41.573 INFO kablam! Oct 13 13:13:41.573 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.573 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.573 INFO kablam! | Oct 13 13:13:41.573 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.573 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.573 INFO kablam! ... Oct 13 13:13:41.573 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 13 13:13:41.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.573 INFO kablam! Oct 13 13:13:41.573 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.573 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.573 INFO kablam! | Oct 13 13:13:41.573 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.573 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.573 INFO kablam! ... Oct 13 13:13:41.573 INFO kablam! 3410 | rt_alloc_excess_used!(rt_primes_509bytes_16align_alloc_excess_used, 509, 16); Oct 13 13:13:41.573 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.573 INFO kablam! | Oct 13 13:13:41.573 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.573 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.574 INFO kablam! | Oct 13 13:13:41.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.574 INFO kablam! | Oct 13 13:13:41.574 INFO kablam! Oct 13 13:13:41.574 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.574 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.574 INFO kablam! | Oct 13 13:13:41.574 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.574 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.574 INFO kablam! ... Oct 13 13:13:41.574 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 13 13:13:41.574 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.574 INFO kablam! Oct 13 13:13:41.576 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.576 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.576 INFO kablam! | Oct 13 13:13:41.576 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.576 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.576 INFO kablam! ... Oct 13 13:13:41.576 INFO kablam! 3423 | rt_alloc_excess_used!(rt_primes_1021bytes_16align_alloc_excess_used, 1021, 16); Oct 13 13:13:41.576 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.576 INFO kablam! | Oct 13 13:13:41.576 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.576 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.576 INFO kablam! | Oct 13 13:13:41.576 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.576 INFO kablam! | Oct 13 13:13:41.576 INFO kablam! Oct 13 13:13:41.576 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.576 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.576 INFO kablam! | Oct 13 13:13:41.576 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.576 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.576 INFO kablam! ... Oct 13 13:13:41.576 INFO kablam! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Oct 13 13:13:41.576 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.576 INFO kablam! Oct 13 13:13:41.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.583 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.583 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.583 INFO kablam! ... Oct 13 13:13:41.583 INFO kablam! 3436 | rt_alloc_excess_used!(rt_primes_2039bytes_16align_alloc_excess_used, 2039, 16); Oct 13 13:13:41.583 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! Oct 13 13:13:41.583 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.583 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.583 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.583 INFO kablam! ... Oct 13 13:13:41.583 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 13 13:13:41.583 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.583 INFO kablam! Oct 13 13:13:41.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.583 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.583 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.583 INFO kablam! ... Oct 13 13:13:41.583 INFO kablam! 3449 | rt_alloc_excess_used!(rt_primes_4093bytes_16align_alloc_excess_used, 4093, 16); Oct 13 13:13:41.583 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.583 INFO kablam! | Oct 13 13:13:41.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.584 INFO kablam! | Oct 13 13:13:41.584 INFO kablam! Oct 13 13:13:41.594 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.594 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.594 INFO kablam! | Oct 13 13:13:41.594 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.594 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.594 INFO kablam! ... Oct 13 13:13:41.594 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 13 13:13:41.594 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.594 INFO kablam! Oct 13 13:13:41.594 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.594 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.594 INFO kablam! | Oct 13 13:13:41.594 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.594 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.594 INFO kablam! ... Oct 13 13:13:41.594 INFO kablam! 3462 | rt_alloc_excess_used!(rt_primes_8191bytes_16align_alloc_excess_used, 8191, 16); Oct 13 13:13:41.594 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.594 INFO kablam! | Oct 13 13:13:41.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.594 INFO kablam! | Oct 13 13:13:41.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.594 INFO kablam! | Oct 13 13:13:41.594 INFO kablam! Oct 13 13:13:41.598 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.598 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.598 INFO kablam! | Oct 13 13:13:41.598 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.598 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.598 INFO kablam! ... Oct 13 13:13:41.598 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 13 13:13:41.598 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.598 INFO kablam! Oct 13 13:13:41.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.598 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.598 INFO kablam! | Oct 13 13:13:41.598 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.598 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.598 INFO kablam! ... Oct 13 13:13:41.598 INFO kablam! 3475 | rt_alloc_excess_used!(rt_primes_16381bytes_16align_alloc_excess_used, 16381, 16); Oct 13 13:13:41.598 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.598 INFO kablam! | Oct 13 13:13:41.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.598 INFO kablam! | Oct 13 13:13:41.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.598 INFO kablam! | Oct 13 13:13:41.598 INFO kablam! Oct 13 13:13:41.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.601 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.601 INFO kablam! ... Oct 13 13:13:41.601 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 13 13:13:41.601 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.601 INFO kablam! Oct 13 13:13:41.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.601 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.601 INFO kablam! ... Oct 13 13:13:41.601 INFO kablam! 3488 | rt_alloc_excess_used!(rt_primes_32749bytes_16align_alloc_excess_used, 32749, 16); Oct 13 13:13:41.601 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! Oct 13 13:13:41.601 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.601 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.601 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.601 INFO kablam! ... Oct 13 13:13:41.601 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 13 13:13:41.601 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.601 INFO kablam! Oct 13 13:13:41.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.601 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.601 INFO kablam! ... Oct 13 13:13:41.601 INFO kablam! 3501 | rt_alloc_excess_used!(rt_primes_65537bytes_16align_alloc_excess_used, 65537, 16); Oct 13 13:13:41.601 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.601 INFO kablam! | Oct 13 13:13:41.601 INFO kablam! Oct 13 13:13:41.606 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.606 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.606 INFO kablam! | Oct 13 13:13:41.606 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.606 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.606 INFO kablam! ... Oct 13 13:13:41.606 INFO kablam! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Oct 13 13:13:41.606 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.606 INFO kablam! Oct 13 13:13:41.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.606 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.606 INFO kablam! | Oct 13 13:13:41.606 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.606 INFO kablam! ... Oct 13 13:13:41.606 INFO kablam! 3514 | rt_alloc_excess_used!(rt_primes_131071bytes_16align_alloc_excess_used, 131071, 16); Oct 13 13:13:41.606 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.606 INFO kablam! | Oct 13 13:13:41.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.606 INFO kablam! | Oct 13 13:13:41.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.606 INFO kablam! | Oct 13 13:13:41.606 INFO kablam! Oct 13 13:13:41.609 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.609 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.609 INFO kablam! | Oct 13 13:13:41.609 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.609 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.609 INFO kablam! ... Oct 13 13:13:41.609 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 13 13:13:41.609 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.609 INFO kablam! Oct 13 13:13:41.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.609 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.609 INFO kablam! | Oct 13 13:13:41.609 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.609 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.609 INFO kablam! ... Oct 13 13:13:41.609 INFO kablam! 3527 | rt_alloc_excess_used!(rt_primes_4194301bytes_16align_alloc_excess_used, 4194301, 16); Oct 13 13:13:41.609 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.609 INFO kablam! | Oct 13 13:13:41.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.609 INFO kablam! | Oct 13 13:13:41.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.609 INFO kablam! | Oct 13 13:13:41.609 INFO kablam! Oct 13 13:13:41.612 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.613 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.613 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.613 INFO kablam! ... Oct 13 13:13:41.613 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 13 13:13:41.613 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.613 INFO kablam! Oct 13 13:13:41.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.613 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.613 INFO kablam! ... Oct 13 13:13:41.613 INFO kablam! 3543 | rt_alloc_excess_used!(rt_pow2_1bytes_32align_alloc_excess_used, 1, 32); Oct 13 13:13:41.613 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! Oct 13 13:13:41.613 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.613 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.613 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.613 INFO kablam! ... Oct 13 13:13:41.613 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 13 13:13:41.613 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.613 INFO kablam! Oct 13 13:13:41.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.613 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.613 INFO kablam! ... Oct 13 13:13:41.613 INFO kablam! 3556 | rt_alloc_excess_used!(rt_pow2_2bytes_32align_alloc_excess_used, 2, 32); Oct 13 13:13:41.613 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.613 INFO kablam! | Oct 13 13:13:41.613 INFO kablam! Oct 13 13:13:41.615 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.615 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.615 INFO kablam! | Oct 13 13:13:41.615 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.615 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.615 INFO kablam! ... Oct 13 13:13:41.615 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 13 13:13:41.615 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.615 INFO kablam! Oct 13 13:13:41.626 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.626 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.626 INFO kablam! | Oct 13 13:13:41.626 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.626 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.626 INFO kablam! ... Oct 13 13:13:41.626 INFO kablam! 3569 | rt_alloc_excess_used!(rt_pow2_4bytes_32align_alloc_excess_used, 4, 32); Oct 13 13:13:41.626 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.626 INFO kablam! | Oct 13 13:13:41.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.626 INFO kablam! | Oct 13 13:13:41.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.626 INFO kablam! | Oct 13 13:13:41.626 INFO kablam! Oct 13 13:13:41.629 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.629 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.629 INFO kablam! | Oct 13 13:13:41.629 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.629 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.629 INFO kablam! ... Oct 13 13:13:41.629 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 13 13:13:41.629 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.629 INFO kablam! Oct 13 13:13:41.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.629 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.629 INFO kablam! | Oct 13 13:13:41.629 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.629 INFO kablam! ... Oct 13 13:13:41.629 INFO kablam! 3582 | rt_alloc_excess_used!(rt_pow2_8bytes_32align_alloc_excess_used, 8, 32); Oct 13 13:13:41.629 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.629 INFO kablam! | Oct 13 13:13:41.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.629 INFO kablam! | Oct 13 13:13:41.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.629 INFO kablam! | Oct 13 13:13:41.629 INFO kablam! Oct 13 13:13:41.629 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.629 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.629 INFO kablam! | Oct 13 13:13:41.629 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.629 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.629 INFO kablam! ... Oct 13 13:13:41.629 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 13 13:13:41.629 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.629 INFO kablam! Oct 13 13:13:41.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.632 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.632 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.632 INFO kablam! ... Oct 13 13:13:41.632 INFO kablam! 3595 | rt_alloc_excess_used!(rt_pow2_16bytes_32align_alloc_excess_used, 16, 32); Oct 13 13:13:41.632 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! Oct 13 13:13:41.632 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.632 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.632 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.632 INFO kablam! ... Oct 13 13:13:41.632 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Oct 13 13:13:41.632 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.632 INFO kablam! Oct 13 13:13:41.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.632 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.632 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.632 INFO kablam! ... Oct 13 13:13:41.632 INFO kablam! 3608 | rt_alloc_excess_used!(rt_pow2_32bytes_32align_alloc_excess_used, 32, 32); Oct 13 13:13:41.632 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.632 INFO kablam! | Oct 13 13:13:41.632 INFO kablam! Oct 13 13:13:41.634 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.634 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.634 INFO kablam! | Oct 13 13:13:41.634 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.634 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.634 INFO kablam! ... Oct 13 13:13:41.634 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 13 13:13:41.634 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.634 INFO kablam! Oct 13 13:13:41.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.638 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.638 INFO kablam! | Oct 13 13:13:41.638 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.638 INFO kablam! ... Oct 13 13:13:41.638 INFO kablam! 3621 | rt_alloc_excess_used!(rt_pow2_64bytes_32align_alloc_excess_used, 64, 32); Oct 13 13:13:41.638 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.638 INFO kablam! | Oct 13 13:13:41.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.638 INFO kablam! | Oct 13 13:13:41.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.638 INFO kablam! | Oct 13 13:13:41.638 INFO kablam! Oct 13 13:13:41.638 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.638 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.638 INFO kablam! | Oct 13 13:13:41.638 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.638 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.638 INFO kablam! ... Oct 13 13:13:41.638 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 13 13:13:41.638 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.638 INFO kablam! Oct 13 13:13:41.640 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.640 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.640 INFO kablam! | Oct 13 13:13:41.640 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.640 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.640 INFO kablam! ... Oct 13 13:13:41.640 INFO kablam! 3634 | rt_alloc_excess_used!(rt_pow2_128bytes_32align_alloc_excess_used, 128, 32); Oct 13 13:13:41.640 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.640 INFO kablam! | Oct 13 13:13:41.640 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.640 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.640 INFO kablam! | Oct 13 13:13:41.640 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.640 INFO kablam! | Oct 13 13:13:41.640 INFO kablam! Oct 13 13:13:41.640 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.640 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.640 INFO kablam! | Oct 13 13:13:41.640 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.640 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.640 INFO kablam! ... Oct 13 13:13:41.640 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 13 13:13:41.640 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.640 INFO kablam! Oct 13 13:13:41.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.643 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.643 INFO kablam! | Oct 13 13:13:41.643 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.643 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.643 INFO kablam! ... Oct 13 13:13:41.643 INFO kablam! 3647 | rt_alloc_excess_used!(rt_pow2_256bytes_32align_alloc_excess_used, 256, 32); Oct 13 13:13:41.643 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.643 INFO kablam! | Oct 13 13:13:41.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.643 INFO kablam! | Oct 13 13:13:41.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.643 INFO kablam! | Oct 13 13:13:41.643 INFO kablam! Oct 13 13:13:41.643 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.643 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.643 INFO kablam! | Oct 13 13:13:41.643 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.643 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.643 INFO kablam! ... Oct 13 13:13:41.643 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 13 13:13:41.643 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.643 INFO kablam! Oct 13 13:13:41.647 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.647 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.647 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.647 INFO kablam! ... Oct 13 13:13:41.647 INFO kablam! 3660 | rt_alloc_excess_used!(rt_pow2_512bytes_32align_alloc_excess_used, 512, 32); Oct 13 13:13:41.647 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! Oct 13 13:13:41.647 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.647 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.647 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.647 INFO kablam! ... Oct 13 13:13:41.647 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 13 13:13:41.647 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.647 INFO kablam! Oct 13 13:13:41.647 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.647 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.647 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.647 INFO kablam! ... Oct 13 13:13:41.647 INFO kablam! 3673 | rt_alloc_excess_used!(rt_pow2_1024bytes_32align_alloc_excess_used, 1024, 32); Oct 13 13:13:41.647 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.647 INFO kablam! | Oct 13 13:13:41.647 INFO kablam! Oct 13 13:13:41.658 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.658 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.658 INFO kablam! | Oct 13 13:13:41.658 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.658 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.658 INFO kablam! ... Oct 13 13:13:41.658 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 13 13:13:41.658 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.658 INFO kablam! Oct 13 13:13:41.658 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.658 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.658 INFO kablam! | Oct 13 13:13:41.658 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.659 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.659 INFO kablam! ... Oct 13 13:13:41.659 INFO kablam! 3686 | rt_alloc_excess_used!(rt_pow2_2048bytes_32align_alloc_excess_used, 2048, 32); Oct 13 13:13:41.659 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.659 INFO kablam! | Oct 13 13:13:41.659 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.659 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.659 INFO kablam! | Oct 13 13:13:41.659 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.659 INFO kablam! | Oct 13 13:13:41.659 INFO kablam! Oct 13 13:13:41.661 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.661 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.661 INFO kablam! | Oct 13 13:13:41.661 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.661 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.661 INFO kablam! ... Oct 13 13:13:41.661 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 13 13:13:41.661 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.661 INFO kablam! Oct 13 13:13:41.661 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.661 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.661 INFO kablam! | Oct 13 13:13:41.661 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.661 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.661 INFO kablam! ... Oct 13 13:13:41.661 INFO kablam! 3699 | rt_alloc_excess_used!(rt_pow2_4096bytes_32align_alloc_excess_used, 4096, 32); Oct 13 13:13:41.661 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.661 INFO kablam! | Oct 13 13:13:41.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.661 INFO kablam! | Oct 13 13:13:41.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.661 INFO kablam! | Oct 13 13:13:41.661 INFO kablam! Oct 13 13:13:41.663 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.663 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.663 INFO kablam! | Oct 13 13:13:41.663 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.663 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.663 INFO kablam! ... Oct 13 13:13:41.663 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 13 13:13:41.663 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.664 INFO kablam! Oct 13 13:13:41.664 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.664 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.664 INFO kablam! | Oct 13 13:13:41.664 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.664 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.664 INFO kablam! ... Oct 13 13:13:41.664 INFO kablam! 3712 | rt_alloc_excess_used!(rt_pow2_8192bytes_32align_alloc_excess_used, 8192, 32); Oct 13 13:13:41.664 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.664 INFO kablam! | Oct 13 13:13:41.664 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.664 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.664 INFO kablam! | Oct 13 13:13:41.664 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.664 INFO kablam! | Oct 13 13:13:41.664 INFO kablam! Oct 13 13:13:41.670 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.670 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.670 INFO kablam! | Oct 13 13:13:41.670 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.670 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.670 INFO kablam! ... Oct 13 13:13:41.670 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 13 13:13:41.670 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.670 INFO kablam! Oct 13 13:13:41.670 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.670 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.670 INFO kablam! | Oct 13 13:13:41.670 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.670 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.670 INFO kablam! ... Oct 13 13:13:41.670 INFO kablam! 3725 | rt_alloc_excess_used!(rt_pow2_16384bytes_32align_alloc_excess_used, 16384, 32); Oct 13 13:13:41.670 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.670 INFO kablam! | Oct 13 13:13:41.670 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.670 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.670 INFO kablam! | Oct 13 13:13:41.670 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.670 INFO kablam! | Oct 13 13:13:41.670 INFO kablam! Oct 13 13:13:41.674 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.674 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.674 INFO kablam! | Oct 13 13:13:41.674 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.674 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.674 INFO kablam! ... Oct 13 13:13:41.674 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 13 13:13:41.674 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.675 INFO kablam! Oct 13 13:13:41.675 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.675 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.675 INFO kablam! | Oct 13 13:13:41.675 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.675 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.675 INFO kablam! ... Oct 13 13:13:41.675 INFO kablam! 3738 | rt_alloc_excess_used!(rt_pow2_32768bytes_32align_alloc_excess_used, 32768, 32); Oct 13 13:13:41.675 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.675 INFO kablam! | Oct 13 13:13:41.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.675 INFO kablam! | Oct 13 13:13:41.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.675 INFO kablam! | Oct 13 13:13:41.675 INFO kablam! Oct 13 13:13:41.675 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.675 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.675 INFO kablam! | Oct 13 13:13:41.675 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.675 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.675 INFO kablam! ... Oct 13 13:13:41.675 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 13 13:13:41.675 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.675 INFO kablam! Oct 13 13:13:41.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.677 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.677 INFO kablam! | Oct 13 13:13:41.677 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.677 INFO kablam! ... Oct 13 13:13:41.677 INFO kablam! 3751 | rt_alloc_excess_used!(rt_pow2_65536bytes_32align_alloc_excess_used, 65536, 32); Oct 13 13:13:41.677 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.677 INFO kablam! | Oct 13 13:13:41.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.677 INFO kablam! | Oct 13 13:13:41.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.677 INFO kablam! | Oct 13 13:13:41.677 INFO kablam! Oct 13 13:13:41.686 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.686 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.686 INFO kablam! | Oct 13 13:13:41.686 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.686 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.686 INFO kablam! ... Oct 13 13:13:41.686 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 13 13:13:41.686 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.686 INFO kablam! Oct 13 13:13:41.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.688 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.688 INFO kablam! | Oct 13 13:13:41.688 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.688 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.688 INFO kablam! ... Oct 13 13:13:41.688 INFO kablam! 3764 | rt_alloc_excess_used!(rt_pow2_131072bytes_32align_alloc_excess_used, 131072, 32); Oct 13 13:13:41.688 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.688 INFO kablam! | Oct 13 13:13:41.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.688 INFO kablam! | Oct 13 13:13:41.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.688 INFO kablam! | Oct 13 13:13:41.688 INFO kablam! Oct 13 13:13:41.688 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.688 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.688 INFO kablam! | Oct 13 13:13:41.688 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.688 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.688 INFO kablam! ... Oct 13 13:13:41.688 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 13 13:13:41.688 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.688 INFO kablam! Oct 13 13:13:41.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.690 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.690 INFO kablam! | Oct 13 13:13:41.690 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.690 INFO kablam! ... Oct 13 13:13:41.690 INFO kablam! 3777 | rt_alloc_excess_used!(rt_pow2_4194304bytes_32align_alloc_excess_used, 4194304, 32); Oct 13 13:13:41.690 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.690 INFO kablam! | Oct 13 13:13:41.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.690 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.691 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! Oct 13 13:13:41.691 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.691 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.691 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.691 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.691 INFO kablam! ... Oct 13 13:13:41.691 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 13 13:13:41.691 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.691 INFO kablam! Oct 13 13:13:41.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.691 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.691 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.691 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.691 INFO kablam! ... Oct 13 13:13:41.691 INFO kablam! 3791 | rt_alloc_excess_used!(rt_even_10bytes_32align_alloc_excess_used, 10, 32); Oct 13 13:13:41.691 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.691 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.691 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.691 INFO kablam! | Oct 13 13:13:41.691 INFO kablam! Oct 13 13:13:41.693 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.693 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.693 INFO kablam! | Oct 13 13:13:41.693 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.693 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.693 INFO kablam! ... Oct 13 13:13:41.693 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 13 13:13:41.693 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.693 INFO kablam! Oct 13 13:13:41.693 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.693 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.693 INFO kablam! | Oct 13 13:13:41.693 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.693 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.693 INFO kablam! ... Oct 13 13:13:41.693 INFO kablam! 3804 | rt_alloc_excess_used!(rt_even_100bytes_32align_alloc_excess_used, 100, 32); Oct 13 13:13:41.693 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.693 INFO kablam! | Oct 13 13:13:41.693 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.693 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.693 INFO kablam! | Oct 13 13:13:41.693 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.693 INFO kablam! | Oct 13 13:13:41.693 INFO kablam! Oct 13 13:13:41.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.704 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.704 INFO kablam! | Oct 13 13:13:41.704 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.704 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.704 INFO kablam! ... Oct 13 13:13:41.704 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 13 13:13:41.704 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.704 INFO kablam! Oct 13 13:13:41.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.704 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.704 INFO kablam! | Oct 13 13:13:41.704 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.704 INFO kablam! ... Oct 13 13:13:41.704 INFO kablam! 3817 | rt_alloc_excess_used!(rt_even_1000bytes_32align_alloc_excess_used, 1000, 32); Oct 13 13:13:41.704 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.704 INFO kablam! | Oct 13 13:13:41.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.704 INFO kablam! | Oct 13 13:13:41.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.704 INFO kablam! | Oct 13 13:13:41.704 INFO kablam! Oct 13 13:13:41.704 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.704 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.704 INFO kablam! | Oct 13 13:13:41.704 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.704 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.704 INFO kablam! ... Oct 13 13:13:41.704 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 13 13:13:41.704 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.704 INFO kablam! Oct 13 13:13:41.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.707 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.707 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.707 INFO kablam! ... Oct 13 13:13:41.707 INFO kablam! 3830 | rt_alloc_excess_used!(rt_even_10000bytes_32align_alloc_excess_used, 10000, 32); Oct 13 13:13:41.707 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! Oct 13 13:13:41.707 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.707 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.707 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.707 INFO kablam! ... Oct 13 13:13:41.707 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 13 13:13:41.707 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.707 INFO kablam! Oct 13 13:13:41.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.707 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.707 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.707 INFO kablam! ... Oct 13 13:13:41.707 INFO kablam! 3843 | rt_alloc_excess_used!(rt_even_100000bytes_32align_alloc_excess_used, 100000, 32); Oct 13 13:13:41.707 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.707 INFO kablam! | Oct 13 13:13:41.707 INFO kablam! Oct 13 13:13:41.709 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.709 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.709 INFO kablam! | Oct 13 13:13:41.709 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.709 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.709 INFO kablam! ... Oct 13 13:13:41.709 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Oct 13 13:13:41.709 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.709 INFO kablam! Oct 13 13:13:41.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.714 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.714 INFO kablam! | Oct 13 13:13:41.714 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.714 INFO kablam! ... Oct 13 13:13:41.714 INFO kablam! 3856 | rt_alloc_excess_used!(rt_even_1000000bytes_32align_alloc_excess_used, 1000000, 32); Oct 13 13:13:41.714 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.714 INFO kablam! | Oct 13 13:13:41.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.714 INFO kablam! | Oct 13 13:13:41.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.714 INFO kablam! | Oct 13 13:13:41.714 INFO kablam! Oct 13 13:13:41.714 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.714 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.714 INFO kablam! | Oct 13 13:13:41.714 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.714 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.714 INFO kablam! ... Oct 13 13:13:41.714 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 13 13:13:41.714 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.714 INFO kablam! Oct 13 13:13:41.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.714 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.714 INFO kablam! | Oct 13 13:13:41.714 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.714 INFO kablam! ... Oct 13 13:13:41.714 INFO kablam! 3870 | rt_alloc_excess_used!(rt_odd_10bytes_32align_alloc_excess_used, 10- 1, 32); Oct 13 13:13:41.714 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.722 INFO kablam! | Oct 13 13:13:41.722 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.722 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.722 INFO kablam! | Oct 13 13:13:41.722 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.722 INFO kablam! | Oct 13 13:13:41.722 INFO kablam! Oct 13 13:13:41.722 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.722 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.722 INFO kablam! | Oct 13 13:13:41.722 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.722 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.722 INFO kablam! ... Oct 13 13:13:41.722 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Oct 13 13:13:41.722 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.722 INFO kablam! Oct 13 13:13:41.724 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.724 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.724 INFO kablam! | Oct 13 13:13:41.724 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.724 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.724 INFO kablam! ... Oct 13 13:13:41.724 INFO kablam! 3883 | rt_alloc_excess_used!(rt_odd_100bytes_32align_alloc_excess_used, 100- 1, 32); Oct 13 13:13:41.724 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.724 INFO kablam! | Oct 13 13:13:41.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.724 INFO kablam! | Oct 13 13:13:41.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.724 INFO kablam! | Oct 13 13:13:41.724 INFO kablam! Oct 13 13:13:41.725 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.725 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.725 INFO kablam! | Oct 13 13:13:41.725 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.725 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.725 INFO kablam! ... Oct 13 13:13:41.725 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 13 13:13:41.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.726 INFO kablam! Oct 13 13:13:41.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.731 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.731 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.731 INFO kablam! ... Oct 13 13:13:41.731 INFO kablam! 3896 | rt_alloc_excess_used!(rt_odd_1000bytes_32align_alloc_excess_used, 1000- 1, 32); Oct 13 13:13:41.731 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! Oct 13 13:13:41.731 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.731 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.731 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.731 INFO kablam! ... Oct 13 13:13:41.731 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 13 13:13:41.731 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.731 INFO kablam! Oct 13 13:13:41.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.731 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.731 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.731 INFO kablam! ... Oct 13 13:13:41.731 INFO kablam! 3909 | rt_alloc_excess_used!(rt_odd_10000bytes_32align_alloc_excess_used, 10000- 1, 32); Oct 13 13:13:41.731 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.731 INFO kablam! | Oct 13 13:13:41.731 INFO kablam! Oct 13 13:13:41.733 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.733 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.733 INFO kablam! | Oct 13 13:13:41.733 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.733 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.733 INFO kablam! ... Oct 13 13:13:41.733 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 13 13:13:41.733 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.733 INFO kablam! Oct 13 13:13:41.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.733 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.733 INFO kablam! | Oct 13 13:13:41.733 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.733 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.734 INFO kablam! ... Oct 13 13:13:41.734 INFO kablam! 3922 | rt_alloc_excess_used!(rt_odd_100000bytes_32align_alloc_excess_used, 100000- 1, 32); Oct 13 13:13:41.734 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! Oct 13 13:13:41.734 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.734 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.734 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.734 INFO kablam! ... Oct 13 13:13:41.734 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 13 13:13:41.734 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.734 INFO kablam! Oct 13 13:13:41.734 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.734 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.734 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.734 INFO kablam! ... Oct 13 13:13:41.734 INFO kablam! 3935 | rt_alloc_excess_used!(rt_odd_1000000bytes_32align_alloc_excess_used, 1000000- 1, 32); Oct 13 13:13:41.734 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.734 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.734 INFO kablam! | Oct 13 13:13:41.734 INFO kablam! Oct 13 13:13:41.738 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.738 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.738 INFO kablam! | Oct 13 13:13:41.738 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.738 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.738 INFO kablam! ... Oct 13 13:13:41.738 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 13 13:13:41.738 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.738 INFO kablam! Oct 13 13:13:41.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.740 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.740 INFO kablam! | Oct 13 13:13:41.740 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.740 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.740 INFO kablam! ... Oct 13 13:13:41.740 INFO kablam! 3949 | rt_alloc_excess_used!(rt_primes_3bytes_32align_alloc_excess_used, 3, 32); Oct 13 13:13:41.740 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.740 INFO kablam! | Oct 13 13:13:41.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.740 INFO kablam! | Oct 13 13:13:41.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.740 INFO kablam! | Oct 13 13:13:41.740 INFO kablam! Oct 13 13:13:41.740 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.740 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.740 INFO kablam! | Oct 13 13:13:41.740 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.740 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.740 INFO kablam! ... Oct 13 13:13:41.740 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 13 13:13:41.740 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.740 INFO kablam! Oct 13 13:13:41.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.740 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.740 INFO kablam! | Oct 13 13:13:41.740 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.740 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.741 INFO kablam! ... Oct 13 13:13:41.741 INFO kablam! 3962 | rt_alloc_excess_used!(rt_primes_7bytes_32align_alloc_excess_used, 7, 32); Oct 13 13:13:41.741 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.741 INFO kablam! | Oct 13 13:13:41.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.741 INFO kablam! | Oct 13 13:13:41.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.741 INFO kablam! | Oct 13 13:13:41.741 INFO kablam! Oct 13 13:13:41.742 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.742 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.742 INFO kablam! | Oct 13 13:13:41.742 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.742 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.742 INFO kablam! ... Oct 13 13:13:41.742 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 13 13:13:41.742 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.742 INFO kablam! Oct 13 13:13:41.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.751 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.751 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.751 INFO kablam! ... Oct 13 13:13:41.751 INFO kablam! 3975 | rt_alloc_excess_used!(rt_primes_13bytes_32align_alloc_excess_used, 13, 32); Oct 13 13:13:41.751 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! Oct 13 13:13:41.751 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.751 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.751 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.751 INFO kablam! ... Oct 13 13:13:41.751 INFO kablam! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Oct 13 13:13:41.751 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.751 INFO kablam! Oct 13 13:13:41.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.751 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.751 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.751 INFO kablam! ... Oct 13 13:13:41.751 INFO kablam! 3988 | rt_alloc_excess_used!(rt_primes_17bytes_32align_alloc_excess_used, 17, 32); Oct 13 13:13:41.751 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! Oct 13 13:13:41.751 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.751 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.751 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.751 INFO kablam! ... Oct 13 13:13:41.751 INFO kablam! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Oct 13 13:13:41.751 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.751 INFO kablam! Oct 13 13:13:41.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.751 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.751 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.751 INFO kablam! ... Oct 13 13:13:41.751 INFO kablam! 4001 | rt_alloc_excess_used!(rt_primes_31bytes_32align_alloc_excess_used, 31, 32); Oct 13 13:13:41.751 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.751 INFO kablam! | Oct 13 13:13:41.751 INFO kablam! Oct 13 13:13:41.759 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.759 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.759 INFO kablam! | Oct 13 13:13:41.759 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.759 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.759 INFO kablam! ... Oct 13 13:13:41.759 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 13 13:13:41.759 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.759 INFO kablam! Oct 13 13:13:41.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.759 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.759 INFO kablam! | Oct 13 13:13:41.759 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.759 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.759 INFO kablam! ... Oct 13 13:13:41.759 INFO kablam! 4014 | rt_alloc_excess_used!(rt_primes_61bytes_32align_alloc_excess_used, 61, 32); Oct 13 13:13:41.759 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.759 INFO kablam! | Oct 13 13:13:41.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.759 INFO kablam! | Oct 13 13:13:41.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.759 INFO kablam! | Oct 13 13:13:41.759 INFO kablam! Oct 13 13:13:41.762 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.762 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.762 INFO kablam! | Oct 13 13:13:41.762 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.762 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.762 INFO kablam! ... Oct 13 13:13:41.762 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 13 13:13:41.762 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.762 INFO kablam! Oct 13 13:13:41.762 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.762 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.762 INFO kablam! | Oct 13 13:13:41.762 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.762 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.762 INFO kablam! ... Oct 13 13:13:41.762 INFO kablam! 4027 | rt_alloc_excess_used!(rt_primes_96bytes_32align_alloc_excess_used, 96, 32); Oct 13 13:13:41.762 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.762 INFO kablam! | Oct 13 13:13:41.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.762 INFO kablam! | Oct 13 13:13:41.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.762 INFO kablam! | Oct 13 13:13:41.762 INFO kablam! Oct 13 13:13:41.765 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.765 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.765 INFO kablam! | Oct 13 13:13:41.765 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.765 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.765 INFO kablam! ... Oct 13 13:13:41.765 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 13 13:13:41.765 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.765 INFO kablam! Oct 13 13:13:41.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.765 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.765 INFO kablam! | Oct 13 13:13:41.765 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.765 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.765 INFO kablam! ... Oct 13 13:13:41.765 INFO kablam! 4040 | rt_alloc_excess_used!(rt_primes_127bytes_32align_alloc_excess_used, 127, 32); Oct 13 13:13:41.765 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.765 INFO kablam! | Oct 13 13:13:41.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.765 INFO kablam! | Oct 13 13:13:41.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.765 INFO kablam! | Oct 13 13:13:41.765 INFO kablam! Oct 13 13:13:41.768 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.768 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.768 INFO kablam! | Oct 13 13:13:41.768 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.768 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.768 INFO kablam! ... Oct 13 13:13:41.768 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 13 13:13:41.768 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.768 INFO kablam! Oct 13 13:13:41.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.770 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.770 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.770 INFO kablam! ... Oct 13 13:13:41.770 INFO kablam! 4053 | rt_alloc_excess_used!(rt_primes_257bytes_32align_alloc_excess_used, 257, 32); Oct 13 13:13:41.770 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! Oct 13 13:13:41.770 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.770 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.770 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.770 INFO kablam! ... Oct 13 13:13:41.770 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 13 13:13:41.770 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.770 INFO kablam! Oct 13 13:13:41.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.770 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.770 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.770 INFO kablam! ... Oct 13 13:13:41.770 INFO kablam! 4066 | rt_alloc_excess_used!(rt_primes_509bytes_32align_alloc_excess_used, 509, 32); Oct 13 13:13:41.770 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! Oct 13 13:13:41.770 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.770 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.770 INFO kablam! | Oct 13 13:13:41.770 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.771 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.771 INFO kablam! ... Oct 13 13:13:41.771 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 13 13:13:41.771 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.771 INFO kablam! Oct 13 13:13:41.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.774 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.774 INFO kablam! | Oct 13 13:13:41.774 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.774 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.774 INFO kablam! ... Oct 13 13:13:41.774 INFO kablam! 4079 | rt_alloc_excess_used!(rt_primes_1021bytes_32align_alloc_excess_used, 1021, 32); Oct 13 13:13:41.774 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.774 INFO kablam! | Oct 13 13:13:41.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.778 INFO kablam! | Oct 13 13:13:41.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.778 INFO kablam! | Oct 13 13:13:41.778 INFO kablam! Oct 13 13:13:41.790 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.790 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.790 INFO kablam! | Oct 13 13:13:41.790 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.790 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.790 INFO kablam! ... Oct 13 13:13:41.790 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 13 13:13:41.790 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.790 INFO kablam! Oct 13 13:13:41.790 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.790 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.790 INFO kablam! | Oct 13 13:13:41.790 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.790 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.790 INFO kablam! ... Oct 13 13:13:41.790 INFO kablam! 4092 | rt_alloc_excess_used!(rt_primes_2039bytes_32align_alloc_excess_used, 2039, 32); Oct 13 13:13:41.790 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.790 INFO kablam! | Oct 13 13:13:41.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.790 INFO kablam! | Oct 13 13:13:41.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.790 INFO kablam! | Oct 13 13:13:41.790 INFO kablam! Oct 13 13:13:41.795 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.795 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.795 INFO kablam! | Oct 13 13:13:41.795 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.795 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.795 INFO kablam! ... Oct 13 13:13:41.795 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 13 13:13:41.795 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.795 INFO kablam! Oct 13 13:13:41.795 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.795 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.795 INFO kablam! | Oct 13 13:13:41.795 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.795 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.795 INFO kablam! ... Oct 13 13:13:41.795 INFO kablam! 4105 | rt_alloc_excess_used!(rt_primes_4093bytes_32align_alloc_excess_used, 4093, 32); Oct 13 13:13:41.795 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.795 INFO kablam! | Oct 13 13:13:41.795 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.795 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.795 INFO kablam! | Oct 13 13:13:41.795 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.795 INFO kablam! | Oct 13 13:13:41.795 INFO kablam! Oct 13 13:13:41.795 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.795 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.795 INFO kablam! | Oct 13 13:13:41.795 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.795 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.795 INFO kablam! ... Oct 13 13:13:41.795 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 13 13:13:41.795 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.795 INFO kablam! Oct 13 13:13:41.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.798 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.798 INFO kablam! ... Oct 13 13:13:41.798 INFO kablam! 4118 | rt_alloc_excess_used!(rt_primes_8191bytes_32align_alloc_excess_used, 8191, 32); Oct 13 13:13:41.798 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! Oct 13 13:13:41.798 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.798 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.798 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.798 INFO kablam! ... Oct 13 13:13:41.798 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 13 13:13:41.798 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.798 INFO kablam! Oct 13 13:13:41.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.798 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.798 INFO kablam! ... Oct 13 13:13:41.798 INFO kablam! 4131 | rt_alloc_excess_used!(rt_primes_16381bytes_32align_alloc_excess_used, 16381, 32); Oct 13 13:13:41.798 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! Oct 13 13:13:41.798 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.798 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.798 INFO kablam! | Oct 13 13:13:41.798 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.798 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.798 INFO kablam! ... Oct 13 13:13:41.798 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 13 13:13:41.798 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.798 INFO kablam! Oct 13 13:13:41.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.799 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.799 INFO kablam! | Oct 13 13:13:41.799 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.799 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.799 INFO kablam! ... Oct 13 13:13:41.799 INFO kablam! 4144 | rt_alloc_excess_used!(rt_primes_32749bytes_32align_alloc_excess_used, 32749, 32); Oct 13 13:13:41.799 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.799 INFO kablam! | Oct 13 13:13:41.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.799 INFO kablam! | Oct 13 13:13:41.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.799 INFO kablam! | Oct 13 13:13:41.799 INFO kablam! Oct 13 13:13:41.807 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.807 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.807 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.807 INFO kablam! ... Oct 13 13:13:41.807 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 13 13:13:41.807 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.807 INFO kablam! Oct 13 13:13:41.807 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.807 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.807 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.807 INFO kablam! ... Oct 13 13:13:41.807 INFO kablam! 4157 | rt_alloc_excess_used!(rt_primes_65537bytes_32align_alloc_excess_used, 65537, 32); Oct 13 13:13:41.807 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! Oct 13 13:13:41.807 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.807 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.807 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.807 INFO kablam! ... Oct 13 13:13:41.807 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 13 13:13:41.807 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.807 INFO kablam! Oct 13 13:13:41.807 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.807 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.807 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.807 INFO kablam! ... Oct 13 13:13:41.807 INFO kablam! 4170 | rt_alloc_excess_used!(rt_primes_131071bytes_32align_alloc_excess_used, 131071, 32); Oct 13 13:13:41.807 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.807 INFO kablam! | Oct 13 13:13:41.808 INFO kablam! Oct 13 13:13:41.811 INFO kablam! error[E0599]: no method named `alloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.811 INFO kablam! --> benches/roundtrip.rs:125:52 Oct 13 13:13:41.811 INFO kablam! | Oct 13 13:13:41.811 INFO kablam! 125 | let Excess(ptr, excess) = Jemalloc.alloc_excess(layout.clone()).unwrap(); Oct 13 13:13:41.811 INFO kablam! | ^^^^^^^^^^^^ Oct 13 13:13:41.811 INFO kablam! ... Oct 13 13:13:41.811 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 13 13:13:41.811 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.811 INFO kablam! Oct 13 13:13:41.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:41.811 INFO kablam! --> benches/roundtrip.rs:128:26 Oct 13 13:13:41.811 INFO kablam! | Oct 13 13:13:41.811 INFO kablam! 128 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:41.811 INFO kablam! | ^^^^^^^ Oct 13 13:13:41.811 INFO kablam! ... Oct 13 13:13:41.811 INFO kablam! 4183 | rt_alloc_excess_used!(rt_primes_4194301bytes_32align_alloc_excess_used, 4194301, 32); Oct 13 13:13:41.811 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:41.811 INFO kablam! | Oct 13 13:13:41.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:41.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:41.811 INFO kablam! | Oct 13 13:13:41.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:41.811 INFO kablam! | Oct 13 13:13:41.811 INFO kablam! Oct 13 13:13:42.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.247 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.247 INFO kablam! | Oct 13 13:13:42.247 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.247 INFO kablam! | ^^^^^ Oct 13 13:13:42.247 INFO kablam! ... Oct 13 13:13:42.247 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 13 13:13:42.247 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.247 INFO kablam! | Oct 13 13:13:42.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.247 INFO kablam! | Oct 13 13:13:42.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.247 INFO kablam! | Oct 13 13:13:42.247 INFO kablam! Oct 13 13:13:42.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.250 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.250 INFO kablam! | Oct 13 13:13:42.250 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.250 INFO kablam! | ^^^^^ Oct 13 13:13:42.250 INFO kablam! ... Oct 13 13:13:42.250 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 13 13:13:42.250 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.250 INFO kablam! | Oct 13 13:13:42.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.250 INFO kablam! | Oct 13 13:13:42.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.251 INFO kablam! | Oct 13 13:13:42.251 INFO kablam! Oct 13 13:13:42.252 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.252 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.252 INFO kablam! | Oct 13 13:13:42.252 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.252 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.252 INFO kablam! ... Oct 13 13:13:42.252 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 13 13:13:42.252 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.252 INFO kablam! | Oct 13 13:13:42.252 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.252 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.252 INFO kablam! | Oct 13 13:13:42.252 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.252 INFO kablam! | Oct 13 13:13:42.252 INFO kablam! Oct 13 13:13:42.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.261 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.261 INFO kablam! | Oct 13 13:13:42.261 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.261 INFO kablam! ... Oct 13 13:13:42.261 INFO kablam! 264 | rt_realloc_naive!(rt_pow2_1bytes_1align_realloc_naive, 1, 1); Oct 13 13:13:42.261 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.261 INFO kablam! | Oct 13 13:13:42.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.261 INFO kablam! | Oct 13 13:13:42.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.261 INFO kablam! | Oct 13 13:13:42.261 INFO kablam! Oct 13 13:13:42.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.262 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.262 INFO kablam! | ^^^^^ Oct 13 13:13:42.262 INFO kablam! ... Oct 13 13:13:42.262 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:42.262 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! Oct 13 13:13:42.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.262 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.262 INFO kablam! | ^^^^^ Oct 13 13:13:42.262 INFO kablam! ... Oct 13 13:13:42.262 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:42.262 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! Oct 13 13:13:42.262 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.262 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.262 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.262 INFO kablam! ... Oct 13 13:13:42.262 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:42.262 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! Oct 13 13:13:42.262 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.262 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.262 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.262 INFO kablam! ... Oct 13 13:13:42.262 INFO kablam! 277 | rt_realloc_naive!(rt_pow2_2bytes_1align_realloc_naive, 2, 1); Oct 13 13:13:42.262 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.262 INFO kablam! | Oct 13 13:13:42.262 INFO kablam! Oct 13 13:13:42.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.263 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.263 INFO kablam! | ^^^^^ Oct 13 13:13:42.263 INFO kablam! ... Oct 13 13:13:42.263 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:42.263 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! Oct 13 13:13:42.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.263 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.263 INFO kablam! | ^^^^^ Oct 13 13:13:42.263 INFO kablam! ... Oct 13 13:13:42.263 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:42.263 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.263 INFO kablam! | Oct 13 13:13:42.263 INFO kablam! Oct 13 13:13:42.267 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.267 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.267 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.267 INFO kablam! ... Oct 13 13:13:42.267 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:42.267 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! Oct 13 13:13:42.267 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.267 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.267 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.267 INFO kablam! ... Oct 13 13:13:42.267 INFO kablam! 290 | rt_realloc_naive!(rt_pow2_4bytes_1align_realloc_naive, 4, 1); Oct 13 13:13:42.267 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! Oct 13 13:13:42.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.267 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.267 INFO kablam! | ^^^^^ Oct 13 13:13:42.267 INFO kablam! ... Oct 13 13:13:42.267 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 13 13:13:42.267 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.267 INFO kablam! | Oct 13 13:13:42.267 INFO kablam! Oct 13 13:13:42.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.267 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.268 INFO kablam! | ^^^^^ Oct 13 13:13:42.268 INFO kablam! ... Oct 13 13:13:42.268 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 13 13:13:42.268 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! Oct 13 13:13:42.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.268 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.268 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.268 INFO kablam! ... Oct 13 13:13:42.268 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 13 13:13:42.268 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.268 INFO kablam! | Oct 13 13:13:42.268 INFO kablam! Oct 13 13:13:42.269 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.269 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.269 INFO kablam! | Oct 13 13:13:42.269 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.269 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.269 INFO kablam! ... Oct 13 13:13:42.269 INFO kablam! 303 | rt_realloc_naive!(rt_pow2_8bytes_1align_realloc_naive, 8, 1); Oct 13 13:13:42.269 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.269 INFO kablam! | Oct 13 13:13:42.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.269 INFO kablam! | Oct 13 13:13:42.269 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.269 INFO kablam! | Oct 13 13:13:42.269 INFO kablam! Oct 13 13:13:42.271 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.271 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.271 INFO kablam! | Oct 13 13:13:42.271 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.271 INFO kablam! | ^^^^^ Oct 13 13:13:42.271 INFO kablam! ... Oct 13 13:13:42.271 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 13 13:13:42.271 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.271 INFO kablam! | Oct 13 13:13:42.271 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.271 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.271 INFO kablam! | Oct 13 13:13:42.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.271 INFO kablam! | Oct 13 13:13:42.271 INFO kablam! Oct 13 13:13:42.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.272 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.272 INFO kablam! | Oct 13 13:13:42.272 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.272 INFO kablam! | ^^^^^ Oct 13 13:13:42.272 INFO kablam! ... Oct 13 13:13:42.272 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 13 13:13:42.272 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.272 INFO kablam! | Oct 13 13:13:42.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.272 INFO kablam! | Oct 13 13:13:42.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.272 INFO kablam! | Oct 13 13:13:42.272 INFO kablam! Oct 13 13:13:42.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.272 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.273 INFO kablam! ... Oct 13 13:13:42.273 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 13 13:13:42.273 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! Oct 13 13:13:42.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.273 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.273 INFO kablam! ... Oct 13 13:13:42.273 INFO kablam! 316 | rt_realloc_naive!(rt_pow2_16bytes_1align_realloc_naive, 16, 1); Oct 13 13:13:42.273 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.273 INFO kablam! | Oct 13 13:13:42.273 INFO kablam! Oct 13 13:13:42.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.274 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.274 INFO kablam! | Oct 13 13:13:42.274 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.274 INFO kablam! | ^^^^^ Oct 13 13:13:42.274 INFO kablam! ... Oct 13 13:13:42.274 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:42.274 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.275 INFO kablam! | Oct 13 13:13:42.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.275 INFO kablam! | Oct 13 13:13:42.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.275 INFO kablam! | Oct 13 13:13:42.275 INFO kablam! Oct 13 13:13:42.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.276 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.276 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.276 INFO kablam! | ^^^^^ Oct 13 13:13:42.276 INFO kablam! ... Oct 13 13:13:42.276 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:42.276 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.276 INFO kablam! Oct 13 13:13:42.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.276 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.276 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.276 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.276 INFO kablam! ... Oct 13 13:13:42.276 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:42.276 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.276 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! Oct 13 13:13:42.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.281 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.281 INFO kablam! ... Oct 13 13:13:42.281 INFO kablam! 329 | rt_realloc_naive!(rt_pow2_32bytes_1align_realloc_naive, 32, 1); Oct 13 13:13:42.281 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! Oct 13 13:13:42.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.281 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.281 INFO kablam! | ^^^^^ Oct 13 13:13:42.281 INFO kablam! ... Oct 13 13:13:42.281 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 13 13:13:42.281 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.281 INFO kablam! | Oct 13 13:13:42.281 INFO kablam! Oct 13 13:13:42.286 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.286 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.286 INFO kablam! | Oct 13 13:13:42.286 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.286 INFO kablam! | ^^^^^ Oct 13 13:13:42.286 INFO kablam! ... Oct 13 13:13:42.286 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 13 13:13:42.286 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.286 INFO kablam! | Oct 13 13:13:42.286 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! Oct 13 13:13:42.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.287 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.287 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.287 INFO kablam! ... Oct 13 13:13:42.287 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 13 13:13:42.287 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.287 INFO kablam! | Oct 13 13:13:42.287 INFO kablam! Oct 13 13:13:42.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.288 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.288 INFO kablam! | Oct 13 13:13:42.288 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.288 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.288 INFO kablam! ... Oct 13 13:13:42.288 INFO kablam! 342 | rt_realloc_naive!(rt_pow2_64bytes_1align_realloc_naive, 64, 1); Oct 13 13:13:42.288 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.288 INFO kablam! | Oct 13 13:13:42.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.288 INFO kablam! | Oct 13 13:13:42.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.288 INFO kablam! | Oct 13 13:13:42.288 INFO kablam! Oct 13 13:13:42.288 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.288 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.288 INFO kablam! | Oct 13 13:13:42.288 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.288 INFO kablam! | ^^^^^ Oct 13 13:13:42.288 INFO kablam! ... Oct 13 13:13:42.288 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 13 13:13:42.288 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.288 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! Oct 13 13:13:42.289 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.289 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.289 INFO kablam! | ^^^^^ Oct 13 13:13:42.289 INFO kablam! ... Oct 13 13:13:42.289 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 13 13:13:42.289 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.289 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.289 INFO kablam! | Oct 13 13:13:42.289 INFO kablam! Oct 13 13:13:42.290 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.290 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.290 INFO kablam! | Oct 13 13:13:42.290 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.290 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.290 INFO kablam! ... Oct 13 13:13:42.290 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 13 13:13:42.290 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! Oct 13 13:13:42.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.293 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.293 INFO kablam! ... Oct 13 13:13:42.293 INFO kablam! 355 | rt_realloc_naive!(rt_pow2_128bytes_1align_realloc_naive, 128, 1); Oct 13 13:13:42.293 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! Oct 13 13:13:42.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.293 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.293 INFO kablam! | ^^^^^ Oct 13 13:13:42.293 INFO kablam! ... Oct 13 13:13:42.293 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 13 13:13:42.293 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.293 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! Oct 13 13:13:42.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.294 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.294 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.294 INFO kablam! | ^^^^^ Oct 13 13:13:42.294 INFO kablam! ... Oct 13 13:13:42.294 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 13 13:13:42.294 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.294 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.294 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.294 INFO kablam! | Oct 13 13:13:42.294 INFO kablam! Oct 13 13:13:42.302 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.302 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.302 INFO kablam! | Oct 13 13:13:42.302 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.302 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.302 INFO kablam! ... Oct 13 13:13:42.302 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 13 13:13:42.302 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.302 INFO kablam! | Oct 13 13:13:42.302 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.302 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.302 INFO kablam! | Oct 13 13:13:42.302 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.302 INFO kablam! | Oct 13 13:13:42.302 INFO kablam! Oct 13 13:13:42.302 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.302 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.302 INFO kablam! | Oct 13 13:13:42.302 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.302 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.303 INFO kablam! ... Oct 13 13:13:42.303 INFO kablam! 368 | rt_realloc_naive!(rt_pow2_256bytes_1align_realloc_naive, 256, 1); Oct 13 13:13:42.303 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! Oct 13 13:13:42.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.303 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.303 INFO kablam! | ^^^^^ Oct 13 13:13:42.303 INFO kablam! ... Oct 13 13:13:42.303 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:42.303 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! Oct 13 13:13:42.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.303 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.303 INFO kablam! | ^^^^^ Oct 13 13:13:42.303 INFO kablam! ... Oct 13 13:13:42.303 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:42.303 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! Oct 13 13:13:42.303 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.303 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.303 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.303 INFO kablam! ... Oct 13 13:13:42.303 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:42.303 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! Oct 13 13:13:42.303 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.303 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.303 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.303 INFO kablam! ... Oct 13 13:13:42.303 INFO kablam! 381 | rt_realloc_naive!(rt_pow2_512bytes_1align_realloc_naive, 512, 1); Oct 13 13:13:42.303 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! Oct 13 13:13:42.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.303 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.303 INFO kablam! | ^^^^^ Oct 13 13:13:42.303 INFO kablam! ... Oct 13 13:13:42.303 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 13 13:13:42.303 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.303 INFO kablam! | Oct 13 13:13:42.303 INFO kablam! Oct 13 13:13:42.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.304 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.304 INFO kablam! | ^^^^^ Oct 13 13:13:42.304 INFO kablam! ... Oct 13 13:13:42.304 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 13 13:13:42.304 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! Oct 13 13:13:42.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.304 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.304 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.304 INFO kablam! ... Oct 13 13:13:42.304 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 13 13:13:42.304 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.304 INFO kablam! | Oct 13 13:13:42.304 INFO kablam! Oct 13 13:13:42.304 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.305 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.305 INFO kablam! ... Oct 13 13:13:42.305 INFO kablam! 394 | rt_realloc_naive!(rt_pow2_1024bytes_1align_realloc_naive, 1024, 1); Oct 13 13:13:42.305 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! Oct 13 13:13:42.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.305 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.305 INFO kablam! | ^^^^^ Oct 13 13:13:42.305 INFO kablam! ... Oct 13 13:13:42.305 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 13 13:13:42.305 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.305 INFO kablam! | Oct 13 13:13:42.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! Oct 13 13:13:42.306 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.306 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.306 INFO kablam! | ^^^^^ Oct 13 13:13:42.306 INFO kablam! ... Oct 13 13:13:42.306 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 13 13:13:42.306 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! Oct 13 13:13:42.306 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.306 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.306 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.306 INFO kablam! ... Oct 13 13:13:42.306 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 13 13:13:42.306 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! Oct 13 13:13:42.306 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.306 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.306 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.306 INFO kablam! ... Oct 13 13:13:42.306 INFO kablam! 407 | rt_realloc_naive!(rt_pow2_2048bytes_1align_realloc_naive, 2048, 1); Oct 13 13:13:42.306 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.306 INFO kablam! | Oct 13 13:13:42.306 INFO kablam! Oct 13 13:13:42.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.308 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.309 INFO kablam! | Oct 13 13:13:42.309 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.309 INFO kablam! | ^^^^^ Oct 13 13:13:42.309 INFO kablam! ... Oct 13 13:13:42.309 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 13 13:13:42.309 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.309 INFO kablam! | Oct 13 13:13:42.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.309 INFO kablam! | Oct 13 13:13:42.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.309 INFO kablam! | Oct 13 13:13:42.309 INFO kablam! Oct 13 13:13:42.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.321 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.321 INFO kablam! | ^^^^^ Oct 13 13:13:42.321 INFO kablam! ... Oct 13 13:13:42.321 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 13 13:13:42.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! Oct 13 13:13:42.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.321 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.321 INFO kablam! ... Oct 13 13:13:42.321 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 13 13:13:42.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! Oct 13 13:13:42.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.321 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.321 INFO kablam! ... Oct 13 13:13:42.321 INFO kablam! 420 | rt_realloc_naive!(rt_pow2_4096bytes_1align_realloc_naive, 4096, 1); Oct 13 13:13:42.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! Oct 13 13:13:42.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.321 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.321 INFO kablam! | ^^^^^ Oct 13 13:13:42.321 INFO kablam! ... Oct 13 13:13:42.321 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 13 13:13:42.321 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.321 INFO kablam! | Oct 13 13:13:42.321 INFO kablam! Oct 13 13:13:42.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.324 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.324 INFO kablam! | Oct 13 13:13:42.324 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.324 INFO kablam! | ^^^^^ Oct 13 13:13:42.324 INFO kablam! ... Oct 13 13:13:42.324 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 13 13:13:42.324 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.324 INFO kablam! | Oct 13 13:13:42.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.324 INFO kablam! | Oct 13 13:13:42.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.324 INFO kablam! | Oct 13 13:13:42.324 INFO kablam! Oct 13 13:13:42.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.329 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.329 INFO kablam! ... Oct 13 13:13:42.329 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 13 13:13:42.329 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! Oct 13 13:13:42.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.329 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.329 INFO kablam! ... Oct 13 13:13:42.329 INFO kablam! 433 | rt_realloc_naive!(rt_pow2_8192bytes_1align_realloc_naive, 8192, 1); Oct 13 13:13:42.329 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! Oct 13 13:13:42.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.329 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.329 INFO kablam! | ^^^^^ Oct 13 13:13:42.329 INFO kablam! ... Oct 13 13:13:42.329 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 13 13:13:42.329 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! Oct 13 13:13:42.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.329 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.329 INFO kablam! | ^^^^^ Oct 13 13:13:42.329 INFO kablam! ... Oct 13 13:13:42.329 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 13 13:13:42.329 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! Oct 13 13:13:42.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.329 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.329 INFO kablam! ... Oct 13 13:13:42.329 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 13 13:13:42.329 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.329 INFO kablam! | Oct 13 13:13:42.329 INFO kablam! Oct 13 13:13:42.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.330 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.330 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.330 INFO kablam! ... Oct 13 13:13:42.330 INFO kablam! 446 | rt_realloc_naive!(rt_pow2_16384bytes_1align_realloc_naive, 16384, 1); Oct 13 13:13:42.330 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.330 INFO kablam! | Oct 13 13:13:42.330 INFO kablam! Oct 13 13:13:42.331 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.331 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.331 INFO kablam! | Oct 13 13:13:42.331 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.331 INFO kablam! | ^^^^^ Oct 13 13:13:42.331 INFO kablam! ... Oct 13 13:13:42.331 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 13 13:13:42.331 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.331 INFO kablam! | Oct 13 13:13:42.331 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.331 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.331 INFO kablam! | Oct 13 13:13:42.331 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.331 INFO kablam! | Oct 13 13:13:42.331 INFO kablam! Oct 13 13:13:42.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.333 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.333 INFO kablam! | Oct 13 13:13:42.333 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.333 INFO kablam! | ^^^^^ Oct 13 13:13:42.333 INFO kablam! ... Oct 13 13:13:42.333 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 13 13:13:42.333 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.333 INFO kablam! | Oct 13 13:13:42.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.333 INFO kablam! | Oct 13 13:13:42.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.333 INFO kablam! | Oct 13 13:13:42.333 INFO kablam! Oct 13 13:13:42.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.336 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.336 INFO kablam! ... Oct 13 13:13:42.336 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 13 13:13:42.336 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! Oct 13 13:13:42.336 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.336 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.336 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.336 INFO kablam! ... Oct 13 13:13:42.336 INFO kablam! 459 | rt_realloc_naive!(rt_pow2_32768bytes_1align_realloc_naive, 32768, 1); Oct 13 13:13:42.336 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.336 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.336 INFO kablam! | Oct 13 13:13:42.336 INFO kablam! Oct 13 13:13:42.337 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.337 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.337 INFO kablam! | Oct 13 13:13:42.337 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.337 INFO kablam! | ^^^^^ Oct 13 13:13:42.337 INFO kablam! ... Oct 13 13:13:42.337 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:42.337 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.337 INFO kablam! | Oct 13 13:13:42.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.337 INFO kablam! | Oct 13 13:13:42.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.337 INFO kablam! | Oct 13 13:13:42.337 INFO kablam! Oct 13 13:13:42.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.338 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.338 INFO kablam! | ^^^^^ Oct 13 13:13:42.338 INFO kablam! ... Oct 13 13:13:42.338 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:42.338 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! Oct 13 13:13:42.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.338 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.338 INFO kablam! ... Oct 13 13:13:42.338 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:42.338 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.338 INFO kablam! | Oct 13 13:13:42.338 INFO kablam! Oct 13 13:13:42.341 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.341 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.341 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.341 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.341 INFO kablam! ... Oct 13 13:13:42.341 INFO kablam! 472 | rt_realloc_naive!(rt_pow2_65536bytes_1align_realloc_naive, 65536, 1); Oct 13 13:13:42.341 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.341 INFO kablam! Oct 13 13:13:42.341 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.341 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.341 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.341 INFO kablam! | ^^^^^ Oct 13 13:13:42.341 INFO kablam! ... Oct 13 13:13:42.341 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 13 13:13:42.341 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.341 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! Oct 13 13:13:42.342 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.342 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.342 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.342 INFO kablam! | ^^^^^ Oct 13 13:13:42.342 INFO kablam! ... Oct 13 13:13:42.342 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 13 13:13:42.342 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.342 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.342 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.342 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.342 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! Oct 13 13:13:42.342 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.342 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.342 INFO kablam! | Oct 13 13:13:42.342 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.342 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.342 INFO kablam! ... Oct 13 13:13:42.343 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 13 13:13:42.343 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.343 INFO kablam! | Oct 13 13:13:42.343 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.343 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.343 INFO kablam! | Oct 13 13:13:42.343 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.343 INFO kablam! | Oct 13 13:13:42.343 INFO kablam! Oct 13 13:13:42.344 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.344 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.344 INFO kablam! | Oct 13 13:13:42.344 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.344 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.344 INFO kablam! ... Oct 13 13:13:42.344 INFO kablam! 485 | rt_realloc_naive!(rt_pow2_131072bytes_1align_realloc_naive, 131072, 1); Oct 13 13:13:42.344 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.344 INFO kablam! | Oct 13 13:13:42.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.344 INFO kablam! | Oct 13 13:13:42.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.344 INFO kablam! | Oct 13 13:13:42.344 INFO kablam! Oct 13 13:13:42.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.345 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.345 INFO kablam! | Oct 13 13:13:42.345 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.345 INFO kablam! | ^^^^^ Oct 13 13:13:42.345 INFO kablam! ... Oct 13 13:13:42.345 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 13 13:13:42.345 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.345 INFO kablam! | Oct 13 13:13:42.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.345 INFO kablam! | Oct 13 13:13:42.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.345 INFO kablam! | Oct 13 13:13:42.345 INFO kablam! Oct 13 13:13:42.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.346 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.346 INFO kablam! | Oct 13 13:13:42.346 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.346 INFO kablam! | ^^^^^ Oct 13 13:13:42.346 INFO kablam! ... Oct 13 13:13:42.346 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 13 13:13:42.346 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.346 INFO kablam! | Oct 13 13:13:42.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.346 INFO kablam! | Oct 13 13:13:42.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.346 INFO kablam! | Oct 13 13:13:42.346 INFO kablam! Oct 13 13:13:42.347 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.347 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.347 INFO kablam! | Oct 13 13:13:42.347 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.347 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.347 INFO kablam! ... Oct 13 13:13:42.347 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 13 13:13:42.347 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.347 INFO kablam! | Oct 13 13:13:42.347 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.347 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.347 INFO kablam! | Oct 13 13:13:42.347 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.347 INFO kablam! | Oct 13 13:13:42.347 INFO kablam! Oct 13 13:13:42.347 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.347 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.347 INFO kablam! | Oct 13 13:13:42.347 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.347 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.347 INFO kablam! ... Oct 13 13:13:42.347 INFO kablam! 498 | rt_realloc_naive!(rt_pow2_4194304bytes_1align_realloc_naive, 4194304, 1); Oct 13 13:13:42.347 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.347 INFO kablam! | Oct 13 13:13:42.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.348 INFO kablam! | Oct 13 13:13:42.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.348 INFO kablam! | Oct 13 13:13:42.348 INFO kablam! Oct 13 13:13:42.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.353 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.353 INFO kablam! | ^^^^^ Oct 13 13:13:42.353 INFO kablam! ... Oct 13 13:13:42.353 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:42.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! Oct 13 13:13:42.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.353 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.353 INFO kablam! | ^^^^^ Oct 13 13:13:42.353 INFO kablam! ... Oct 13 13:13:42.353 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:42.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! Oct 13 13:13:42.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.353 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.353 INFO kablam! ... Oct 13 13:13:42.353 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:42.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! Oct 13 13:13:42.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.353 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.353 INFO kablam! ... Oct 13 13:13:42.353 INFO kablam! 512 | rt_realloc_naive!(rt_even_10bytes_1align_realloc_naive, 10, 1); Oct 13 13:13:42.353 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.353 INFO kablam! | Oct 13 13:13:42.353 INFO kablam! Oct 13 13:13:42.354 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.354 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.354 INFO kablam! | Oct 13 13:13:42.354 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.354 INFO kablam! | ^^^^^ Oct 13 13:13:42.354 INFO kablam! ... Oct 13 13:13:42.354 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:42.355 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! Oct 13 13:13:42.355 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.355 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.355 INFO kablam! | ^^^^^ Oct 13 13:13:42.355 INFO kablam! ... Oct 13 13:13:42.355 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:42.355 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! Oct 13 13:13:42.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.355 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.355 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.355 INFO kablam! ... Oct 13 13:13:42.355 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:42.355 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.355 INFO kablam! | Oct 13 13:13:42.355 INFO kablam! Oct 13 13:13:42.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.360 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.360 INFO kablam! | Oct 13 13:13:42.360 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.360 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.360 INFO kablam! ... Oct 13 13:13:42.360 INFO kablam! 525 | rt_realloc_naive!(rt_even_100bytes_1align_realloc_naive, 100, 1); Oct 13 13:13:42.360 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.360 INFO kablam! | Oct 13 13:13:42.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.360 INFO kablam! | Oct 13 13:13:42.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.360 INFO kablam! | Oct 13 13:13:42.360 INFO kablam! Oct 13 13:13:42.360 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.360 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.360 INFO kablam! | Oct 13 13:13:42.360 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.360 INFO kablam! | ^^^^^ Oct 13 13:13:42.360 INFO kablam! ... Oct 13 13:13:42.360 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 13 13:13:42.360 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.360 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! Oct 13 13:13:42.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.361 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.361 INFO kablam! | ^^^^^ Oct 13 13:13:42.361 INFO kablam! ... Oct 13 13:13:42.361 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 13 13:13:42.361 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! Oct 13 13:13:42.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.361 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.361 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.361 INFO kablam! ... Oct 13 13:13:42.361 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 13 13:13:42.361 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! Oct 13 13:13:42.361 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.361 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.361 INFO kablam! | Oct 13 13:13:42.361 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.362 INFO kablam! ... Oct 13 13:13:42.362 INFO kablam! 538 | rt_realloc_naive!(rt_even_1000bytes_1align_realloc_naive, 1000, 1); Oct 13 13:13:42.362 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.362 INFO kablam! | Oct 13 13:13:42.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.362 INFO kablam! | Oct 13 13:13:42.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.362 INFO kablam! | Oct 13 13:13:42.362 INFO kablam! Oct 13 13:13:42.362 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.362 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.362 INFO kablam! | Oct 13 13:13:42.362 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.363 INFO kablam! | ^^^^^ Oct 13 13:13:42.363 INFO kablam! ... Oct 13 13:13:42.363 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:42.363 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.363 INFO kablam! | Oct 13 13:13:42.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.363 INFO kablam! | Oct 13 13:13:42.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.363 INFO kablam! | Oct 13 13:13:42.363 INFO kablam! Oct 13 13:13:42.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.363 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.363 INFO kablam! | Oct 13 13:13:42.363 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.363 INFO kablam! | ^^^^^ Oct 13 13:13:42.363 INFO kablam! ... Oct 13 13:13:42.363 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:42.363 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.363 INFO kablam! | Oct 13 13:13:42.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.363 INFO kablam! | Oct 13 13:13:42.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.363 INFO kablam! | Oct 13 13:13:42.363 INFO kablam! Oct 13 13:13:42.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.365 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.365 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.365 INFO kablam! ... Oct 13 13:13:42.365 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:42.365 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! Oct 13 13:13:42.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.365 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.365 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.365 INFO kablam! ... Oct 13 13:13:42.365 INFO kablam! 551 | rt_realloc_naive!(rt_even_10000bytes_1align_realloc_naive, 10000, 1); Oct 13 13:13:42.365 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.365 INFO kablam! | Oct 13 13:13:42.365 INFO kablam! Oct 13 13:13:42.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.366 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.366 INFO kablam! | Oct 13 13:13:42.366 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.366 INFO kablam! | ^^^^^ Oct 13 13:13:42.366 INFO kablam! ... Oct 13 13:13:42.366 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 13 13:13:42.366 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.366 INFO kablam! | Oct 13 13:13:42.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.366 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.366 INFO kablam! | Oct 13 13:13:42.366 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.366 INFO kablam! | Oct 13 13:13:42.366 INFO kablam! Oct 13 13:13:42.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.369 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.369 INFO kablam! | ^^^^^ Oct 13 13:13:42.369 INFO kablam! ... Oct 13 13:13:42.369 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 13 13:13:42.369 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! Oct 13 13:13:42.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.369 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.369 INFO kablam! ... Oct 13 13:13:42.369 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 13 13:13:42.369 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! Oct 13 13:13:42.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.369 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.369 INFO kablam! ... Oct 13 13:13:42.369 INFO kablam! 564 | rt_realloc_naive!(rt_even_100000bytes_1align_realloc_naive, 100000, 1); Oct 13 13:13:42.369 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.369 INFO kablam! | Oct 13 13:13:42.369 INFO kablam! Oct 13 13:13:42.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.374 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.374 INFO kablam! | Oct 13 13:13:42.374 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.374 INFO kablam! | ^^^^^ Oct 13 13:13:42.374 INFO kablam! ... Oct 13 13:13:42.374 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:42.374 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.374 INFO kablam! | Oct 13 13:13:42.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.374 INFO kablam! | Oct 13 13:13:42.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.374 INFO kablam! | Oct 13 13:13:42.374 INFO kablam! Oct 13 13:13:42.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.376 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.376 INFO kablam! | Oct 13 13:13:42.376 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.376 INFO kablam! | ^^^^^ Oct 13 13:13:42.376 INFO kablam! ... Oct 13 13:13:42.376 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:42.376 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.376 INFO kablam! | Oct 13 13:13:42.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.376 INFO kablam! | Oct 13 13:13:42.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.376 INFO kablam! | Oct 13 13:13:42.376 INFO kablam! Oct 13 13:13:42.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.380 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.380 INFO kablam! ... Oct 13 13:13:42.380 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:42.380 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! Oct 13 13:13:42.380 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.380 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.380 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.380 INFO kablam! ... Oct 13 13:13:42.380 INFO kablam! 577 | rt_realloc_naive!(rt_even_1000000bytes_1align_realloc_naive, 1000000, 1); Oct 13 13:13:42.380 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! Oct 13 13:13:42.380 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.380 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.380 INFO kablam! | ^^^^^ Oct 13 13:13:42.380 INFO kablam! ... Oct 13 13:13:42.380 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 13 13:13:42.380 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.380 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.380 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.380 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! Oct 13 13:13:42.381 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.381 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.381 INFO kablam! | ^^^^^ Oct 13 13:13:42.381 INFO kablam! ... Oct 13 13:13:42.381 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 13 13:13:42.381 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! Oct 13 13:13:42.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.381 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.381 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.381 INFO kablam! ... Oct 13 13:13:42.381 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 13 13:13:42.381 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! Oct 13 13:13:42.381 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.381 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.381 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.381 INFO kablam! ... Oct 13 13:13:42.381 INFO kablam! 591 | rt_realloc_naive!(rt_odd_10bytes_1align_realloc_naive, 10- 1, 1); Oct 13 13:13:42.381 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.381 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.381 INFO kablam! | Oct 13 13:13:42.381 INFO kablam! Oct 13 13:13:42.385 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.385 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.385 INFO kablam! | ^^^^^ Oct 13 13:13:42.385 INFO kablam! ... Oct 13 13:13:42.385 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:42.385 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! Oct 13 13:13:42.385 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.385 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.385 INFO kablam! | ^^^^^ Oct 13 13:13:42.385 INFO kablam! ... Oct 13 13:13:42.385 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:42.385 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! Oct 13 13:13:42.385 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.385 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.385 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.385 INFO kablam! ... Oct 13 13:13:42.385 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:42.385 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.385 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.385 INFO kablam! | Oct 13 13:13:42.385 INFO kablam! Oct 13 13:13:42.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.386 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.386 INFO kablam! | Oct 13 13:13:42.386 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.386 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.386 INFO kablam! ... Oct 13 13:13:42.386 INFO kablam! 604 | rt_realloc_naive!(rt_odd_100bytes_1align_realloc_naive, 100- 1, 1); Oct 13 13:13:42.386 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.386 INFO kablam! | Oct 13 13:13:42.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.386 INFO kablam! | Oct 13 13:13:42.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.386 INFO kablam! | Oct 13 13:13:42.386 INFO kablam! Oct 13 13:13:42.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.389 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.389 INFO kablam! | ^^^^^ Oct 13 13:13:42.389 INFO kablam! ... Oct 13 13:13:42.389 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:42.389 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! Oct 13 13:13:42.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.389 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.389 INFO kablam! | ^^^^^ Oct 13 13:13:42.389 INFO kablam! ... Oct 13 13:13:42.389 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:42.389 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! Oct 13 13:13:42.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.389 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.389 INFO kablam! ... Oct 13 13:13:42.389 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:42.389 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.389 INFO kablam! | Oct 13 13:13:42.389 INFO kablam! Oct 13 13:13:42.392 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.392 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.392 INFO kablam! | Oct 13 13:13:42.392 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.392 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.392 INFO kablam! ... Oct 13 13:13:42.392 INFO kablam! 617 | rt_realloc_naive!(rt_odd_1000bytes_1align_realloc_naive, 1000- 1, 1); Oct 13 13:13:42.392 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.392 INFO kablam! | Oct 13 13:13:42.392 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.392 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! Oct 13 13:13:42.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.396 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.396 INFO kablam! | ^^^^^ Oct 13 13:13:42.396 INFO kablam! ... Oct 13 13:13:42.396 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 13 13:13:42.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! Oct 13 13:13:42.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.396 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.396 INFO kablam! | ^^^^^ Oct 13 13:13:42.396 INFO kablam! ... Oct 13 13:13:42.396 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 13 13:13:42.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! Oct 13 13:13:42.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.396 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.396 INFO kablam! ... Oct 13 13:13:42.396 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 13 13:13:42.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! Oct 13 13:13:42.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.396 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.396 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.396 INFO kablam! ... Oct 13 13:13:42.396 INFO kablam! 630 | rt_realloc_naive!(rt_odd_10000bytes_1align_realloc_naive, 10000- 1, 1); Oct 13 13:13:42.396 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.396 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! Oct 13 13:13:42.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.397 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.397 INFO kablam! | ^^^^^ Oct 13 13:13:42.397 INFO kablam! ... Oct 13 13:13:42.397 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 13 13:13:42.397 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! Oct 13 13:13:42.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.397 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.397 INFO kablam! | ^^^^^ Oct 13 13:13:42.397 INFO kablam! ... Oct 13 13:13:42.397 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 13 13:13:42.397 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.397 INFO kablam! | Oct 13 13:13:42.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.398 INFO kablam! | Oct 13 13:13:42.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.398 INFO kablam! | Oct 13 13:13:42.398 INFO kablam! Oct 13 13:13:42.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.398 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.398 INFO kablam! | Oct 13 13:13:42.398 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.398 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.398 INFO kablam! ... Oct 13 13:13:42.398 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 13 13:13:42.398 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.398 INFO kablam! | Oct 13 13:13:42.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.398 INFO kablam! | Oct 13 13:13:42.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.398 INFO kablam! | Oct 13 13:13:42.398 INFO kablam! Oct 13 13:13:42.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.401 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.401 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.402 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.402 INFO kablam! ... Oct 13 13:13:42.402 INFO kablam! 643 | rt_realloc_naive!(rt_odd_100000bytes_1align_realloc_naive, 100000- 1, 1); Oct 13 13:13:42.402 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! Oct 13 13:13:42.402 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.402 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.402 INFO kablam! | ^^^^^ Oct 13 13:13:42.402 INFO kablam! ... Oct 13 13:13:42.402 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 13 13:13:42.402 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! Oct 13 13:13:42.402 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.402 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.402 INFO kablam! | ^^^^^ Oct 13 13:13:42.402 INFO kablam! ... Oct 13 13:13:42.402 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 13 13:13:42.402 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.402 INFO kablam! | Oct 13 13:13:42.402 INFO kablam! Oct 13 13:13:42.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.404 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.404 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.404 INFO kablam! ... Oct 13 13:13:42.404 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 13 13:13:42.404 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! Oct 13 13:13:42.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.404 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.404 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.404 INFO kablam! ... Oct 13 13:13:42.404 INFO kablam! 656 | rt_realloc_naive!(rt_odd_1000000bytes_1align_realloc_naive, 1000000- 1, 1); Oct 13 13:13:42.404 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.404 INFO kablam! | Oct 13 13:13:42.404 INFO kablam! Oct 13 13:13:42.405 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.407 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.407 INFO kablam! | ^^^^^ Oct 13 13:13:42.407 INFO kablam! ... Oct 13 13:13:42.407 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 13 13:13:42.407 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! Oct 13 13:13:42.407 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.407 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.407 INFO kablam! | ^^^^^ Oct 13 13:13:42.407 INFO kablam! ... Oct 13 13:13:42.407 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 13 13:13:42.407 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.407 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.407 INFO kablam! | Oct 13 13:13:42.407 INFO kablam! Oct 13 13:13:42.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.415 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.415 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.415 INFO kablam! ... Oct 13 13:13:42.415 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 13 13:13:42.415 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! Oct 13 13:13:42.415 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.415 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.415 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.415 INFO kablam! ... Oct 13 13:13:42.415 INFO kablam! 670 | rt_realloc_naive!(rt_primes_3bytes_1align_realloc_naive, 3, 1); Oct 13 13:13:42.415 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! Oct 13 13:13:42.415 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.415 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.415 INFO kablam! | Oct 13 13:13:42.415 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.415 INFO kablam! | ^^^^^ Oct 13 13:13:42.415 INFO kablam! ... Oct 13 13:13:42.415 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 13 13:13:42.416 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! Oct 13 13:13:42.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.416 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.416 INFO kablam! | ^^^^^ Oct 13 13:13:42.416 INFO kablam! ... Oct 13 13:13:42.416 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 13 13:13:42.416 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! Oct 13 13:13:42.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.416 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.416 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.416 INFO kablam! ... Oct 13 13:13:42.416 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 13 13:13:42.416 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! Oct 13 13:13:42.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.416 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.416 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.416 INFO kablam! ... Oct 13 13:13:42.416 INFO kablam! 683 | rt_realloc_naive!(rt_primes_7bytes_1align_realloc_naive, 7, 1); Oct 13 13:13:42.416 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! Oct 13 13:13:42.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.416 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.416 INFO kablam! | ^^^^^ Oct 13 13:13:42.416 INFO kablam! ... Oct 13 13:13:42.416 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:42.416 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! Oct 13 13:13:42.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.416 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.416 INFO kablam! | ^^^^^ Oct 13 13:13:42.416 INFO kablam! ... Oct 13 13:13:42.416 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:42.416 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.416 INFO kablam! | Oct 13 13:13:42.416 INFO kablam! Oct 13 13:13:42.416 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.416 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.417 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.417 INFO kablam! ... Oct 13 13:13:42.417 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:42.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! Oct 13 13:13:42.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.417 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.417 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.417 INFO kablam! ... Oct 13 13:13:42.417 INFO kablam! 696 | rt_realloc_naive!(rt_primes_13bytes_1align_realloc_naive, 13, 1); Oct 13 13:13:42.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! Oct 13 13:13:42.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.417 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.417 INFO kablam! | ^^^^^ Oct 13 13:13:42.417 INFO kablam! ... Oct 13 13:13:42.417 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:42.417 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.417 INFO kablam! | Oct 13 13:13:42.417 INFO kablam! Oct 13 13:13:42.419 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.419 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.419 INFO kablam! | ^^^^^ Oct 13 13:13:42.419 INFO kablam! ... Oct 13 13:13:42.419 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:42.419 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! Oct 13 13:13:42.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.419 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.419 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.419 INFO kablam! ... Oct 13 13:13:42.419 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:42.419 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.419 INFO kablam! | Oct 13 13:13:42.419 INFO kablam! Oct 13 13:13:42.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.425 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.425 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.425 INFO kablam! ... Oct 13 13:13:42.425 INFO kablam! 709 | rt_realloc_naive!(rt_primes_17bytes_1align_realloc_naive, 17, 1); Oct 13 13:13:42.425 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! Oct 13 13:13:42.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.425 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.425 INFO kablam! | ^^^^^ Oct 13 13:13:42.425 INFO kablam! ... Oct 13 13:13:42.425 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:42.425 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! Oct 13 13:13:42.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.425 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.425 INFO kablam! | ^^^^^ Oct 13 13:13:42.425 INFO kablam! ... Oct 13 13:13:42.425 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:42.425 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! Oct 13 13:13:42.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.425 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.425 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.425 INFO kablam! ... Oct 13 13:13:42.425 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:42.425 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! Oct 13 13:13:42.425 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.425 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.425 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.425 INFO kablam! ... Oct 13 13:13:42.425 INFO kablam! 722 | rt_realloc_naive!(rt_primes_31bytes_1align_realloc_naive, 31, 1); Oct 13 13:13:42.425 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.425 INFO kablam! | Oct 13 13:13:42.426 INFO kablam! Oct 13 13:13:42.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.428 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.428 INFO kablam! | Oct 13 13:13:42.428 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.428 INFO kablam! | ^^^^^ Oct 13 13:13:42.428 INFO kablam! ... Oct 13 13:13:42.428 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 13 13:13:42.428 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.428 INFO kablam! | Oct 13 13:13:42.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.428 INFO kablam! | Oct 13 13:13:42.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.428 INFO kablam! | Oct 13 13:13:42.428 INFO kablam! Oct 13 13:13:42.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.429 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.429 INFO kablam! | ^^^^^ Oct 13 13:13:42.429 INFO kablam! ... Oct 13 13:13:42.429 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 13 13:13:42.429 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! Oct 13 13:13:42.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.429 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.429 INFO kablam! ... Oct 13 13:13:42.429 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 13 13:13:42.429 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! Oct 13 13:13:42.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.429 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.429 INFO kablam! ... Oct 13 13:13:42.429 INFO kablam! 735 | rt_realloc_naive!(rt_primes_61bytes_1align_realloc_naive, 61, 1); Oct 13 13:13:42.429 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.429 INFO kablam! | Oct 13 13:13:42.429 INFO kablam! Oct 13 13:13:42.434 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.434 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.434 INFO kablam! | Oct 13 13:13:42.437 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.437 INFO kablam! | ^^^^^ Oct 13 13:13:42.437 INFO kablam! ... Oct 13 13:13:42.437 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 13 13:13:42.437 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.440 INFO kablam! | Oct 13 13:13:42.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.440 INFO kablam! | Oct 13 13:13:42.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.440 INFO kablam! | Oct 13 13:13:42.440 INFO kablam! Oct 13 13:13:42.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.440 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.440 INFO kablam! | Oct 13 13:13:42.440 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.440 INFO kablam! | ^^^^^ Oct 13 13:13:42.440 INFO kablam! ... Oct 13 13:13:42.440 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 13 13:13:42.443 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! Oct 13 13:13:42.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.443 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.443 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.443 INFO kablam! ... Oct 13 13:13:42.443 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 13 13:13:42.443 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! Oct 13 13:13:42.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.443 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.443 INFO kablam! | Oct 13 13:13:42.443 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.444 INFO kablam! ... Oct 13 13:13:42.444 INFO kablam! 748 | rt_realloc_naive!(rt_primes_96bytes_1align_realloc_naive, 96, 1); Oct 13 13:13:42.444 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! Oct 13 13:13:42.444 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.444 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.444 INFO kablam! | Oct 13 13:13:42.444 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.444 INFO kablam! | ^^^^^ Oct 13 13:13:42.444 INFO kablam! ... Oct 13 13:13:42.444 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:42.448 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! Oct 13 13:13:42.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.448 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.448 INFO kablam! | ^^^^^ Oct 13 13:13:42.448 INFO kablam! ... Oct 13 13:13:42.448 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:42.448 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! Oct 13 13:13:42.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.448 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.448 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.448 INFO kablam! ... Oct 13 13:13:42.448 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:42.448 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! Oct 13 13:13:42.448 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.448 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.448 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.448 INFO kablam! ... Oct 13 13:13:42.448 INFO kablam! 761 | rt_realloc_naive!(rt_primes_127bytes_1align_realloc_naive, 127, 1); Oct 13 13:13:42.448 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.448 INFO kablam! | Oct 13 13:13:42.448 INFO kablam! Oct 13 13:13:42.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.449 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.449 INFO kablam! | ^^^^^ Oct 13 13:13:42.449 INFO kablam! ... Oct 13 13:13:42.449 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 13 13:13:42.449 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! Oct 13 13:13:42.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.449 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.449 INFO kablam! | ^^^^^ Oct 13 13:13:42.449 INFO kablam! ... Oct 13 13:13:42.449 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 13 13:13:42.449 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! Oct 13 13:13:42.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.449 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.449 INFO kablam! ... Oct 13 13:13:42.449 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 13 13:13:42.449 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! Oct 13 13:13:42.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.449 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.449 INFO kablam! ... Oct 13 13:13:42.449 INFO kablam! 774 | rt_realloc_naive!(rt_primes_257bytes_1align_realloc_naive, 257, 1); Oct 13 13:13:42.449 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! Oct 13 13:13:42.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.449 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.449 INFO kablam! | ^^^^^ Oct 13 13:13:42.449 INFO kablam! ... Oct 13 13:13:42.449 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:42.449 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.449 INFO kablam! | Oct 13 13:13:42.449 INFO kablam! Oct 13 13:13:42.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.456 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.456 INFO kablam! | ^^^^^ Oct 13 13:13:42.456 INFO kablam! ... Oct 13 13:13:42.456 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:42.456 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! Oct 13 13:13:42.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.456 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.456 INFO kablam! ... Oct 13 13:13:42.456 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:42.456 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! Oct 13 13:13:42.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.456 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.456 INFO kablam! ... Oct 13 13:13:42.456 INFO kablam! 787 | rt_realloc_naive!(rt_primes_509bytes_1align_realloc_naive, 509, 1); Oct 13 13:13:42.456 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.456 INFO kablam! | Oct 13 13:13:42.456 INFO kablam! Oct 13 13:13:42.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.456 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.457 INFO kablam! | ^^^^^ Oct 13 13:13:42.457 INFO kablam! ... Oct 13 13:13:42.457 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:42.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! Oct 13 13:13:42.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.457 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.457 INFO kablam! | ^^^^^ Oct 13 13:13:42.457 INFO kablam! ... Oct 13 13:13:42.457 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:42.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! Oct 13 13:13:42.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.457 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.457 INFO kablam! ... Oct 13 13:13:42.457 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:42.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! Oct 13 13:13:42.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.457 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.457 INFO kablam! ... Oct 13 13:13:42.457 INFO kablam! 800 | rt_realloc_naive!(rt_primes_1021bytes_1align_realloc_naive, 1021, 1); Oct 13 13:13:42.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! Oct 13 13:13:42.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.457 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.457 INFO kablam! | ^^^^^ Oct 13 13:13:42.457 INFO kablam! ... Oct 13 13:13:42.457 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 13 13:13:42.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! Oct 13 13:13:42.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.457 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.457 INFO kablam! | ^^^^^ Oct 13 13:13:42.457 INFO kablam! ... Oct 13 13:13:42.457 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 13 13:13:42.457 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.457 INFO kablam! | Oct 13 13:13:42.457 INFO kablam! Oct 13 13:13:42.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.464 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.464 INFO kablam! ... Oct 13 13:13:42.464 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 13 13:13:42.464 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! Oct 13 13:13:42.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.464 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.464 INFO kablam! ... Oct 13 13:13:42.464 INFO kablam! 813 | rt_realloc_naive!(rt_primes_2039bytes_1align_realloc_naive, 2039, 1); Oct 13 13:13:42.464 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! Oct 13 13:13:42.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.464 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.464 INFO kablam! | ^^^^^ Oct 13 13:13:42.464 INFO kablam! ... Oct 13 13:13:42.464 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 13 13:13:42.464 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! Oct 13 13:13:42.464 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.464 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.464 INFO kablam! | Oct 13 13:13:42.464 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.464 INFO kablam! | ^^^^^ Oct 13 13:13:42.465 INFO kablam! ... Oct 13 13:13:42.465 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 13 13:13:42.465 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.465 INFO kablam! | Oct 13 13:13:42.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.465 INFO kablam! | Oct 13 13:13:42.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.465 INFO kablam! | Oct 13 13:13:42.465 INFO kablam! Oct 13 13:13:42.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.469 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.469 INFO kablam! | Oct 13 13:13:42.469 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.469 INFO kablam! ... Oct 13 13:13:42.469 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 13 13:13:42.469 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.469 INFO kablam! | Oct 13 13:13:42.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.469 INFO kablam! | Oct 13 13:13:42.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.469 INFO kablam! | Oct 13 13:13:42.473 INFO kablam! Oct 13 13:13:42.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.473 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.473 INFO kablam! | Oct 13 13:13:42.473 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.473 INFO kablam! ... Oct 13 13:13:42.473 INFO kablam! 826 | rt_realloc_naive!(rt_primes_4093bytes_1align_realloc_naive, 4093, 1); Oct 13 13:13:42.473 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.473 INFO kablam! | Oct 13 13:13:42.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.473 INFO kablam! | Oct 13 13:13:42.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.473 INFO kablam! | Oct 13 13:13:42.473 INFO kablam! Oct 13 13:13:42.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.473 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.473 INFO kablam! | Oct 13 13:13:42.474 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.474 INFO kablam! | ^^^^^ Oct 13 13:13:42.474 INFO kablam! ... Oct 13 13:13:42.474 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 13 13:13:42.476 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! Oct 13 13:13:42.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.476 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.476 INFO kablam! | ^^^^^ Oct 13 13:13:42.476 INFO kablam! ... Oct 13 13:13:42.476 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 13 13:13:42.476 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! Oct 13 13:13:42.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.476 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.476 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.476 INFO kablam! ... Oct 13 13:13:42.476 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 13 13:13:42.476 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! Oct 13 13:13:42.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.476 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.476 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.476 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.476 INFO kablam! ... Oct 13 13:13:42.476 INFO kablam! 839 | rt_realloc_naive!(rt_primes_8191bytes_1align_realloc_naive, 8191, 1); Oct 13 13:13:42.476 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.476 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! Oct 13 13:13:42.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.477 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.477 INFO kablam! | ^^^^^ Oct 13 13:13:42.477 INFO kablam! ... Oct 13 13:13:42.477 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 13 13:13:42.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! Oct 13 13:13:42.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.477 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.477 INFO kablam! | ^^^^^ Oct 13 13:13:42.477 INFO kablam! ... Oct 13 13:13:42.477 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 13 13:13:42.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! Oct 13 13:13:42.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.477 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.477 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.477 INFO kablam! ... Oct 13 13:13:42.477 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 13 13:13:42.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! Oct 13 13:13:42.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.477 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.477 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.477 INFO kablam! ... Oct 13 13:13:42.477 INFO kablam! 852 | rt_realloc_naive!(rt_primes_16381bytes_1align_realloc_naive, 16381, 1); Oct 13 13:13:42.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! Oct 13 13:13:42.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.477 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.477 INFO kablam! | ^^^^^ Oct 13 13:13:42.477 INFO kablam! ... Oct 13 13:13:42.477 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 13 13:13:42.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! Oct 13 13:13:42.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.477 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.477 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.477 INFO kablam! | ^^^^^ Oct 13 13:13:42.477 INFO kablam! ... Oct 13 13:13:42.477 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 13 13:13:42.477 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.477 INFO kablam! | Oct 13 13:13:42.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.478 INFO kablam! | Oct 13 13:13:42.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.478 INFO kablam! | Oct 13 13:13:42.478 INFO kablam! Oct 13 13:13:42.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.480 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.480 INFO kablam! | Oct 13 13:13:42.480 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.480 INFO kablam! ... Oct 13 13:13:42.480 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 13 13:13:42.480 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.480 INFO kablam! | Oct 13 13:13:42.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.480 INFO kablam! | Oct 13 13:13:42.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.480 INFO kablam! | Oct 13 13:13:42.480 INFO kablam! Oct 13 13:13:42.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.480 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.480 INFO kablam! | Oct 13 13:13:42.480 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.480 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.480 INFO kablam! ... Oct 13 13:13:42.480 INFO kablam! 865 | rt_realloc_naive!(rt_primes_32749bytes_1align_realloc_naive, 32749, 1); Oct 13 13:13:42.481 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! Oct 13 13:13:42.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.481 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.481 INFO kablam! | ^^^^^ Oct 13 13:13:42.481 INFO kablam! ... Oct 13 13:13:42.481 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:42.481 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.481 INFO kablam! | Oct 13 13:13:42.481 INFO kablam! Oct 13 13:13:42.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.481 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.482 INFO kablam! | Oct 13 13:13:42.482 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.482 INFO kablam! | ^^^^^ Oct 13 13:13:42.482 INFO kablam! ... Oct 13 13:13:42.482 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:42.482 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.484 INFO kablam! | Oct 13 13:13:42.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.484 INFO kablam! | Oct 13 13:13:42.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.484 INFO kablam! | Oct 13 13:13:42.484 INFO kablam! Oct 13 13:13:42.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.484 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.484 INFO kablam! | Oct 13 13:13:42.484 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.488 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.488 INFO kablam! ... Oct 13 13:13:42.488 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:42.488 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.488 INFO kablam! | Oct 13 13:13:42.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.488 INFO kablam! | Oct 13 13:13:42.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.488 INFO kablam! | Oct 13 13:13:42.488 INFO kablam! Oct 13 13:13:42.488 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.488 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.488 INFO kablam! | Oct 13 13:13:42.488 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.488 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.488 INFO kablam! ... Oct 13 13:13:42.488 INFO kablam! 878 | rt_realloc_naive!(rt_primes_65537bytes_1align_realloc_naive, 65537, 1); Oct 13 13:13:42.488 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.488 INFO kablam! | Oct 13 13:13:42.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.488 INFO kablam! | Oct 13 13:13:42.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.488 INFO kablam! | Oct 13 13:13:42.488 INFO kablam! Oct 13 13:13:42.490 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.490 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.490 INFO kablam! | ^^^^^ Oct 13 13:13:42.490 INFO kablam! ... Oct 13 13:13:42.490 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:42.490 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! Oct 13 13:13:42.490 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.490 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.490 INFO kablam! | ^^^^^ Oct 13 13:13:42.490 INFO kablam! ... Oct 13 13:13:42.490 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:42.490 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! Oct 13 13:13:42.490 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.490 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.490 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.490 INFO kablam! ... Oct 13 13:13:42.490 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:42.490 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! Oct 13 13:13:42.490 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.490 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.490 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.490 INFO kablam! ... Oct 13 13:13:42.490 INFO kablam! 891 | rt_realloc_naive!(rt_primes_131071bytes_1align_realloc_naive, 131071, 1); Oct 13 13:13:42.490 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! Oct 13 13:13:42.490 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.490 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.490 INFO kablam! | ^^^^^ Oct 13 13:13:42.490 INFO kablam! ... Oct 13 13:13:42.490 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:42.490 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.490 INFO kablam! | Oct 13 13:13:42.490 INFO kablam! Oct 13 13:13:42.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.499 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.499 INFO kablam! | Oct 13 13:13:42.499 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.499 INFO kablam! | ^^^^^ Oct 13 13:13:42.499 INFO kablam! ... Oct 13 13:13:42.499 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:42.499 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.499 INFO kablam! | Oct 13 13:13:42.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! Oct 13 13:13:42.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.500 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.500 INFO kablam! ... Oct 13 13:13:42.500 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:42.500 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! Oct 13 13:13:42.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.500 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.500 INFO kablam! ... Oct 13 13:13:42.500 INFO kablam! 904 | rt_realloc_naive!(rt_primes_4194301bytes_1align_realloc_naive, 4194301, 1); Oct 13 13:13:42.500 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! Oct 13 13:13:42.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.500 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.500 INFO kablam! | Oct 13 13:13:42.500 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.500 INFO kablam! | ^^^^^ Oct 13 13:13:42.500 INFO kablam! ... Oct 13 13:13:42.500 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 13 13:13:42.500 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! Oct 13 13:13:42.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.501 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.501 INFO kablam! | ^^^^^ Oct 13 13:13:42.501 INFO kablam! ... Oct 13 13:13:42.501 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 13 13:13:42.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! Oct 13 13:13:42.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.501 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.501 INFO kablam! ... Oct 13 13:13:42.501 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 13 13:13:42.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! Oct 13 13:13:42.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.501 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.501 INFO kablam! ... Oct 13 13:13:42.501 INFO kablam! 920 | rt_realloc_naive!(rt_pow2_1bytes_2align_realloc_naive, 1, 2); Oct 13 13:13:42.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! Oct 13 13:13:42.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.501 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.501 INFO kablam! | ^^^^^ Oct 13 13:13:42.501 INFO kablam! ... Oct 13 13:13:42.501 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 13 13:13:42.501 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.501 INFO kablam! Oct 13 13:13:42.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.501 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.501 INFO kablam! | Oct 13 13:13:42.502 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.502 INFO kablam! | ^^^^^ Oct 13 13:13:42.502 INFO kablam! ... Oct 13 13:13:42.502 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 13 13:13:42.502 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.502 INFO kablam! | Oct 13 13:13:42.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.502 INFO kablam! | Oct 13 13:13:42.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.502 INFO kablam! | Oct 13 13:13:42.502 INFO kablam! Oct 13 13:13:42.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.503 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.503 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.503 INFO kablam! ... Oct 13 13:13:42.503 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 13 13:13:42.503 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! Oct 13 13:13:42.503 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.503 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.503 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.503 INFO kablam! ... Oct 13 13:13:42.503 INFO kablam! 933 | rt_realloc_naive!(rt_pow2_2bytes_2align_realloc_naive, 2, 2); Oct 13 13:13:42.503 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.503 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.503 INFO kablam! | Oct 13 13:13:42.503 INFO kablam! Oct 13 13:13:42.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.508 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.508 INFO kablam! | ^^^^^ Oct 13 13:13:42.508 INFO kablam! ... Oct 13 13:13:42.508 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 13 13:13:42.508 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! Oct 13 13:13:42.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.508 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.508 INFO kablam! | ^^^^^ Oct 13 13:13:42.508 INFO kablam! ... Oct 13 13:13:42.508 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 13 13:13:42.508 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! Oct 13 13:13:42.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.508 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.508 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.508 INFO kablam! ... Oct 13 13:13:42.508 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 13 13:13:42.508 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! Oct 13 13:13:42.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.508 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.508 INFO kablam! | Oct 13 13:13:42.508 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.508 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.509 INFO kablam! ... Oct 13 13:13:42.509 INFO kablam! 946 | rt_realloc_naive!(rt_pow2_4bytes_2align_realloc_naive, 4, 2); Oct 13 13:13:42.509 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! Oct 13 13:13:42.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.509 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.509 INFO kablam! | Oct 13 13:13:42.509 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.509 INFO kablam! | ^^^^^ Oct 13 13:13:42.509 INFO kablam! ... Oct 13 13:13:42.511 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 13 13:13:42.511 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.511 INFO kablam! | Oct 13 13:13:42.511 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.511 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.511 INFO kablam! | Oct 13 13:13:42.511 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.511 INFO kablam! | Oct 13 13:13:42.511 INFO kablam! Oct 13 13:13:42.511 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.511 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.511 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.512 INFO kablam! | ^^^^^ Oct 13 13:13:42.512 INFO kablam! ... Oct 13 13:13:42.512 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 13 13:13:42.512 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! Oct 13 13:13:42.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.512 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.512 INFO kablam! ... Oct 13 13:13:42.512 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 13 13:13:42.512 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! Oct 13 13:13:42.512 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.512 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.512 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.512 INFO kablam! ... Oct 13 13:13:42.512 INFO kablam! 959 | rt_realloc_naive!(rt_pow2_8bytes_2align_realloc_naive, 8, 2); Oct 13 13:13:42.512 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.512 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.512 INFO kablam! | Oct 13 13:13:42.512 INFO kablam! Oct 13 13:13:42.515 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.515 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.515 INFO kablam! | Oct 13 13:13:42.515 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.515 INFO kablam! | ^^^^^ Oct 13 13:13:42.515 INFO kablam! ... Oct 13 13:13:42.515 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:42.515 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.515 INFO kablam! | Oct 13 13:13:42.515 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.515 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.515 INFO kablam! | Oct 13 13:13:42.515 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.515 INFO kablam! | Oct 13 13:13:42.515 INFO kablam! Oct 13 13:13:42.516 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.516 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.516 INFO kablam! | Oct 13 13:13:42.516 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.516 INFO kablam! | ^^^^^ Oct 13 13:13:42.516 INFO kablam! ... Oct 13 13:13:42.516 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:42.516 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.516 INFO kablam! | Oct 13 13:13:42.516 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.516 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.516 INFO kablam! | Oct 13 13:13:42.516 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.516 INFO kablam! | Oct 13 13:13:42.516 INFO kablam! Oct 13 13:13:42.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.517 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.517 INFO kablam! | Oct 13 13:13:42.517 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.517 INFO kablam! ... Oct 13 13:13:42.517 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:42.517 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.517 INFO kablam! | Oct 13 13:13:42.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.517 INFO kablam! | Oct 13 13:13:42.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.517 INFO kablam! | Oct 13 13:13:42.517 INFO kablam! Oct 13 13:13:42.518 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.518 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.518 INFO kablam! | Oct 13 13:13:42.518 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.518 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.518 INFO kablam! ... Oct 13 13:13:42.518 INFO kablam! 972 | rt_realloc_naive!(rt_pow2_16bytes_2align_realloc_naive, 16, 2); Oct 13 13:13:42.518 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.518 INFO kablam! | Oct 13 13:13:42.518 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.518 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.518 INFO kablam! | Oct 13 13:13:42.518 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.518 INFO kablam! | Oct 13 13:13:42.518 INFO kablam! Oct 13 13:13:42.519 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.519 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.519 INFO kablam! | Oct 13 13:13:42.519 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.519 INFO kablam! | ^^^^^ Oct 13 13:13:42.519 INFO kablam! ... Oct 13 13:13:42.519 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:42.519 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.519 INFO kablam! | Oct 13 13:13:42.519 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.519 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.519 INFO kablam! | Oct 13 13:13:42.519 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.519 INFO kablam! | Oct 13 13:13:42.519 INFO kablam! Oct 13 13:13:42.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.521 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.521 INFO kablam! | Oct 13 13:13:42.521 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.521 INFO kablam! | ^^^^^ Oct 13 13:13:42.521 INFO kablam! ... Oct 13 13:13:42.522 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:42.522 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.522 INFO kablam! | Oct 13 13:13:42.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.522 INFO kablam! | Oct 13 13:13:42.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.522 INFO kablam! | Oct 13 13:13:42.522 INFO kablam! Oct 13 13:13:42.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.525 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.525 INFO kablam! | Oct 13 13:13:42.525 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.525 INFO kablam! ... Oct 13 13:13:42.525 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:42.525 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.525 INFO kablam! | Oct 13 13:13:42.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.525 INFO kablam! | Oct 13 13:13:42.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.525 INFO kablam! | Oct 13 13:13:42.525 INFO kablam! Oct 13 13:13:42.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.526 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.526 INFO kablam! | Oct 13 13:13:42.526 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.526 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.526 INFO kablam! ... Oct 13 13:13:42.526 INFO kablam! 985 | rt_realloc_naive!(rt_pow2_32bytes_2align_realloc_naive, 32, 2); Oct 13 13:13:42.526 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.526 INFO kablam! | Oct 13 13:13:42.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.526 INFO kablam! | Oct 13 13:13:42.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.526 INFO kablam! | Oct 13 13:13:42.526 INFO kablam! Oct 13 13:13:42.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.527 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.527 INFO kablam! | Oct 13 13:13:42.527 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.527 INFO kablam! | ^^^^^ Oct 13 13:13:42.527 INFO kablam! ... Oct 13 13:13:42.527 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:42.527 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.527 INFO kablam! | Oct 13 13:13:42.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.527 INFO kablam! | Oct 13 13:13:42.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.527 INFO kablam! | Oct 13 13:13:42.527 INFO kablam! Oct 13 13:13:42.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.529 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.529 INFO kablam! | ^^^^^ Oct 13 13:13:42.529 INFO kablam! ... Oct 13 13:13:42.529 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:42.529 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! Oct 13 13:13:42.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.529 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.529 INFO kablam! | Oct 13 13:13:42.529 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.529 INFO kablam! ... Oct 13 13:13:42.530 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:42.530 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! Oct 13 13:13:42.530 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.530 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.530 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.530 INFO kablam! ... Oct 13 13:13:42.530 INFO kablam! 998 | rt_realloc_naive!(rt_pow2_64bytes_2align_realloc_naive, 64, 2); Oct 13 13:13:42.530 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.530 INFO kablam! | Oct 13 13:13:42.530 INFO kablam! Oct 13 13:13:42.532 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.532 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.532 INFO kablam! | Oct 13 13:13:42.532 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.532 INFO kablam! | ^^^^^ Oct 13 13:13:42.532 INFO kablam! ... Oct 13 13:13:42.532 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 13 13:13:42.532 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.532 INFO kablam! | Oct 13 13:13:42.532 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.532 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.532 INFO kablam! | Oct 13 13:13:42.532 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.532 INFO kablam! | Oct 13 13:13:42.532 INFO kablam! Oct 13 13:13:42.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.536 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.536 INFO kablam! | Oct 13 13:13:42.536 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.536 INFO kablam! | ^^^^^ Oct 13 13:13:42.536 INFO kablam! ... Oct 13 13:13:42.537 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 13 13:13:42.537 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! Oct 13 13:13:42.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.537 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.537 INFO kablam! ... Oct 13 13:13:42.537 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 13 13:13:42.537 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! Oct 13 13:13:42.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.537 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.537 INFO kablam! ... Oct 13 13:13:42.537 INFO kablam! 1011 | rt_realloc_naive!(rt_pow2_128bytes_2align_realloc_naive, 128, 2); Oct 13 13:13:42.537 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! Oct 13 13:13:42.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.537 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.537 INFO kablam! | ^^^^^ Oct 13 13:13:42.537 INFO kablam! ... Oct 13 13:13:42.537 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 13 13:13:42.537 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! Oct 13 13:13:42.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.537 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.537 INFO kablam! | ^^^^^ Oct 13 13:13:42.537 INFO kablam! ... Oct 13 13:13:42.537 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 13 13:13:42.537 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.537 INFO kablam! | Oct 13 13:13:42.537 INFO kablam! Oct 13 13:13:42.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.538 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.538 INFO kablam! | Oct 13 13:13:42.538 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.538 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.538 INFO kablam! ... Oct 13 13:13:42.538 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 13 13:13:42.538 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.538 INFO kablam! | Oct 13 13:13:42.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.538 INFO kablam! | Oct 13 13:13:42.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.538 INFO kablam! | Oct 13 13:13:42.538 INFO kablam! Oct 13 13:13:42.539 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.539 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.539 INFO kablam! | Oct 13 13:13:42.539 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.539 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.539 INFO kablam! ... Oct 13 13:13:42.539 INFO kablam! 1024 | rt_realloc_naive!(rt_pow2_256bytes_2align_realloc_naive, 256, 2); Oct 13 13:13:42.539 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.539 INFO kablam! | Oct 13 13:13:42.539 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.539 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.539 INFO kablam! | Oct 13 13:13:42.539 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.539 INFO kablam! | Oct 13 13:13:42.539 INFO kablam! Oct 13 13:13:42.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.541 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.541 INFO kablam! | ^^^^^ Oct 13 13:13:42.541 INFO kablam! ... Oct 13 13:13:42.541 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 13 13:13:42.541 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! Oct 13 13:13:42.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.541 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.541 INFO kablam! | ^^^^^ Oct 13 13:13:42.541 INFO kablam! ... Oct 13 13:13:42.541 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 13 13:13:42.541 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.541 INFO kablam! | Oct 13 13:13:42.541 INFO kablam! Oct 13 13:13:42.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.543 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.543 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.543 INFO kablam! ... Oct 13 13:13:42.543 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 13 13:13:42.543 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! Oct 13 13:13:42.543 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.543 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.543 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.543 INFO kablam! ... Oct 13 13:13:42.543 INFO kablam! 1037 | rt_realloc_naive!(rt_pow2_512bytes_2align_realloc_naive, 512, 2); Oct 13 13:13:42.543 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.543 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.543 INFO kablam! | Oct 13 13:13:42.543 INFO kablam! Oct 13 13:13:42.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.545 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.545 INFO kablam! | Oct 13 13:13:42.545 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.545 INFO kablam! | ^^^^^ Oct 13 13:13:42.545 INFO kablam! ... Oct 13 13:13:42.545 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 13 13:13:42.545 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.545 INFO kablam! | Oct 13 13:13:42.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.545 INFO kablam! | Oct 13 13:13:42.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.545 INFO kablam! | Oct 13 13:13:42.545 INFO kablam! Oct 13 13:13:42.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.548 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.548 INFO kablam! | Oct 13 13:13:42.548 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.548 INFO kablam! | ^^^^^ Oct 13 13:13:42.548 INFO kablam! ... Oct 13 13:13:42.548 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 13 13:13:42.548 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.548 INFO kablam! | Oct 13 13:13:42.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.548 INFO kablam! | Oct 13 13:13:42.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.548 INFO kablam! | Oct 13 13:13:42.549 INFO kablam! Oct 13 13:13:42.549 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.549 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.549 INFO kablam! | Oct 13 13:13:42.549 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.549 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.549 INFO kablam! ... Oct 13 13:13:42.549 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 13 13:13:42.549 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.549 INFO kablam! | Oct 13 13:13:42.549 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.549 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.549 INFO kablam! | Oct 13 13:13:42.549 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.549 INFO kablam! | Oct 13 13:13:42.549 INFO kablam! Oct 13 13:13:42.551 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.551 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.551 INFO kablam! | Oct 13 13:13:42.551 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.551 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.551 INFO kablam! ... Oct 13 13:13:42.551 INFO kablam! 1050 | rt_realloc_naive!(rt_pow2_1024bytes_2align_realloc_naive, 1024, 2); Oct 13 13:13:42.551 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.551 INFO kablam! | Oct 13 13:13:42.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.551 INFO kablam! | Oct 13 13:13:42.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.551 INFO kablam! | Oct 13 13:13:42.551 INFO kablam! Oct 13 13:13:42.551 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.551 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.551 INFO kablam! | Oct 13 13:13:42.551 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.551 INFO kablam! | ^^^^^ Oct 13 13:13:42.551 INFO kablam! ... Oct 13 13:13:42.551 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 13 13:13:42.551 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.551 INFO kablam! | Oct 13 13:13:42.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.552 INFO kablam! | Oct 13 13:13:42.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.552 INFO kablam! | Oct 13 13:13:42.552 INFO kablam! Oct 13 13:13:42.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.552 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.552 INFO kablam! | Oct 13 13:13:42.552 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.552 INFO kablam! | ^^^^^ Oct 13 13:13:42.552 INFO kablam! ... Oct 13 13:13:42.552 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 13 13:13:42.552 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.552 INFO kablam! | Oct 13 13:13:42.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.553 INFO kablam! | Oct 13 13:13:42.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.553 INFO kablam! | Oct 13 13:13:42.553 INFO kablam! Oct 13 13:13:42.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.553 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.553 INFO kablam! | Oct 13 13:13:42.553 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.553 INFO kablam! ... Oct 13 13:13:42.553 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 13 13:13:42.553 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.553 INFO kablam! | Oct 13 13:13:42.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.553 INFO kablam! | Oct 13 13:13:42.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.553 INFO kablam! | Oct 13 13:13:42.554 INFO kablam! Oct 13 13:13:42.554 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.554 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.554 INFO kablam! | Oct 13 13:13:42.554 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.554 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.554 INFO kablam! ... Oct 13 13:13:42.554 INFO kablam! 1063 | rt_realloc_naive!(rt_pow2_2048bytes_2align_realloc_naive, 2048, 2); Oct 13 13:13:42.554 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.554 INFO kablam! | Oct 13 13:13:42.554 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.554 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.554 INFO kablam! | Oct 13 13:13:42.554 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.554 INFO kablam! | Oct 13 13:13:42.554 INFO kablam! Oct 13 13:13:42.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.556 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.556 INFO kablam! | Oct 13 13:13:42.556 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.556 INFO kablam! | ^^^^^ Oct 13 13:13:42.556 INFO kablam! ... Oct 13 13:13:42.556 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:42.556 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.556 INFO kablam! | Oct 13 13:13:42.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.556 INFO kablam! | Oct 13 13:13:42.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.556 INFO kablam! | Oct 13 13:13:42.556 INFO kablam! Oct 13 13:13:42.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.558 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.558 INFO kablam! | ^^^^^ Oct 13 13:13:42.558 INFO kablam! ... Oct 13 13:13:42.558 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:42.558 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! Oct 13 13:13:42.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.558 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.558 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.558 INFO kablam! ... Oct 13 13:13:42.558 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:42.558 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! Oct 13 13:13:42.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.558 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.558 INFO kablam! | Oct 13 13:13:42.558 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.558 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.558 INFO kablam! ... Oct 13 13:13:42.558 INFO kablam! 1076 | rt_realloc_naive!(rt_pow2_4096bytes_2align_realloc_naive, 4096, 2); Oct 13 13:13:42.558 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.559 INFO kablam! | Oct 13 13:13:42.559 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.559 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.559 INFO kablam! | Oct 13 13:13:42.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.559 INFO kablam! | Oct 13 13:13:42.559 INFO kablam! Oct 13 13:13:42.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.561 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.561 INFO kablam! | Oct 13 13:13:42.561 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.561 INFO kablam! | ^^^^^ Oct 13 13:13:42.561 INFO kablam! ... Oct 13 13:13:42.561 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:42.561 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.561 INFO kablam! | Oct 13 13:13:42.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.561 INFO kablam! | Oct 13 13:13:42.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.561 INFO kablam! | Oct 13 13:13:42.561 INFO kablam! Oct 13 13:13:42.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.561 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.561 INFO kablam! | Oct 13 13:13:42.561 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.561 INFO kablam! | ^^^^^ Oct 13 13:13:42.561 INFO kablam! ... Oct 13 13:13:42.561 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:42.561 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.561 INFO kablam! | Oct 13 13:13:42.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.562 INFO kablam! | Oct 13 13:13:42.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.562 INFO kablam! | Oct 13 13:13:42.562 INFO kablam! Oct 13 13:13:42.563 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.563 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.563 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.563 INFO kablam! ... Oct 13 13:13:42.563 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:42.563 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! Oct 13 13:13:42.563 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.563 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.563 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.563 INFO kablam! ... Oct 13 13:13:42.563 INFO kablam! 1089 | rt_realloc_naive!(rt_pow2_8192bytes_2align_realloc_naive, 8192, 2); Oct 13 13:13:42.563 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.563 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.563 INFO kablam! | Oct 13 13:13:42.563 INFO kablam! Oct 13 13:13:42.564 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.564 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.564 INFO kablam! | Oct 13 13:13:42.564 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.564 INFO kablam! | ^^^^^ Oct 13 13:13:42.564 INFO kablam! ... Oct 13 13:13:42.564 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:42.564 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.565 INFO kablam! | Oct 13 13:13:42.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.565 INFO kablam! | Oct 13 13:13:42.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.565 INFO kablam! | Oct 13 13:13:42.565 INFO kablam! Oct 13 13:13:42.566 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.566 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.566 INFO kablam! | Oct 13 13:13:42.566 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.566 INFO kablam! | ^^^^^ Oct 13 13:13:42.566 INFO kablam! ... Oct 13 13:13:42.566 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:42.566 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.566 INFO kablam! | Oct 13 13:13:42.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.566 INFO kablam! | Oct 13 13:13:42.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.566 INFO kablam! | Oct 13 13:13:42.566 INFO kablam! Oct 13 13:13:42.566 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.566 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.566 INFO kablam! | Oct 13 13:13:42.566 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.566 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.567 INFO kablam! ... Oct 13 13:13:42.567 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:42.567 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! Oct 13 13:13:42.567 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.567 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.567 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.567 INFO kablam! ... Oct 13 13:13:42.567 INFO kablam! 1102 | rt_realloc_naive!(rt_pow2_16384bytes_2align_realloc_naive, 16384, 2); Oct 13 13:13:42.567 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.567 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.567 INFO kablam! | Oct 13 13:13:42.567 INFO kablam! Oct 13 13:13:42.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.577 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.577 INFO kablam! | Oct 13 13:13:42.577 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.577 INFO kablam! | ^^^^^ Oct 13 13:13:42.577 INFO kablam! ... Oct 13 13:13:42.578 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 13 13:13:42.578 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! Oct 13 13:13:42.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.578 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.578 INFO kablam! | ^^^^^ Oct 13 13:13:42.578 INFO kablam! ... Oct 13 13:13:42.578 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 13 13:13:42.578 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! Oct 13 13:13:42.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.578 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.578 INFO kablam! ... Oct 13 13:13:42.578 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 13 13:13:42.578 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! Oct 13 13:13:42.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.578 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.578 INFO kablam! ... Oct 13 13:13:42.578 INFO kablam! 1115 | rt_realloc_naive!(rt_pow2_32768bytes_2align_realloc_naive, 32768, 2); Oct 13 13:13:42.578 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! Oct 13 13:13:42.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.578 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.578 INFO kablam! | ^^^^^ Oct 13 13:13:42.578 INFO kablam! ... Oct 13 13:13:42.578 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:42.578 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! Oct 13 13:13:42.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.578 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.578 INFO kablam! | ^^^^^ Oct 13 13:13:42.578 INFO kablam! ... Oct 13 13:13:42.578 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:42.578 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.578 INFO kablam! | Oct 13 13:13:42.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.579 INFO kablam! | Oct 13 13:13:42.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.579 INFO kablam! | Oct 13 13:13:42.579 INFO kablam! Oct 13 13:13:42.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.579 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.579 INFO kablam! | Oct 13 13:13:42.579 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.579 INFO kablam! ... Oct 13 13:13:42.579 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:42.579 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.579 INFO kablam! | Oct 13 13:13:42.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.579 INFO kablam! | Oct 13 13:13:42.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.579 INFO kablam! | Oct 13 13:13:42.579 INFO kablam! Oct 13 13:13:42.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.580 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.581 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.581 INFO kablam! ... Oct 13 13:13:42.581 INFO kablam! 1128 | rt_realloc_naive!(rt_pow2_65536bytes_2align_realloc_naive, 65536, 2); Oct 13 13:13:42.581 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! Oct 13 13:13:42.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.581 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.581 INFO kablam! | ^^^^^ Oct 13 13:13:42.581 INFO kablam! ... Oct 13 13:13:42.581 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 13 13:13:42.581 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! Oct 13 13:13:42.581 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.581 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.581 INFO kablam! | ^^^^^ Oct 13 13:13:42.581 INFO kablam! ... Oct 13 13:13:42.581 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 13 13:13:42.581 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.581 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.581 INFO kablam! | Oct 13 13:13:42.581 INFO kablam! Oct 13 13:13:42.583 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.583 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.583 INFO kablam! | Oct 13 13:13:42.583 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.583 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.583 INFO kablam! ... Oct 13 13:13:42.583 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 13 13:13:42.583 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.583 INFO kablam! | Oct 13 13:13:42.583 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.583 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.583 INFO kablam! | Oct 13 13:13:42.583 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.583 INFO kablam! | Oct 13 13:13:42.583 INFO kablam! Oct 13 13:13:42.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.584 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.584 INFO kablam! | Oct 13 13:13:42.584 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.584 INFO kablam! ... Oct 13 13:13:42.584 INFO kablam! 1141 | rt_realloc_naive!(rt_pow2_131072bytes_2align_realloc_naive, 131072, 2); Oct 13 13:13:42.584 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.584 INFO kablam! | Oct 13 13:13:42.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.584 INFO kablam! | Oct 13 13:13:42.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.584 INFO kablam! | Oct 13 13:13:42.584 INFO kablam! Oct 13 13:13:42.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.585 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.585 INFO kablam! | Oct 13 13:13:42.585 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.585 INFO kablam! | ^^^^^ Oct 13 13:13:42.585 INFO kablam! ... Oct 13 13:13:42.585 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 13 13:13:42.585 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.585 INFO kablam! | Oct 13 13:13:42.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.585 INFO kablam! | Oct 13 13:13:42.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.585 INFO kablam! | Oct 13 13:13:42.585 INFO kablam! Oct 13 13:13:42.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.586 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.586 INFO kablam! | Oct 13 13:13:42.586 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.586 INFO kablam! | ^^^^^ Oct 13 13:13:42.586 INFO kablam! ... Oct 13 13:13:42.586 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 13 13:13:42.586 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.587 INFO kablam! | Oct 13 13:13:42.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.587 INFO kablam! | Oct 13 13:13:42.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.587 INFO kablam! | Oct 13 13:13:42.587 INFO kablam! Oct 13 13:13:42.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.589 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.589 INFO kablam! ... Oct 13 13:13:42.589 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 13 13:13:42.589 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! Oct 13 13:13:42.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.589 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.589 INFO kablam! ... Oct 13 13:13:42.589 INFO kablam! 1154 | rt_realloc_naive!(rt_pow2_4194304bytes_2align_realloc_naive, 4194304, 2); Oct 13 13:13:42.589 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! Oct 13 13:13:42.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.589 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.589 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.589 INFO kablam! | ^^^^^ Oct 13 13:13:42.589 INFO kablam! ... Oct 13 13:13:42.589 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:42.589 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.589 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.590 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.590 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! Oct 13 13:13:42.590 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.590 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.590 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.590 INFO kablam! | ^^^^^ Oct 13 13:13:42.590 INFO kablam! ... Oct 13 13:13:42.590 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:42.590 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.590 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.590 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.590 INFO kablam! | Oct 13 13:13:42.590 INFO kablam! Oct 13 13:13:42.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.592 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.593 INFO kablam! ... Oct 13 13:13:42.593 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:42.593 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! Oct 13 13:13:42.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.593 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.593 INFO kablam! ... Oct 13 13:13:42.593 INFO kablam! 1168 | rt_realloc_naive!(rt_even_10bytes_2align_realloc_naive, 10, 2); Oct 13 13:13:42.593 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.593 INFO kablam! | Oct 13 13:13:42.593 INFO kablam! Oct 13 13:13:42.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.596 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.596 INFO kablam! | Oct 13 13:13:42.596 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.596 INFO kablam! | ^^^^^ Oct 13 13:13:42.596 INFO kablam! ... Oct 13 13:13:42.596 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 13 13:13:42.596 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.596 INFO kablam! | Oct 13 13:13:42.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.596 INFO kablam! | Oct 13 13:13:42.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.596 INFO kablam! | Oct 13 13:13:42.597 INFO kablam! Oct 13 13:13:42.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.598 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.598 INFO kablam! | ^^^^^ Oct 13 13:13:42.598 INFO kablam! ... Oct 13 13:13:42.598 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 13 13:13:42.598 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! Oct 13 13:13:42.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.598 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.598 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.598 INFO kablam! ... Oct 13 13:13:42.598 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 13 13:13:42.598 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.598 INFO kablam! | Oct 13 13:13:42.598 INFO kablam! Oct 13 13:13:42.600 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.600 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.600 INFO kablam! | Oct 13 13:13:42.600 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.600 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.600 INFO kablam! ... Oct 13 13:13:42.600 INFO kablam! 1181 | rt_realloc_naive!(rt_even_100bytes_2align_realloc_naive, 100, 2); Oct 13 13:13:42.600 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.600 INFO kablam! | Oct 13 13:13:42.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.601 INFO kablam! | Oct 13 13:13:42.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.601 INFO kablam! | Oct 13 13:13:42.601 INFO kablam! Oct 13 13:13:42.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.602 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.602 INFO kablam! | ^^^^^ Oct 13 13:13:42.602 INFO kablam! ... Oct 13 13:13:42.602 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 13 13:13:42.602 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! Oct 13 13:13:42.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.602 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.602 INFO kablam! | ^^^^^ Oct 13 13:13:42.602 INFO kablam! ... Oct 13 13:13:42.602 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 13 13:13:42.602 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.602 INFO kablam! | Oct 13 13:13:42.602 INFO kablam! Oct 13 13:13:42.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.603 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.603 INFO kablam! | Oct 13 13:13:42.603 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.603 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.603 INFO kablam! ... Oct 13 13:13:42.603 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 13 13:13:42.603 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.603 INFO kablam! | Oct 13 13:13:42.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.603 INFO kablam! | Oct 13 13:13:42.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.603 INFO kablam! | Oct 13 13:13:42.603 INFO kablam! Oct 13 13:13:42.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.604 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.604 INFO kablam! | Oct 13 13:13:42.604 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.604 INFO kablam! ... Oct 13 13:13:42.604 INFO kablam! 1194 | rt_realloc_naive!(rt_even_1000bytes_2align_realloc_naive, 1000, 2); Oct 13 13:13:42.604 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.604 INFO kablam! | Oct 13 13:13:42.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.604 INFO kablam! | Oct 13 13:13:42.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.604 INFO kablam! | Oct 13 13:13:42.604 INFO kablam! Oct 13 13:13:42.606 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.606 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.606 INFO kablam! | Oct 13 13:13:42.606 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.606 INFO kablam! | ^^^^^ Oct 13 13:13:42.606 INFO kablam! ... Oct 13 13:13:42.606 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 13 13:13:42.606 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.606 INFO kablam! | Oct 13 13:13:42.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.606 INFO kablam! | Oct 13 13:13:42.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.606 INFO kablam! | Oct 13 13:13:42.606 INFO kablam! Oct 13 13:13:42.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.609 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.609 INFO kablam! | ^^^^^ Oct 13 13:13:42.609 INFO kablam! ... Oct 13 13:13:42.609 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 13 13:13:42.609 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! Oct 13 13:13:42.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.609 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.609 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.609 INFO kablam! ... Oct 13 13:13:42.609 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 13 13:13:42.609 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! Oct 13 13:13:42.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.609 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.609 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.609 INFO kablam! ... Oct 13 13:13:42.609 INFO kablam! 1207 | rt_realloc_naive!(rt_even_10000bytes_2align_realloc_naive, 10000, 2); Oct 13 13:13:42.609 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.609 INFO kablam! | Oct 13 13:13:42.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.610 INFO kablam! | Oct 13 13:13:42.610 INFO kablam! Oct 13 13:13:42.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.618 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.618 INFO kablam! | ^^^^^ Oct 13 13:13:42.618 INFO kablam! ... Oct 13 13:13:42.618 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 13 13:13:42.618 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! Oct 13 13:13:42.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.618 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.618 INFO kablam! | ^^^^^ Oct 13 13:13:42.618 INFO kablam! ... Oct 13 13:13:42.618 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 13 13:13:42.618 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! Oct 13 13:13:42.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.618 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.618 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.618 INFO kablam! ... Oct 13 13:13:42.618 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 13 13:13:42.618 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! Oct 13 13:13:42.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.618 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.618 INFO kablam! | Oct 13 13:13:42.618 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.618 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.618 INFO kablam! ... Oct 13 13:13:42.618 INFO kablam! 1220 | rt_realloc_naive!(rt_even_100000bytes_2align_realloc_naive, 100000, 2); Oct 13 13:13:42.619 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.619 INFO kablam! | Oct 13 13:13:42.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.619 INFO kablam! | Oct 13 13:13:42.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.619 INFO kablam! | Oct 13 13:13:42.619 INFO kablam! Oct 13 13:13:42.619 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.619 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.619 INFO kablam! | Oct 13 13:13:42.619 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.619 INFO kablam! | ^^^^^ Oct 13 13:13:42.619 INFO kablam! ... Oct 13 13:13:42.619 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 13 13:13:42.619 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.619 INFO kablam! | Oct 13 13:13:42.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.619 INFO kablam! | Oct 13 13:13:42.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.619 INFO kablam! | Oct 13 13:13:42.619 INFO kablam! Oct 13 13:13:42.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.621 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.621 INFO kablam! | Oct 13 13:13:42.621 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.621 INFO kablam! | ^^^^^ Oct 13 13:13:42.621 INFO kablam! ... Oct 13 13:13:42.621 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 13 13:13:42.621 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.621 INFO kablam! | Oct 13 13:13:42.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.621 INFO kablam! | Oct 13 13:13:42.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.621 INFO kablam! | Oct 13 13:13:42.621 INFO kablam! Oct 13 13:13:42.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.622 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.622 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.622 INFO kablam! ... Oct 13 13:13:42.622 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 13 13:13:42.622 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! Oct 13 13:13:42.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.622 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.622 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.622 INFO kablam! ... Oct 13 13:13:42.622 INFO kablam! 1233 | rt_realloc_naive!(rt_even_1000000bytes_2align_realloc_naive, 1000000, 2); Oct 13 13:13:42.622 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! Oct 13 13:13:42.622 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.622 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.622 INFO kablam! | ^^^^^ Oct 13 13:13:42.622 INFO kablam! ... Oct 13 13:13:42.622 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 13 13:13:42.622 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.622 INFO kablam! | Oct 13 13:13:42.622 INFO kablam! Oct 13 13:13:42.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.625 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.625 INFO kablam! | ^^^^^ Oct 13 13:13:42.625 INFO kablam! ... Oct 13 13:13:42.625 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 13 13:13:42.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! Oct 13 13:13:42.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.625 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.625 INFO kablam! ... Oct 13 13:13:42.625 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 13 13:13:42.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! Oct 13 13:13:42.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.625 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.625 INFO kablam! ... Oct 13 13:13:42.625 INFO kablam! 1247 | rt_realloc_naive!(rt_odd_10bytes_2align_realloc_naive, 10- 1, 2); Oct 13 13:13:42.625 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.625 INFO kablam! | Oct 13 13:13:42.625 INFO kablam! Oct 13 13:13:42.627 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.627 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.627 INFO kablam! | Oct 13 13:13:42.627 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.627 INFO kablam! | ^^^^^ Oct 13 13:13:42.627 INFO kablam! ... Oct 13 13:13:42.627 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:42.627 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.627 INFO kablam! | Oct 13 13:13:42.627 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.627 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.627 INFO kablam! | Oct 13 13:13:42.627 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.627 INFO kablam! | Oct 13 13:13:42.627 INFO kablam! Oct 13 13:13:42.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.628 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.628 INFO kablam! | Oct 13 13:13:42.628 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.628 INFO kablam! | ^^^^^ Oct 13 13:13:42.628 INFO kablam! ... Oct 13 13:13:42.628 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:42.628 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.628 INFO kablam! | Oct 13 13:13:42.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.628 INFO kablam! | Oct 13 13:13:42.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.628 INFO kablam! | Oct 13 13:13:42.628 INFO kablam! Oct 13 13:13:42.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.633 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.634 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.634 INFO kablam! ... Oct 13 13:13:42.634 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:42.634 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! Oct 13 13:13:42.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.634 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.634 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.634 INFO kablam! ... Oct 13 13:13:42.634 INFO kablam! 1260 | rt_realloc_naive!(rt_odd_100bytes_2align_realloc_naive, 100- 1, 2); Oct 13 13:13:42.634 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! Oct 13 13:13:42.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.634 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.634 INFO kablam! | ^^^^^ Oct 13 13:13:42.634 INFO kablam! ... Oct 13 13:13:42.634 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 13 13:13:42.634 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! Oct 13 13:13:42.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.634 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.634 INFO kablam! | ^^^^^ Oct 13 13:13:42.634 INFO kablam! ... Oct 13 13:13:42.634 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 13 13:13:42.634 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.634 INFO kablam! | Oct 13 13:13:42.634 INFO kablam! Oct 13 13:13:42.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.635 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.635 INFO kablam! | Oct 13 13:13:42.635 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.635 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.635 INFO kablam! ... Oct 13 13:13:42.635 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 13 13:13:42.635 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.635 INFO kablam! | Oct 13 13:13:42.635 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.635 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.635 INFO kablam! | Oct 13 13:13:42.635 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.635 INFO kablam! | Oct 13 13:13:42.635 INFO kablam! Oct 13 13:13:42.635 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.635 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.635 INFO kablam! | Oct 13 13:13:42.635 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.635 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.635 INFO kablam! ... Oct 13 13:13:42.635 INFO kablam! 1273 | rt_realloc_naive!(rt_odd_1000bytes_2align_realloc_naive, 1000- 1, 2); Oct 13 13:13:42.635 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.637 INFO kablam! | Oct 13 13:13:42.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.637 INFO kablam! | Oct 13 13:13:42.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.637 INFO kablam! | Oct 13 13:13:42.637 INFO kablam! Oct 13 13:13:42.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.637 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.637 INFO kablam! | Oct 13 13:13:42.637 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.637 INFO kablam! | ^^^^^ Oct 13 13:13:42.637 INFO kablam! ... Oct 13 13:13:42.638 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:42.638 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.638 INFO kablam! | Oct 13 13:13:42.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.638 INFO kablam! | Oct 13 13:13:42.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.638 INFO kablam! | Oct 13 13:13:42.638 INFO kablam! Oct 13 13:13:42.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.638 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.638 INFO kablam! | Oct 13 13:13:42.638 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.638 INFO kablam! | ^^^^^ Oct 13 13:13:42.638 INFO kablam! ... Oct 13 13:13:42.638 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:42.638 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.638 INFO kablam! | Oct 13 13:13:42.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.638 INFO kablam! | Oct 13 13:13:42.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.638 INFO kablam! | Oct 13 13:13:42.638 INFO kablam! Oct 13 13:13:42.639 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.639 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.639 INFO kablam! | Oct 13 13:13:42.639 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.639 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.639 INFO kablam! ... Oct 13 13:13:42.639 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:42.639 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.639 INFO kablam! | Oct 13 13:13:42.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.639 INFO kablam! | Oct 13 13:13:42.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.639 INFO kablam! | Oct 13 13:13:42.639 INFO kablam! Oct 13 13:13:42.641 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.641 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.641 INFO kablam! | Oct 13 13:13:42.641 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.641 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.641 INFO kablam! ... Oct 13 13:13:42.641 INFO kablam! 1286 | rt_realloc_naive!(rt_odd_10000bytes_2align_realloc_naive, 10000- 1, 2); Oct 13 13:13:42.641 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.641 INFO kablam! | Oct 13 13:13:42.641 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.641 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.641 INFO kablam! | Oct 13 13:13:42.641 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.641 INFO kablam! | Oct 13 13:13:42.641 INFO kablam! Oct 13 13:13:42.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.645 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.645 INFO kablam! | ^^^^^ Oct 13 13:13:42.645 INFO kablam! ... Oct 13 13:13:42.645 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 13 13:13:42.645 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! Oct 13 13:13:42.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.645 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.645 INFO kablam! | ^^^^^ Oct 13 13:13:42.645 INFO kablam! ... Oct 13 13:13:42.645 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 13 13:13:42.645 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! Oct 13 13:13:42.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.645 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.645 INFO kablam! ... Oct 13 13:13:42.645 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 13 13:13:42.645 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.645 INFO kablam! | Oct 13 13:13:42.645 INFO kablam! Oct 13 13:13:42.646 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.646 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.646 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.646 INFO kablam! ... Oct 13 13:13:42.646 INFO kablam! 1299 | rt_realloc_naive!(rt_odd_100000bytes_2align_realloc_naive, 100000- 1, 2); Oct 13 13:13:42.646 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! Oct 13 13:13:42.646 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.646 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.646 INFO kablam! | ^^^^^ Oct 13 13:13:42.646 INFO kablam! ... Oct 13 13:13:42.646 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 13 13:13:42.646 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.646 INFO kablam! | Oct 13 13:13:42.646 INFO kablam! Oct 13 13:13:42.651 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.651 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.651 INFO kablam! | Oct 13 13:13:42.651 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.651 INFO kablam! | ^^^^^ Oct 13 13:13:42.651 INFO kablam! ... Oct 13 13:13:42.651 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 13 13:13:42.651 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.651 INFO kablam! | Oct 13 13:13:42.651 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.651 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.651 INFO kablam! | Oct 13 13:13:42.651 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.651 INFO kablam! | Oct 13 13:13:42.651 INFO kablam! Oct 13 13:13:42.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.657 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.657 INFO kablam! ... Oct 13 13:13:42.657 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 13 13:13:42.657 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! Oct 13 13:13:42.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.657 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.657 INFO kablam! ... Oct 13 13:13:42.657 INFO kablam! 1312 | rt_realloc_naive!(rt_odd_1000000bytes_2align_realloc_naive, 1000000- 1, 2); Oct 13 13:13:42.657 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! Oct 13 13:13:42.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.657 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.657 INFO kablam! | ^^^^^ Oct 13 13:13:42.657 INFO kablam! ... Oct 13 13:13:42.657 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:42.657 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.657 INFO kablam! | Oct 13 13:13:42.657 INFO kablam! Oct 13 13:13:42.660 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.665 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.665 INFO kablam! | Oct 13 13:13:42.665 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.665 INFO kablam! | ^^^^^ Oct 13 13:13:42.665 INFO kablam! ... Oct 13 13:13:42.665 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:42.666 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! Oct 13 13:13:42.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.666 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.666 INFO kablam! ... Oct 13 13:13:42.666 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:42.666 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! Oct 13 13:13:42.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.666 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.666 INFO kablam! ... Oct 13 13:13:42.666 INFO kablam! 1326 | rt_realloc_naive!(rt_primes_3bytes_2align_realloc_naive, 3, 2); Oct 13 13:13:42.666 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! Oct 13 13:13:42.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.666 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.666 INFO kablam! | ^^^^^ Oct 13 13:13:42.666 INFO kablam! ... Oct 13 13:13:42.666 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:42.666 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! Oct 13 13:13:42.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.666 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.666 INFO kablam! | ^^^^^ Oct 13 13:13:42.666 INFO kablam! ... Oct 13 13:13:42.666 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:42.666 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! Oct 13 13:13:42.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.666 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.666 INFO kablam! ... Oct 13 13:13:42.666 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:42.666 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! Oct 13 13:13:42.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.666 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.666 INFO kablam! | Oct 13 13:13:42.666 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.666 INFO kablam! ... Oct 13 13:13:42.666 INFO kablam! 1339 | rt_realloc_naive!(rt_primes_7bytes_2align_realloc_naive, 7, 2); Oct 13 13:13:42.667 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.667 INFO kablam! | Oct 13 13:13:42.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.667 INFO kablam! | Oct 13 13:13:42.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.667 INFO kablam! | Oct 13 13:13:42.667 INFO kablam! Oct 13 13:13:42.668 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.668 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.668 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.668 INFO kablam! | ^^^^^ Oct 13 13:13:42.668 INFO kablam! ... Oct 13 13:13:42.668 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:42.668 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.668 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! Oct 13 13:13:42.669 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.669 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.669 INFO kablam! | ^^^^^ Oct 13 13:13:42.669 INFO kablam! ... Oct 13 13:13:42.669 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:42.669 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! Oct 13 13:13:42.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.669 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.669 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.669 INFO kablam! ... Oct 13 13:13:42.669 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:42.669 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! Oct 13 13:13:42.669 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.669 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.669 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.669 INFO kablam! ... Oct 13 13:13:42.669 INFO kablam! 1352 | rt_realloc_naive!(rt_primes_13bytes_2align_realloc_naive, 13, 2); Oct 13 13:13:42.669 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.669 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.669 INFO kablam! | Oct 13 13:13:42.669 INFO kablam! Oct 13 13:13:42.669 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.670 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.670 INFO kablam! | Oct 13 13:13:42.670 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.670 INFO kablam! | ^^^^^ Oct 13 13:13:42.670 INFO kablam! ... Oct 13 13:13:42.670 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:42.670 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.670 INFO kablam! | Oct 13 13:13:42.670 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.670 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.670 INFO kablam! | Oct 13 13:13:42.670 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.670 INFO kablam! | Oct 13 13:13:42.670 INFO kablam! Oct 13 13:13:42.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.671 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.671 INFO kablam! | Oct 13 13:13:42.671 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.671 INFO kablam! | ^^^^^ Oct 13 13:13:42.671 INFO kablam! ... Oct 13 13:13:42.671 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:42.671 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.671 INFO kablam! | Oct 13 13:13:42.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.671 INFO kablam! | Oct 13 13:13:42.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.671 INFO kablam! | Oct 13 13:13:42.671 INFO kablam! Oct 13 13:13:42.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.677 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.677 INFO kablam! ... Oct 13 13:13:42.677 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:42.677 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! Oct 13 13:13:42.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.677 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.677 INFO kablam! ... Oct 13 13:13:42.677 INFO kablam! 1365 | rt_realloc_naive!(rt_primes_17bytes_2align_realloc_naive, 17, 2); Oct 13 13:13:42.677 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! Oct 13 13:13:42.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.677 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.677 INFO kablam! | ^^^^^ Oct 13 13:13:42.677 INFO kablam! ... Oct 13 13:13:42.677 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:42.677 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! Oct 13 13:13:42.677 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.677 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.677 INFO kablam! | ^^^^^ Oct 13 13:13:42.677 INFO kablam! ... Oct 13 13:13:42.677 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:42.677 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! Oct 13 13:13:42.677 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.677 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.677 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.677 INFO kablam! ... Oct 13 13:13:42.677 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:42.677 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.677 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.677 INFO kablam! | Oct 13 13:13:42.677 INFO kablam! Oct 13 13:13:42.682 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.682 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.682 INFO kablam! | Oct 13 13:13:42.682 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.682 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.682 INFO kablam! ... Oct 13 13:13:42.682 INFO kablam! 1378 | rt_realloc_naive!(rt_primes_31bytes_2align_realloc_naive, 31, 2); Oct 13 13:13:42.682 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.682 INFO kablam! | Oct 13 13:13:42.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.682 INFO kablam! | Oct 13 13:13:42.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.682 INFO kablam! | Oct 13 13:13:42.682 INFO kablam! Oct 13 13:13:42.683 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.683 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.683 INFO kablam! | Oct 13 13:13:42.683 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.683 INFO kablam! | ^^^^^ Oct 13 13:13:42.683 INFO kablam! ... Oct 13 13:13:42.684 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 13 13:13:42.684 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! Oct 13 13:13:42.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.684 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.684 INFO kablam! | ^^^^^ Oct 13 13:13:42.684 INFO kablam! ... Oct 13 13:13:42.684 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 13 13:13:42.684 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.684 INFO kablam! | Oct 13 13:13:42.684 INFO kablam! Oct 13 13:13:42.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.685 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.685 INFO kablam! ... Oct 13 13:13:42.685 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 13 13:13:42.685 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! Oct 13 13:13:42.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.685 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.685 INFO kablam! ... Oct 13 13:13:42.685 INFO kablam! 1391 | rt_realloc_naive!(rt_primes_61bytes_2align_realloc_naive, 61, 2); Oct 13 13:13:42.685 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.685 INFO kablam! | Oct 13 13:13:42.685 INFO kablam! Oct 13 13:13:42.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.688 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.688 INFO kablam! | Oct 13 13:13:42.688 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.688 INFO kablam! | ^^^^^ Oct 13 13:13:42.688 INFO kablam! ... Oct 13 13:13:42.688 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 13 13:13:42.688 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.688 INFO kablam! | Oct 13 13:13:42.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.688 INFO kablam! | Oct 13 13:13:42.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.688 INFO kablam! | Oct 13 13:13:42.688 INFO kablam! Oct 13 13:13:42.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.690 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.690 INFO kablam! | ^^^^^ Oct 13 13:13:42.690 INFO kablam! ... Oct 13 13:13:42.690 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 13 13:13:42.690 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! Oct 13 13:13:42.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.690 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.690 INFO kablam! ... Oct 13 13:13:42.690 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 13 13:13:42.690 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! Oct 13 13:13:42.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.690 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.690 INFO kablam! ... Oct 13 13:13:42.690 INFO kablam! 1404 | rt_realloc_naive!(rt_primes_96bytes_2align_realloc_naive, 96, 2); Oct 13 13:13:42.690 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.690 INFO kablam! | Oct 13 13:13:42.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.691 INFO kablam! | Oct 13 13:13:42.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.691 INFO kablam! | Oct 13 13:13:42.691 INFO kablam! Oct 13 13:13:42.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.691 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.691 INFO kablam! | Oct 13 13:13:42.691 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.691 INFO kablam! | ^^^^^ Oct 13 13:13:42.691 INFO kablam! ... Oct 13 13:13:42.691 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:42.691 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.691 INFO kablam! | Oct 13 13:13:42.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.691 INFO kablam! | Oct 13 13:13:42.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.691 INFO kablam! | Oct 13 13:13:42.691 INFO kablam! Oct 13 13:13:42.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.696 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.696 INFO kablam! | Oct 13 13:13:42.696 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.696 INFO kablam! | ^^^^^ Oct 13 13:13:42.696 INFO kablam! ... Oct 13 13:13:42.696 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:42.696 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.696 INFO kablam! | Oct 13 13:13:42.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.696 INFO kablam! | Oct 13 13:13:42.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.696 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! Oct 13 13:13:42.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.697 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.697 INFO kablam! ... Oct 13 13:13:42.697 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:42.697 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! Oct 13 13:13:42.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.697 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.697 INFO kablam! ... Oct 13 13:13:42.697 INFO kablam! 1417 | rt_realloc_naive!(rt_primes_127bytes_2align_realloc_naive, 127, 2); Oct 13 13:13:42.697 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! Oct 13 13:13:42.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.697 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.697 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.697 INFO kablam! | ^^^^^ Oct 13 13:13:42.697 INFO kablam! ... Oct 13 13:13:42.697 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 13 13:13:42.697 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.697 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! Oct 13 13:13:42.698 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.698 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.698 INFO kablam! | ^^^^^ Oct 13 13:13:42.698 INFO kablam! ... Oct 13 13:13:42.698 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 13 13:13:42.698 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.698 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.698 INFO kablam! | Oct 13 13:13:42.698 INFO kablam! Oct 13 13:13:42.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.704 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.704 INFO kablam! | Oct 13 13:13:42.704 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.704 INFO kablam! ... Oct 13 13:13:42.704 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 13 13:13:42.704 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.704 INFO kablam! | Oct 13 13:13:42.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.704 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! Oct 13 13:13:42.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.705 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.705 INFO kablam! ... Oct 13 13:13:42.705 INFO kablam! 1430 | rt_realloc_naive!(rt_primes_257bytes_2align_realloc_naive, 257, 2); Oct 13 13:13:42.705 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! Oct 13 13:13:42.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.705 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.705 INFO kablam! | ^^^^^ Oct 13 13:13:42.705 INFO kablam! ... Oct 13 13:13:42.705 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 13 13:13:42.705 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! Oct 13 13:13:42.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.705 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.705 INFO kablam! | ^^^^^ Oct 13 13:13:42.705 INFO kablam! ... Oct 13 13:13:42.705 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 13 13:13:42.705 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.705 INFO kablam! | Oct 13 13:13:42.705 INFO kablam! Oct 13 13:13:42.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.707 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.707 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.707 INFO kablam! ... Oct 13 13:13:42.707 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 13 13:13:42.707 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! Oct 13 13:13:42.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.707 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.707 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.707 INFO kablam! ... Oct 13 13:13:42.707 INFO kablam! 1443 | rt_realloc_naive!(rt_primes_509bytes_2align_realloc_naive, 509, 2); Oct 13 13:13:42.707 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! Oct 13 13:13:42.707 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.707 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.707 INFO kablam! | ^^^^^ Oct 13 13:13:42.707 INFO kablam! ... Oct 13 13:13:42.707 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:42.707 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.707 INFO kablam! | Oct 13 13:13:42.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.708 INFO kablam! | Oct 13 13:13:42.708 INFO kablam! Oct 13 13:13:42.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.714 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.714 INFO kablam! | ^^^^^ Oct 13 13:13:42.714 INFO kablam! ... Oct 13 13:13:42.714 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:42.714 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! Oct 13 13:13:42.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.714 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.714 INFO kablam! ... Oct 13 13:13:42.714 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:42.714 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! Oct 13 13:13:42.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.714 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.714 INFO kablam! ... Oct 13 13:13:42.714 INFO kablam! 1456 | rt_realloc_naive!(rt_primes_1021bytes_2align_realloc_naive, 1021, 2); Oct 13 13:13:42.714 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! Oct 13 13:13:42.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.714 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.714 INFO kablam! | ^^^^^ Oct 13 13:13:42.714 INFO kablam! ... Oct 13 13:13:42.714 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 13 13:13:42.714 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! Oct 13 13:13:42.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.714 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.714 INFO kablam! | ^^^^^ Oct 13 13:13:42.714 INFO kablam! ... Oct 13 13:13:42.714 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 13 13:13:42.714 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! Oct 13 13:13:42.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.714 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.714 INFO kablam! ... Oct 13 13:13:42.714 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 13 13:13:42.714 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.714 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! Oct 13 13:13:42.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.715 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.715 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.715 INFO kablam! ... Oct 13 13:13:42.715 INFO kablam! 1469 | rt_realloc_naive!(rt_primes_2039bytes_2align_realloc_naive, 2039, 2); Oct 13 13:13:42.715 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! Oct 13 13:13:42.715 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.715 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.715 INFO kablam! | ^^^^^ Oct 13 13:13:42.715 INFO kablam! ... Oct 13 13:13:42.715 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 13 13:13:42.715 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.715 INFO kablam! | Oct 13 13:13:42.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.716 INFO kablam! | Oct 13 13:13:42.716 INFO kablam! Oct 13 13:13:42.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.718 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.718 INFO kablam! | Oct 13 13:13:42.718 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.718 INFO kablam! | ^^^^^ Oct 13 13:13:42.718 INFO kablam! ... Oct 13 13:13:42.719 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 13 13:13:42.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! Oct 13 13:13:42.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.719 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.719 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.719 INFO kablam! ... Oct 13 13:13:42.719 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 13 13:13:42.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! Oct 13 13:13:42.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.719 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.719 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.719 INFO kablam! ... Oct 13 13:13:42.719 INFO kablam! 1482 | rt_realloc_naive!(rt_primes_4093bytes_2align_realloc_naive, 4093, 2); Oct 13 13:13:42.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! Oct 13 13:13:42.719 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.719 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.719 INFO kablam! | ^^^^^ Oct 13 13:13:42.719 INFO kablam! ... Oct 13 13:13:42.719 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 13 13:13:42.719 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.719 INFO kablam! | Oct 13 13:13:42.719 INFO kablam! Oct 13 13:13:42.720 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.720 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.720 INFO kablam! | Oct 13 13:13:42.720 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.720 INFO kablam! | ^^^^^ Oct 13 13:13:42.720 INFO kablam! ... Oct 13 13:13:42.720 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 13 13:13:42.720 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.720 INFO kablam! | Oct 13 13:13:42.720 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.720 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.720 INFO kablam! | Oct 13 13:13:42.720 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.720 INFO kablam! | Oct 13 13:13:42.720 INFO kablam! Oct 13 13:13:42.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.728 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.728 INFO kablam! | Oct 13 13:13:42.728 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.728 INFO kablam! ... Oct 13 13:13:42.728 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 13 13:13:42.728 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.728 INFO kablam! | Oct 13 13:13:42.728 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.728 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.728 INFO kablam! | Oct 13 13:13:42.728 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.728 INFO kablam! | Oct 13 13:13:42.728 INFO kablam! Oct 13 13:13:42.728 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.728 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.728 INFO kablam! | Oct 13 13:13:42.728 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.728 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.728 INFO kablam! ... Oct 13 13:13:42.729 INFO kablam! 1495 | rt_realloc_naive!(rt_primes_8191bytes_2align_realloc_naive, 8191, 2); Oct 13 13:13:42.729 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! Oct 13 13:13:42.729 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.729 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.729 INFO kablam! | ^^^^^ Oct 13 13:13:42.729 INFO kablam! ... Oct 13 13:13:42.729 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 13 13:13:42.729 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.729 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.729 INFO kablam! | Oct 13 13:13:42.729 INFO kablam! Oct 13 13:13:42.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.731 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.731 INFO kablam! | ^^^^^ Oct 13 13:13:42.731 INFO kablam! ... Oct 13 13:13:42.731 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 13 13:13:42.731 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! Oct 13 13:13:42.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.731 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.731 INFO kablam! | Oct 13 13:13:42.731 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.731 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.732 INFO kablam! ... Oct 13 13:13:42.732 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 13 13:13:42.732 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! Oct 13 13:13:42.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.732 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.732 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.732 INFO kablam! ... Oct 13 13:13:42.732 INFO kablam! 1508 | rt_realloc_naive!(rt_primes_16381bytes_2align_realloc_naive, 16381, 2); Oct 13 13:13:42.732 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! Oct 13 13:13:42.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.732 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.732 INFO kablam! | Oct 13 13:13:42.732 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.733 INFO kablam! | ^^^^^ Oct 13 13:13:42.733 INFO kablam! ... Oct 13 13:13:42.733 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:42.733 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.733 INFO kablam! | Oct 13 13:13:42.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.733 INFO kablam! | Oct 13 13:13:42.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.733 INFO kablam! | Oct 13 13:13:42.733 INFO kablam! Oct 13 13:13:42.735 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.735 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.735 INFO kablam! | ^^^^^ Oct 13 13:13:42.735 INFO kablam! ... Oct 13 13:13:42.735 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:42.735 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! Oct 13 13:13:42.735 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.735 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.735 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.735 INFO kablam! ... Oct 13 13:13:42.735 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:42.735 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.735 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.735 INFO kablam! | Oct 13 13:13:42.735 INFO kablam! Oct 13 13:13:42.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.736 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.736 INFO kablam! | Oct 13 13:13:42.736 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.736 INFO kablam! ... Oct 13 13:13:42.736 INFO kablam! 1521 | rt_realloc_naive!(rt_primes_32749bytes_2align_realloc_naive, 32749, 2); Oct 13 13:13:42.736 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.736 INFO kablam! | Oct 13 13:13:42.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.736 INFO kablam! | Oct 13 13:13:42.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.736 INFO kablam! | Oct 13 13:13:42.736 INFO kablam! Oct 13 13:13:42.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.736 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.736 INFO kablam! | Oct 13 13:13:42.736 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.736 INFO kablam! | ^^^^^ Oct 13 13:13:42.736 INFO kablam! ... Oct 13 13:13:42.736 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 13 13:13:42.736 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.740 INFO kablam! | Oct 13 13:13:42.740 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.740 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.740 INFO kablam! | Oct 13 13:13:42.740 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.740 INFO kablam! | Oct 13 13:13:42.740 INFO kablam! Oct 13 13:13:42.743 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.743 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.743 INFO kablam! | ^^^^^ Oct 13 13:13:42.743 INFO kablam! ... Oct 13 13:13:42.743 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 13 13:13:42.743 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! Oct 13 13:13:42.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.743 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.743 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.743 INFO kablam! ... Oct 13 13:13:42.743 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 13 13:13:42.743 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.743 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! Oct 13 13:13:42.743 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.743 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.743 INFO kablam! | Oct 13 13:13:42.743 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.743 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.743 INFO kablam! ... Oct 13 13:13:42.743 INFO kablam! 1534 | rt_realloc_naive!(rt_primes_65537bytes_2align_realloc_naive, 65537, 2); Oct 13 13:13:42.743 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.744 INFO kablam! | Oct 13 13:13:42.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.744 INFO kablam! | Oct 13 13:13:42.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.744 INFO kablam! | Oct 13 13:13:42.744 INFO kablam! Oct 13 13:13:42.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.747 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.747 INFO kablam! | ^^^^^ Oct 13 13:13:42.747 INFO kablam! ... Oct 13 13:13:42.747 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 13 13:13:42.747 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! Oct 13 13:13:42.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.747 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.747 INFO kablam! | ^^^^^ Oct 13 13:13:42.747 INFO kablam! ... Oct 13 13:13:42.747 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 13 13:13:42.747 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! Oct 13 13:13:42.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.747 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.747 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.747 INFO kablam! ... Oct 13 13:13:42.747 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 13 13:13:42.747 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.747 INFO kablam! | Oct 13 13:13:42.747 INFO kablam! Oct 13 13:13:42.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.748 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.748 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.748 INFO kablam! ... Oct 13 13:13:42.748 INFO kablam! 1547 | rt_realloc_naive!(rt_primes_131071bytes_2align_realloc_naive, 131071, 2); Oct 13 13:13:42.748 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.748 INFO kablam! | Oct 13 13:13:42.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.749 INFO kablam! | Oct 13 13:13:42.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.749 INFO kablam! | Oct 13 13:13:42.749 INFO kablam! Oct 13 13:13:42.749 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.749 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.749 INFO kablam! | Oct 13 13:13:42.749 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.749 INFO kablam! | ^^^^^ Oct 13 13:13:42.749 INFO kablam! ... Oct 13 13:13:42.749 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 13 13:13:42.749 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.749 INFO kablam! | Oct 13 13:13:42.749 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.749 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.749 INFO kablam! | Oct 13 13:13:42.749 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.750 INFO kablam! | Oct 13 13:13:42.750 INFO kablam! Oct 13 13:13:42.750 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.750 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.750 INFO kablam! | Oct 13 13:13:42.750 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.750 INFO kablam! | ^^^^^ Oct 13 13:13:42.750 INFO kablam! ... Oct 13 13:13:42.750 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 13 13:13:42.750 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.750 INFO kablam! | Oct 13 13:13:42.750 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.750 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.750 INFO kablam! | Oct 13 13:13:42.750 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.750 INFO kablam! | Oct 13 13:13:42.750 INFO kablam! Oct 13 13:13:42.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.751 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.751 INFO kablam! | Oct 13 13:13:42.751 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.751 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.751 INFO kablam! ... Oct 13 13:13:42.751 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 13 13:13:42.751 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.751 INFO kablam! | Oct 13 13:13:42.751 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.751 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.751 INFO kablam! | Oct 13 13:13:42.751 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.751 INFO kablam! | Oct 13 13:13:42.751 INFO kablam! Oct 13 13:13:42.751 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.751 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.752 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.752 INFO kablam! ... Oct 13 13:13:42.752 INFO kablam! 1560 | rt_realloc_naive!(rt_primes_4194301bytes_2align_realloc_naive, 4194301, 2); Oct 13 13:13:42.752 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.752 INFO kablam! | Oct 13 13:13:42.752 INFO kablam! Oct 13 13:13:42.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.753 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.753 INFO kablam! | Oct 13 13:13:42.753 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.753 INFO kablam! | ^^^^^ Oct 13 13:13:42.753 INFO kablam! ... Oct 13 13:13:42.753 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 13 13:13:42.753 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.753 INFO kablam! | Oct 13 13:13:42.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.753 INFO kablam! | Oct 13 13:13:42.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.753 INFO kablam! | Oct 13 13:13:42.753 INFO kablam! Oct 13 13:13:42.755 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.755 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.756 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.756 INFO kablam! | ^^^^^ Oct 13 13:13:42.756 INFO kablam! ... Oct 13 13:13:42.756 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 13 13:13:42.756 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.756 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! Oct 13 13:13:42.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.757 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.757 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.757 INFO kablam! ... Oct 13 13:13:42.757 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 13 13:13:42.757 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! Oct 13 13:13:42.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.757 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.757 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.757 INFO kablam! ... Oct 13 13:13:42.757 INFO kablam! 1576 | rt_realloc_naive!(rt_pow2_1bytes_4align_realloc_naive, 1, 4); Oct 13 13:13:42.757 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! Oct 13 13:13:42.757 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.757 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.757 INFO kablam! | ^^^^^ Oct 13 13:13:42.757 INFO kablam! ... Oct 13 13:13:42.757 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 13 13:13:42.757 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.757 INFO kablam! | Oct 13 13:13:42.757 INFO kablam! Oct 13 13:13:42.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.759 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.759 INFO kablam! | Oct 13 13:13:42.759 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.759 INFO kablam! | ^^^^^ Oct 13 13:13:42.759 INFO kablam! ... Oct 13 13:13:42.759 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 13 13:13:42.759 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.759 INFO kablam! | Oct 13 13:13:42.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.759 INFO kablam! | Oct 13 13:13:42.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.759 INFO kablam! | Oct 13 13:13:42.759 INFO kablam! Oct 13 13:13:42.759 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.759 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.759 INFO kablam! | Oct 13 13:13:42.759 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.759 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.759 INFO kablam! ... Oct 13 13:13:42.759 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 13 13:13:42.759 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.759 INFO kablam! | Oct 13 13:13:42.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.760 INFO kablam! | Oct 13 13:13:42.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.760 INFO kablam! | Oct 13 13:13:42.760 INFO kablam! Oct 13 13:13:42.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.761 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.761 INFO kablam! | Oct 13 13:13:42.761 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.761 INFO kablam! ... Oct 13 13:13:42.761 INFO kablam! 1589 | rt_realloc_naive!(rt_pow2_2bytes_4align_realloc_naive, 2, 4); Oct 13 13:13:42.761 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.761 INFO kablam! | Oct 13 13:13:42.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.761 INFO kablam! | Oct 13 13:13:42.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.761 INFO kablam! | Oct 13 13:13:42.761 INFO kablam! Oct 13 13:13:42.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.768 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.768 INFO kablam! | Oct 13 13:13:42.768 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.768 INFO kablam! | ^^^^^ Oct 13 13:13:42.769 INFO kablam! ... Oct 13 13:13:42.769 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 13 13:13:42.769 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! Oct 13 13:13:42.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.769 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.769 INFO kablam! | ^^^^^ Oct 13 13:13:42.769 INFO kablam! ... Oct 13 13:13:42.769 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 13 13:13:42.769 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! Oct 13 13:13:42.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.769 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.769 INFO kablam! ... Oct 13 13:13:42.769 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 13 13:13:42.769 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! Oct 13 13:13:42.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.769 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.769 INFO kablam! ... Oct 13 13:13:42.769 INFO kablam! 1602 | rt_realloc_naive!(rt_pow2_4bytes_4align_realloc_naive, 4, 4); Oct 13 13:13:42.769 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.769 INFO kablam! | Oct 13 13:13:42.769 INFO kablam! Oct 13 13:13:42.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.777 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.777 INFO kablam! | Oct 13 13:13:42.777 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.777 INFO kablam! | ^^^^^ Oct 13 13:13:42.777 INFO kablam! ... Oct 13 13:13:42.777 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:42.777 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.777 INFO kablam! | Oct 13 13:13:42.777 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.777 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.777 INFO kablam! | Oct 13 13:13:42.777 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.777 INFO kablam! | Oct 13 13:13:42.777 INFO kablam! Oct 13 13:13:42.777 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.777 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.778 INFO kablam! | ^^^^^ Oct 13 13:13:42.778 INFO kablam! ... Oct 13 13:13:42.778 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:42.778 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! Oct 13 13:13:42.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.778 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.778 INFO kablam! ... Oct 13 13:13:42.778 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:42.778 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.778 INFO kablam! | Oct 13 13:13:42.778 INFO kablam! Oct 13 13:13:42.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.778 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.779 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.779 INFO kablam! ... Oct 13 13:13:42.779 INFO kablam! 1615 | rt_realloc_naive!(rt_pow2_8bytes_4align_realloc_naive, 8, 4); Oct 13 13:13:42.779 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! Oct 13 13:13:42.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.779 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.779 INFO kablam! | ^^^^^ Oct 13 13:13:42.779 INFO kablam! ... Oct 13 13:13:42.779 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:42.779 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! Oct 13 13:13:42.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.779 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.779 INFO kablam! | ^^^^^ Oct 13 13:13:42.779 INFO kablam! ... Oct 13 13:13:42.779 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:42.779 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! Oct 13 13:13:42.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.779 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.779 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.779 INFO kablam! ... Oct 13 13:13:42.779 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:42.779 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.779 INFO kablam! | Oct 13 13:13:42.779 INFO kablam! Oct 13 13:13:42.779 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.779 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.780 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.780 INFO kablam! ... Oct 13 13:13:42.780 INFO kablam! 1628 | rt_realloc_naive!(rt_pow2_16bytes_4align_realloc_naive, 16, 4); Oct 13 13:13:42.780 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.780 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.780 INFO kablam! | Oct 13 13:13:42.780 INFO kablam! Oct 13 13:13:42.782 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.782 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.782 INFO kablam! | Oct 13 13:13:42.782 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.782 INFO kablam! | ^^^^^ Oct 13 13:13:42.782 INFO kablam! ... Oct 13 13:13:42.782 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 13 13:13:42.782 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.782 INFO kablam! | Oct 13 13:13:42.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.782 INFO kablam! | Oct 13 13:13:42.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.786 INFO kablam! | Oct 13 13:13:42.786 INFO kablam! Oct 13 13:13:42.786 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.786 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.786 INFO kablam! | Oct 13 13:13:42.786 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.786 INFO kablam! | ^^^^^ Oct 13 13:13:42.786 INFO kablam! ... Oct 13 13:13:42.786 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 13 13:13:42.786 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.786 INFO kablam! | Oct 13 13:13:42.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.786 INFO kablam! | Oct 13 13:13:42.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.786 INFO kablam! | Oct 13 13:13:42.786 INFO kablam! Oct 13 13:13:42.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.797 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.797 INFO kablam! ... Oct 13 13:13:42.797 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 13 13:13:42.797 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! Oct 13 13:13:42.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.797 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.797 INFO kablam! ... Oct 13 13:13:42.797 INFO kablam! 1641 | rt_realloc_naive!(rt_pow2_32bytes_4align_realloc_naive, 32, 4); Oct 13 13:13:42.797 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! Oct 13 13:13:42.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.797 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.797 INFO kablam! | ^^^^^ Oct 13 13:13:42.797 INFO kablam! ... Oct 13 13:13:42.797 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:42.797 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.797 INFO kablam! | Oct 13 13:13:42.797 INFO kablam! Oct 13 13:13:42.798 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.798 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.798 INFO kablam! | ^^^^^ Oct 13 13:13:42.798 INFO kablam! ... Oct 13 13:13:42.798 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:42.798 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! Oct 13 13:13:42.798 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.798 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.798 INFO kablam! ... Oct 13 13:13:42.798 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:42.798 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.798 INFO kablam! | Oct 13 13:13:42.798 INFO kablam! Oct 13 13:13:42.802 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.802 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.802 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.802 INFO kablam! ... Oct 13 13:13:42.802 INFO kablam! 1654 | rt_realloc_naive!(rt_pow2_64bytes_4align_realloc_naive, 64, 4); Oct 13 13:13:42.802 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! Oct 13 13:13:42.802 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.802 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.802 INFO kablam! | ^^^^^ Oct 13 13:13:42.802 INFO kablam! ... Oct 13 13:13:42.802 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 13 13:13:42.802 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! Oct 13 13:13:42.802 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.802 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.802 INFO kablam! | ^^^^^ Oct 13 13:13:42.802 INFO kablam! ... Oct 13 13:13:42.802 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 13 13:13:42.802 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.802 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.802 INFO kablam! Oct 13 13:13:42.802 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.802 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.802 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.803 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.803 INFO kablam! ... Oct 13 13:13:42.803 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 13 13:13:42.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! Oct 13 13:13:42.803 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.803 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.803 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.803 INFO kablam! ... Oct 13 13:13:42.803 INFO kablam! 1667 | rt_realloc_naive!(rt_pow2_128bytes_4align_realloc_naive, 128, 4); Oct 13 13:13:42.803 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.803 INFO kablam! | Oct 13 13:13:42.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.818 INFO kablam! | Oct 13 13:13:42.818 INFO kablam! Oct 13 13:13:42.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.822 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.822 INFO kablam! | ^^^^^ Oct 13 13:13:42.822 INFO kablam! ... Oct 13 13:13:42.822 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 13 13:13:42.822 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! Oct 13 13:13:42.822 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.822 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.822 INFO kablam! | ^^^^^ Oct 13 13:13:42.822 INFO kablam! ... Oct 13 13:13:42.822 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 13 13:13:42.822 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! Oct 13 13:13:42.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.822 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.822 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.822 INFO kablam! ... Oct 13 13:13:42.822 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 13 13:13:42.822 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! Oct 13 13:13:42.822 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.822 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.822 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.822 INFO kablam! ... Oct 13 13:13:42.822 INFO kablam! 1680 | rt_realloc_naive!(rt_pow2_256bytes_4align_realloc_naive, 256, 4); Oct 13 13:13:42.822 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.822 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.822 INFO kablam! | Oct 13 13:13:42.822 INFO kablam! Oct 13 13:13:42.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.829 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.829 INFO kablam! | Oct 13 13:13:42.829 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.829 INFO kablam! | ^^^^^ Oct 13 13:13:42.829 INFO kablam! ... Oct 13 13:13:42.829 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:42.829 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.829 INFO kablam! | Oct 13 13:13:42.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.829 INFO kablam! | Oct 13 13:13:42.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.829 INFO kablam! | Oct 13 13:13:42.829 INFO kablam! Oct 13 13:13:42.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.829 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.829 INFO kablam! | Oct 13 13:13:42.829 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.830 INFO kablam! | ^^^^^ Oct 13 13:13:42.830 INFO kablam! ... Oct 13 13:13:42.830 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:42.830 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! Oct 13 13:13:42.830 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.830 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.830 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.830 INFO kablam! ... Oct 13 13:13:42.830 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:42.830 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! Oct 13 13:13:42.830 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.830 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.830 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.830 INFO kablam! ... Oct 13 13:13:42.830 INFO kablam! 1693 | rt_realloc_naive!(rt_pow2_512bytes_4align_realloc_naive, 512, 4); Oct 13 13:13:42.830 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! Oct 13 13:13:42.830 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.830 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.830 INFO kablam! | ^^^^^ Oct 13 13:13:42.830 INFO kablam! ... Oct 13 13:13:42.830 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:42.830 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! Oct 13 13:13:42.830 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.830 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.830 INFO kablam! | ^^^^^ Oct 13 13:13:42.830 INFO kablam! ... Oct 13 13:13:42.830 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:42.830 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! Oct 13 13:13:42.830 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.830 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.830 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.830 INFO kablam! ... Oct 13 13:13:42.830 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:42.830 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.830 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! Oct 13 13:13:42.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.831 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.831 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.831 INFO kablam! ... Oct 13 13:13:42.831 INFO kablam! 1706 | rt_realloc_naive!(rt_pow2_1024bytes_4align_realloc_naive, 1024, 4); Oct 13 13:13:42.831 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! Oct 13 13:13:42.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.831 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.831 INFO kablam! | ^^^^^ Oct 13 13:13:42.831 INFO kablam! ... Oct 13 13:13:42.831 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 13 13:13:42.831 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.831 INFO kablam! | Oct 13 13:13:42.831 INFO kablam! Oct 13 13:13:42.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.841 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.841 INFO kablam! | ^^^^^ Oct 13 13:13:42.841 INFO kablam! ... Oct 13 13:13:42.841 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 13 13:13:42.841 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! Oct 13 13:13:42.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.841 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.841 INFO kablam! ... Oct 13 13:13:42.841 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 13 13:13:42.841 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! Oct 13 13:13:42.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.841 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.841 INFO kablam! ... Oct 13 13:13:42.841 INFO kablam! 1719 | rt_realloc_naive!(rt_pow2_2048bytes_4align_realloc_naive, 2048, 4); Oct 13 13:13:42.841 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! Oct 13 13:13:42.841 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.841 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.841 INFO kablam! | ^^^^^ Oct 13 13:13:42.841 INFO kablam! ... Oct 13 13:13:42.841 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 13 13:13:42.841 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.841 INFO kablam! | Oct 13 13:13:42.841 INFO kablam! Oct 13 13:13:42.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.842 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.842 INFO kablam! | Oct 13 13:13:42.842 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.842 INFO kablam! | ^^^^^ Oct 13 13:13:42.842 INFO kablam! ... Oct 13 13:13:42.842 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 13 13:13:42.842 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.842 INFO kablam! | Oct 13 13:13:42.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.842 INFO kablam! | Oct 13 13:13:42.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.842 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! Oct 13 13:13:42.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.843 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.843 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.843 INFO kablam! ... Oct 13 13:13:42.843 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 13 13:13:42.843 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! Oct 13 13:13:42.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.843 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.843 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.843 INFO kablam! ... Oct 13 13:13:42.843 INFO kablam! 1732 | rt_realloc_naive!(rt_pow2_4096bytes_4align_realloc_naive, 4096, 4); Oct 13 13:13:42.843 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.843 INFO kablam! | Oct 13 13:13:42.843 INFO kablam! Oct 13 13:13:42.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.848 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.848 INFO kablam! | Oct 13 13:13:42.848 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.848 INFO kablam! | ^^^^^ Oct 13 13:13:42.848 INFO kablam! ... Oct 13 13:13:42.848 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:42.848 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.848 INFO kablam! | Oct 13 13:13:42.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.848 INFO kablam! | Oct 13 13:13:42.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.848 INFO kablam! | Oct 13 13:13:42.848 INFO kablam! Oct 13 13:13:42.859 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.859 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.859 INFO kablam! | ^^^^^ Oct 13 13:13:42.859 INFO kablam! ... Oct 13 13:13:42.859 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:42.859 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! Oct 13 13:13:42.859 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.859 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.859 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.859 INFO kablam! ... Oct 13 13:13:42.859 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:42.859 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.859 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.859 INFO kablam! | Oct 13 13:13:42.859 INFO kablam! Oct 13 13:13:42.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.860 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.860 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.860 INFO kablam! ... Oct 13 13:13:42.860 INFO kablam! 1745 | rt_realloc_naive!(rt_pow2_8192bytes_4align_realloc_naive, 8192, 4); Oct 13 13:13:42.860 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! Oct 13 13:13:42.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.860 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.860 INFO kablam! | ^^^^^ Oct 13 13:13:42.860 INFO kablam! ... Oct 13 13:13:42.860 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:42.860 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! Oct 13 13:13:42.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.860 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.860 INFO kablam! | ^^^^^ Oct 13 13:13:42.860 INFO kablam! ... Oct 13 13:13:42.860 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:42.860 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! Oct 13 13:13:42.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.860 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.860 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.860 INFO kablam! ... Oct 13 13:13:42.860 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:42.860 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! Oct 13 13:13:42.860 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.860 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.860 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.860 INFO kablam! ... Oct 13 13:13:42.860 INFO kablam! 1758 | rt_realloc_naive!(rt_pow2_16384bytes_4align_realloc_naive, 16384, 4); Oct 13 13:13:42.860 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! Oct 13 13:13:42.860 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.860 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.860 INFO kablam! | ^^^^^ Oct 13 13:13:42.860 INFO kablam! ... Oct 13 13:13:42.860 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:42.860 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.860 INFO kablam! | Oct 13 13:13:42.860 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.860 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.861 INFO kablam! | Oct 13 13:13:42.861 INFO kablam! Oct 13 13:13:42.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.864 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.864 INFO kablam! | Oct 13 13:13:42.864 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.864 INFO kablam! | ^^^^^ Oct 13 13:13:42.864 INFO kablam! ... Oct 13 13:13:42.864 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:42.864 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.864 INFO kablam! | Oct 13 13:13:42.864 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.864 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.864 INFO kablam! | Oct 13 13:13:42.864 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.864 INFO kablam! | Oct 13 13:13:42.864 INFO kablam! Oct 13 13:13:42.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.867 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.867 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.867 INFO kablam! ... Oct 13 13:13:42.867 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:42.867 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! Oct 13 13:13:42.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.867 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.867 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.867 INFO kablam! ... Oct 13 13:13:42.867 INFO kablam! 1771 | rt_realloc_naive!(rt_pow2_32768bytes_4align_realloc_naive, 32768, 4); Oct 13 13:13:42.867 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.867 INFO kablam! | Oct 13 13:13:42.867 INFO kablam! Oct 13 13:13:42.870 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.870 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.870 INFO kablam! | Oct 13 13:13:42.870 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.870 INFO kablam! | ^^^^^ Oct 13 13:13:42.870 INFO kablam! ... Oct 13 13:13:42.870 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:42.870 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.870 INFO kablam! | Oct 13 13:13:42.870 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.870 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! Oct 13 13:13:42.871 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.871 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.871 INFO kablam! | ^^^^^ Oct 13 13:13:42.871 INFO kablam! ... Oct 13 13:13:42.871 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:42.871 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.871 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.871 INFO kablam! | Oct 13 13:13:42.871 INFO kablam! Oct 13 13:13:42.872 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.872 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.872 INFO kablam! | Oct 13 13:13:42.872 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.872 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.872 INFO kablam! ... Oct 13 13:13:42.872 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:42.872 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.872 INFO kablam! | Oct 13 13:13:42.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.873 INFO kablam! | Oct 13 13:13:42.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.873 INFO kablam! | Oct 13 13:13:42.873 INFO kablam! Oct 13 13:13:42.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.875 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.875 INFO kablam! | Oct 13 13:13:42.875 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.875 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.875 INFO kablam! ... Oct 13 13:13:42.875 INFO kablam! 1784 | rt_realloc_naive!(rt_pow2_65536bytes_4align_realloc_naive, 65536, 4); Oct 13 13:13:42.875 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.875 INFO kablam! | Oct 13 13:13:42.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.875 INFO kablam! | Oct 13 13:13:42.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.875 INFO kablam! | Oct 13 13:13:42.875 INFO kablam! Oct 13 13:13:42.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.876 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.876 INFO kablam! | Oct 13 13:13:42.876 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.876 INFO kablam! | ^^^^^ Oct 13 13:13:42.876 INFO kablam! ... Oct 13 13:13:42.876 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:42.876 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.876 INFO kablam! | Oct 13 13:13:42.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.876 INFO kablam! | Oct 13 13:13:42.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.876 INFO kablam! | Oct 13 13:13:42.876 INFO kablam! Oct 13 13:13:42.879 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.879 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.879 INFO kablam! | Oct 13 13:13:42.879 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.879 INFO kablam! | ^^^^^ Oct 13 13:13:42.879 INFO kablam! ... Oct 13 13:13:42.879 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:42.879 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.879 INFO kablam! | Oct 13 13:13:42.879 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.880 INFO kablam! | Oct 13 13:13:42.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.880 INFO kablam! | Oct 13 13:13:42.880 INFO kablam! Oct 13 13:13:42.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.882 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.882 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.882 INFO kablam! ... Oct 13 13:13:42.882 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:42.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! Oct 13 13:13:42.882 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.882 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.882 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.882 INFO kablam! ... Oct 13 13:13:42.882 INFO kablam! 1797 | rt_realloc_naive!(rt_pow2_131072bytes_4align_realloc_naive, 131072, 4); Oct 13 13:13:42.882 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.882 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.882 INFO kablam! | Oct 13 13:13:42.882 INFO kablam! Oct 13 13:13:42.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.893 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.893 INFO kablam! | ^^^^^ Oct 13 13:13:42.893 INFO kablam! ... Oct 13 13:13:42.893 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:42.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! Oct 13 13:13:42.893 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.893 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.893 INFO kablam! | ^^^^^ Oct 13 13:13:42.893 INFO kablam! ... Oct 13 13:13:42.893 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:42.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! Oct 13 13:13:42.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.893 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.893 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.893 INFO kablam! ... Oct 13 13:13:42.893 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:42.893 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.893 INFO kablam! | Oct 13 13:13:42.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! Oct 13 13:13:42.894 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.894 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.894 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.894 INFO kablam! ... Oct 13 13:13:42.894 INFO kablam! 1810 | rt_realloc_naive!(rt_pow2_4194304bytes_4align_realloc_naive, 4194304, 4); Oct 13 13:13:42.894 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.894 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.894 INFO kablam! | Oct 13 13:13:42.894 INFO kablam! Oct 13 13:13:42.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.900 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.900 INFO kablam! | ^^^^^ Oct 13 13:13:42.900 INFO kablam! ... Oct 13 13:13:42.900 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 13 13:13:42.900 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! Oct 13 13:13:42.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.900 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.900 INFO kablam! | ^^^^^ Oct 13 13:13:42.900 INFO kablam! ... Oct 13 13:13:42.900 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 13 13:13:42.900 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! Oct 13 13:13:42.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.900 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.900 INFO kablam! ... Oct 13 13:13:42.900 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 13 13:13:42.900 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! Oct 13 13:13:42.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.900 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.900 INFO kablam! | Oct 13 13:13:42.900 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.900 INFO kablam! ... Oct 13 13:13:42.901 INFO kablam! 1824 | rt_realloc_naive!(rt_even_10bytes_4align_realloc_naive, 10, 4); Oct 13 13:13:42.901 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! Oct 13 13:13:42.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.901 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.901 INFO kablam! | ^^^^^ Oct 13 13:13:42.901 INFO kablam! ... Oct 13 13:13:42.901 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 13 13:13:42.901 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! Oct 13 13:13:42.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.901 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.901 INFO kablam! | ^^^^^ Oct 13 13:13:42.901 INFO kablam! ... Oct 13 13:13:42.901 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 13 13:13:42.901 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.901 INFO kablam! | Oct 13 13:13:42.901 INFO kablam! Oct 13 13:13:42.904 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.904 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.904 INFO kablam! | Oct 13 13:13:42.904 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.904 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.904 INFO kablam! ... Oct 13 13:13:42.905 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 13 13:13:42.905 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! Oct 13 13:13:42.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.905 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.905 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.905 INFO kablam! ... Oct 13 13:13:42.905 INFO kablam! 1837 | rt_realloc_naive!(rt_even_100bytes_4align_realloc_naive, 100, 4); Oct 13 13:13:42.905 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.905 INFO kablam! | Oct 13 13:13:42.905 INFO kablam! Oct 13 13:13:42.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.908 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.908 INFO kablam! | Oct 13 13:13:42.908 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.908 INFO kablam! | ^^^^^ Oct 13 13:13:42.908 INFO kablam! ... Oct 13 13:13:42.908 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:42.908 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.908 INFO kablam! | Oct 13 13:13:42.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.908 INFO kablam! | Oct 13 13:13:42.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.908 INFO kablam! | Oct 13 13:13:42.908 INFO kablam! Oct 13 13:13:42.918 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.918 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.918 INFO kablam! | Oct 13 13:13:42.918 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.918 INFO kablam! | ^^^^^ Oct 13 13:13:42.918 INFO kablam! ... Oct 13 13:13:42.918 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:42.918 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.918 INFO kablam! | Oct 13 13:13:42.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.918 INFO kablam! | Oct 13 13:13:42.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.918 INFO kablam! | Oct 13 13:13:42.918 INFO kablam! Oct 13 13:13:42.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.918 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.918 INFO kablam! | Oct 13 13:13:42.918 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.918 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.918 INFO kablam! ... Oct 13 13:13:42.918 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:42.918 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.918 INFO kablam! | Oct 13 13:13:42.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! Oct 13 13:13:42.919 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.919 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.919 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.919 INFO kablam! ... Oct 13 13:13:42.919 INFO kablam! 1850 | rt_realloc_naive!(rt_even_1000bytes_4align_realloc_naive, 1000, 4); Oct 13 13:13:42.919 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! Oct 13 13:13:42.919 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.919 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.919 INFO kablam! | ^^^^^ Oct 13 13:13:42.919 INFO kablam! ... Oct 13 13:13:42.919 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:42.919 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.919 INFO kablam! | Oct 13 13:13:42.919 INFO kablam! Oct 13 13:13:42.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.929 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.929 INFO kablam! | ^^^^^ Oct 13 13:13:42.929 INFO kablam! ... Oct 13 13:13:42.929 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:42.929 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! Oct 13 13:13:42.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.929 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.929 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.929 INFO kablam! ... Oct 13 13:13:42.929 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:42.929 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! Oct 13 13:13:42.929 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.929 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.929 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.929 INFO kablam! ... Oct 13 13:13:42.929 INFO kablam! 1863 | rt_realloc_naive!(rt_even_10000bytes_4align_realloc_naive, 10000, 4); Oct 13 13:13:42.929 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! Oct 13 13:13:42.929 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.929 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.929 INFO kablam! | ^^^^^ Oct 13 13:13:42.929 INFO kablam! ... Oct 13 13:13:42.929 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:42.929 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.929 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.929 INFO kablam! | Oct 13 13:13:42.929 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! Oct 13 13:13:42.930 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.930 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.930 INFO kablam! | ^^^^^ Oct 13 13:13:42.930 INFO kablam! ... Oct 13 13:13:42.930 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:42.930 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! Oct 13 13:13:42.930 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.930 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.930 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.930 INFO kablam! ... Oct 13 13:13:42.930 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:42.930 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.930 INFO kablam! | Oct 13 13:13:42.930 INFO kablam! Oct 13 13:13:42.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.935 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.936 INFO kablam! ... Oct 13 13:13:42.936 INFO kablam! 1876 | rt_realloc_naive!(rt_even_100000bytes_4align_realloc_naive, 100000, 4); Oct 13 13:13:42.936 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.936 INFO kablam! | Oct 13 13:13:42.936 INFO kablam! Oct 13 13:13:42.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.939 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.939 INFO kablam! | ^^^^^ Oct 13 13:13:42.939 INFO kablam! ... Oct 13 13:13:42.939 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 13 13:13:42.939 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! Oct 13 13:13:42.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.939 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.939 INFO kablam! | ^^^^^ Oct 13 13:13:42.939 INFO kablam! ... Oct 13 13:13:42.939 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 13 13:13:42.939 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.939 INFO kablam! | Oct 13 13:13:42.939 INFO kablam! Oct 13 13:13:42.942 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.942 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.942 INFO kablam! | Oct 13 13:13:42.942 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.942 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.942 INFO kablam! ... Oct 13 13:13:42.942 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 13 13:13:42.942 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.942 INFO kablam! | Oct 13 13:13:42.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.942 INFO kablam! | Oct 13 13:13:42.942 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.942 INFO kablam! | Oct 13 13:13:42.942 INFO kablam! Oct 13 13:13:42.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.949 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.949 INFO kablam! | Oct 13 13:13:42.949 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.949 INFO kablam! ... Oct 13 13:13:42.949 INFO kablam! 1889 | rt_realloc_naive!(rt_even_1000000bytes_4align_realloc_naive, 1000000, 4); Oct 13 13:13:42.949 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.949 INFO kablam! | Oct 13 13:13:42.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.949 INFO kablam! | Oct 13 13:13:42.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.949 INFO kablam! | Oct 13 13:13:42.949 INFO kablam! Oct 13 13:13:42.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.949 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.949 INFO kablam! | Oct 13 13:13:42.949 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.949 INFO kablam! | ^^^^^ Oct 13 13:13:42.949 INFO kablam! ... Oct 13 13:13:42.949 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 13 13:13:42.949 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.949 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.950 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.950 INFO kablam! | Oct 13 13:13:42.950 INFO kablam! Oct 13 13:13:42.951 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.951 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.951 INFO kablam! | ^^^^^ Oct 13 13:13:42.951 INFO kablam! ... Oct 13 13:13:42.951 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 13 13:13:42.951 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! Oct 13 13:13:42.951 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.951 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.951 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.951 INFO kablam! ... Oct 13 13:13:42.951 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 13 13:13:42.951 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.951 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.951 INFO kablam! | Oct 13 13:13:42.951 INFO kablam! Oct 13 13:13:42.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.953 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.953 INFO kablam! | Oct 13 13:13:42.953 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.953 INFO kablam! ... Oct 13 13:13:42.953 INFO kablam! 1903 | rt_realloc_naive!(rt_odd_10bytes_4align_realloc_naive, 10- 1, 4); Oct 13 13:13:42.953 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.953 INFO kablam! | Oct 13 13:13:42.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.953 INFO kablam! | Oct 13 13:13:42.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.953 INFO kablam! | Oct 13 13:13:42.953 INFO kablam! Oct 13 13:13:42.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.956 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.956 INFO kablam! | Oct 13 13:13:42.956 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.956 INFO kablam! | ^^^^^ Oct 13 13:13:42.956 INFO kablam! ... Oct 13 13:13:42.956 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 13 13:13:42.956 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.956 INFO kablam! | Oct 13 13:13:42.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.956 INFO kablam! | Oct 13 13:13:42.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.956 INFO kablam! | Oct 13 13:13:42.956 INFO kablam! Oct 13 13:13:42.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.956 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.956 INFO kablam! | Oct 13 13:13:42.956 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.956 INFO kablam! | ^^^^^ Oct 13 13:13:42.957 INFO kablam! ... Oct 13 13:13:42.957 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 13 13:13:42.957 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.957 INFO kablam! | Oct 13 13:13:42.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.957 INFO kablam! | Oct 13 13:13:42.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.957 INFO kablam! | Oct 13 13:13:42.957 INFO kablam! Oct 13 13:13:42.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.963 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.963 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.963 INFO kablam! ... Oct 13 13:13:42.963 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 13 13:13:42.963 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! Oct 13 13:13:42.963 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.963 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.963 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.963 INFO kablam! ... Oct 13 13:13:42.963 INFO kablam! 1916 | rt_realloc_naive!(rt_odd_100bytes_4align_realloc_naive, 100- 1, 4); Oct 13 13:13:42.963 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.963 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! Oct 13 13:13:42.963 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.963 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.963 INFO kablam! | Oct 13 13:13:42.963 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.963 INFO kablam! | ^^^^^ Oct 13 13:13:42.963 INFO kablam! ... Oct 13 13:13:42.963 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:42.964 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! Oct 13 13:13:42.964 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.964 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.964 INFO kablam! | ^^^^^ Oct 13 13:13:42.964 INFO kablam! ... Oct 13 13:13:42.964 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:42.964 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! Oct 13 13:13:42.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.964 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.964 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.964 INFO kablam! ... Oct 13 13:13:42.964 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:42.964 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! Oct 13 13:13:42.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.964 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.964 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.964 INFO kablam! ... Oct 13 13:13:42.964 INFO kablam! 1929 | rt_realloc_naive!(rt_odd_1000bytes_4align_realloc_naive, 1000- 1, 4); Oct 13 13:13:42.964 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.964 INFO kablam! | Oct 13 13:13:42.964 INFO kablam! Oct 13 13:13:42.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.969 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.969 INFO kablam! | Oct 13 13:13:42.969 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.969 INFO kablam! | ^^^^^ Oct 13 13:13:42.969 INFO kablam! ... Oct 13 13:13:42.969 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:42.969 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.969 INFO kablam! | Oct 13 13:13:42.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.969 INFO kablam! | Oct 13 13:13:42.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.969 INFO kablam! | Oct 13 13:13:42.969 INFO kablam! Oct 13 13:13:42.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.969 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.969 INFO kablam! | Oct 13 13:13:42.969 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.969 INFO kablam! | ^^^^^ Oct 13 13:13:42.969 INFO kablam! ... Oct 13 13:13:42.969 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:42.969 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! Oct 13 13:13:42.970 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.970 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.970 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.970 INFO kablam! ... Oct 13 13:13:42.970 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:42.970 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! Oct 13 13:13:42.970 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.970 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.970 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.970 INFO kablam! ... Oct 13 13:13:42.970 INFO kablam! 1942 | rt_realloc_naive!(rt_odd_10000bytes_4align_realloc_naive, 10000- 1, 4); Oct 13 13:13:42.970 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! Oct 13 13:13:42.970 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.970 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.970 INFO kablam! | ^^^^^ Oct 13 13:13:42.970 INFO kablam! ... Oct 13 13:13:42.970 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 13 13:13:42.970 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.970 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.970 INFO kablam! | Oct 13 13:13:42.970 INFO kablam! Oct 13 13:13:42.972 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.972 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.972 INFO kablam! | Oct 13 13:13:42.972 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.972 INFO kablam! | ^^^^^ Oct 13 13:13:42.972 INFO kablam! ... Oct 13 13:13:42.972 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 13 13:13:42.972 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.972 INFO kablam! | Oct 13 13:13:42.972 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.972 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.972 INFO kablam! | Oct 13 13:13:42.972 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.972 INFO kablam! | Oct 13 13:13:42.972 INFO kablam! Oct 13 13:13:42.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.972 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.972 INFO kablam! | Oct 13 13:13:42.972 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.972 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.972 INFO kablam! ... Oct 13 13:13:42.972 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 13 13:13:42.972 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! Oct 13 13:13:42.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.973 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.973 INFO kablam! ... Oct 13 13:13:42.973 INFO kablam! 1955 | rt_realloc_naive!(rt_odd_100000bytes_4align_realloc_naive, 100000- 1, 4); Oct 13 13:13:42.973 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! Oct 13 13:13:42.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.973 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.973 INFO kablam! | ^^^^^ Oct 13 13:13:42.973 INFO kablam! ... Oct 13 13:13:42.973 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:42.973 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.973 INFO kablam! | Oct 13 13:13:42.973 INFO kablam! Oct 13 13:13:42.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.981 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.981 INFO kablam! | ^^^^^ Oct 13 13:13:42.981 INFO kablam! ... Oct 13 13:13:42.981 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:42.981 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! Oct 13 13:13:42.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.981 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.981 INFO kablam! ... Oct 13 13:13:42.981 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:42.981 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! Oct 13 13:13:42.981 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.981 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.981 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.981 INFO kablam! ... Oct 13 13:13:42.981 INFO kablam! 1968 | rt_realloc_naive!(rt_odd_1000000bytes_4align_realloc_naive, 1000000- 1, 4); Oct 13 13:13:42.981 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! Oct 13 13:13:42.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.981 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.981 INFO kablam! | ^^^^^ Oct 13 13:13:42.981 INFO kablam! ... Oct 13 13:13:42.981 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:42.981 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.981 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.981 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.981 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! Oct 13 13:13:42.982 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.982 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.982 INFO kablam! | ^^^^^ Oct 13 13:13:42.982 INFO kablam! ... Oct 13 13:13:42.982 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:42.982 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! Oct 13 13:13:42.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.982 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.982 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.982 INFO kablam! ... Oct 13 13:13:42.982 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:42.982 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.982 INFO kablam! | Oct 13 13:13:42.982 INFO kablam! Oct 13 13:13:42.983 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.983 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.983 INFO kablam! | Oct 13 13:13:42.983 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.983 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.983 INFO kablam! ... Oct 13 13:13:42.983 INFO kablam! 1982 | rt_realloc_naive!(rt_primes_3bytes_4align_realloc_naive, 3, 4); Oct 13 13:13:42.983 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.983 INFO kablam! | Oct 13 13:13:42.984 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.984 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.984 INFO kablam! | Oct 13 13:13:42.984 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.984 INFO kablam! | Oct 13 13:13:42.984 INFO kablam! Oct 13 13:13:42.990 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.990 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.990 INFO kablam! | Oct 13 13:13:42.990 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.990 INFO kablam! | ^^^^^ Oct 13 13:13:42.990 INFO kablam! ... Oct 13 13:13:42.990 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:42.990 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.990 INFO kablam! | Oct 13 13:13:42.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.990 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.990 INFO kablam! | Oct 13 13:13:42.990 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.990 INFO kablam! | Oct 13 13:13:42.990 INFO kablam! Oct 13 13:13:42.990 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.990 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.990 INFO kablam! | Oct 13 13:13:42.990 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.990 INFO kablam! | ^^^^^ Oct 13 13:13:42.990 INFO kablam! ... Oct 13 13:13:42.990 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:42.990 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.990 INFO kablam! | Oct 13 13:13:42.990 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.991 INFO kablam! | Oct 13 13:13:42.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.991 INFO kablam! | Oct 13 13:13:42.991 INFO kablam! Oct 13 13:13:42.991 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.991 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.991 INFO kablam! | Oct 13 13:13:42.991 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.991 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.991 INFO kablam! ... Oct 13 13:13:42.991 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:42.991 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.991 INFO kablam! | Oct 13 13:13:42.991 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.991 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.991 INFO kablam! | Oct 13 13:13:42.991 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.991 INFO kablam! | Oct 13 13:13:42.991 INFO kablam! Oct 13 13:13:42.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.992 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.993 INFO kablam! | Oct 13 13:13:42.993 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.993 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.993 INFO kablam! ... Oct 13 13:13:42.993 INFO kablam! 1995 | rt_realloc_naive!(rt_primes_7bytes_4align_realloc_naive, 7, 4); Oct 13 13:13:42.993 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.993 INFO kablam! | Oct 13 13:13:42.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.993 INFO kablam! | Oct 13 13:13:42.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.993 INFO kablam! | Oct 13 13:13:42.993 INFO kablam! Oct 13 13:13:42.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.997 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:42.997 INFO kablam! | ^^^^^ Oct 13 13:13:42.997 INFO kablam! ... Oct 13 13:13:42.997 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 13 13:13:42.997 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! Oct 13 13:13:42.997 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.997 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:42.997 INFO kablam! | ^^^^^ Oct 13 13:13:42.997 INFO kablam! ... Oct 13 13:13:42.997 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 13 13:13:42.997 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! Oct 13 13:13:42.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.997 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:42.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.997 INFO kablam! ... Oct 13 13:13:42.997 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 13 13:13:42.997 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! Oct 13 13:13:42.997 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:42.997 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:42.997 INFO kablam! | ^^^^^^^ Oct 13 13:13:42.997 INFO kablam! ... Oct 13 13:13:42.997 INFO kablam! 2008 | rt_realloc_naive!(rt_primes_13bytes_4align_realloc_naive, 13, 4); Oct 13 13:13:42.997 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:42.997 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:42.997 INFO kablam! | Oct 13 13:13:42.997 INFO kablam! Oct 13 13:13:43.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.004 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.004 INFO kablam! | ^^^^^ Oct 13 13:13:43.004 INFO kablam! ... Oct 13 13:13:43.004 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 13 13:13:43.004 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! Oct 13 13:13:43.004 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.004 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.004 INFO kablam! | ^^^^^ Oct 13 13:13:43.004 INFO kablam! ... Oct 13 13:13:43.004 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 13 13:13:43.004 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.004 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.004 INFO kablam! | Oct 13 13:13:43.004 INFO kablam! Oct 13 13:13:43.004 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.005 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.005 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.005 INFO kablam! ... Oct 13 13:13:43.005 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 13 13:13:43.005 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! Oct 13 13:13:43.005 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.005 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.005 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.005 INFO kablam! ... Oct 13 13:13:43.005 INFO kablam! 2021 | rt_realloc_naive!(rt_primes_17bytes_4align_realloc_naive, 17, 4); Oct 13 13:13:43.005 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! Oct 13 13:13:43.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.005 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.005 INFO kablam! | ^^^^^ Oct 13 13:13:43.005 INFO kablam! ... Oct 13 13:13:43.005 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 13 13:13:43.005 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! Oct 13 13:13:43.005 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.005 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.005 INFO kablam! | ^^^^^ Oct 13 13:13:43.005 INFO kablam! ... Oct 13 13:13:43.005 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 13 13:13:43.005 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.005 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.005 INFO kablam! | Oct 13 13:13:43.005 INFO kablam! Oct 13 13:13:43.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.012 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.012 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.012 INFO kablam! ... Oct 13 13:13:43.012 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 13 13:13:43.012 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! Oct 13 13:13:43.012 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.012 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.012 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.012 INFO kablam! ... Oct 13 13:13:43.012 INFO kablam! 2034 | rt_realloc_naive!(rt_primes_31bytes_4align_realloc_naive, 31, 4); Oct 13 13:13:43.012 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.012 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! Oct 13 13:13:43.012 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.012 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.012 INFO kablam! | Oct 13 13:13:43.012 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.012 INFO kablam! | ^^^^^ Oct 13 13:13:43.012 INFO kablam! ... Oct 13 13:13:43.012 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:43.012 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.013 INFO kablam! | Oct 13 13:13:43.013 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.013 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.013 INFO kablam! | Oct 13 13:13:43.013 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.013 INFO kablam! | Oct 13 13:13:43.013 INFO kablam! Oct 13 13:13:43.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.024 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.024 INFO kablam! | ^^^^^ Oct 13 13:13:43.024 INFO kablam! ... Oct 13 13:13:43.024 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:43.024 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! Oct 13 13:13:43.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.024 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.024 INFO kablam! ... Oct 13 13:13:43.024 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:43.024 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! Oct 13 13:13:43.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.024 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.024 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.024 INFO kablam! ... Oct 13 13:13:43.024 INFO kablam! 2047 | rt_realloc_naive!(rt_primes_61bytes_4align_realloc_naive, 61, 4); Oct 13 13:13:43.024 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.024 INFO kablam! | Oct 13 13:13:43.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.025 INFO kablam! | Oct 13 13:13:43.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.025 INFO kablam! | Oct 13 13:13:43.025 INFO kablam! Oct 13 13:13:43.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.025 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.025 INFO kablam! | Oct 13 13:13:43.025 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.025 INFO kablam! | ^^^^^ Oct 13 13:13:43.025 INFO kablam! ... Oct 13 13:13:43.025 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:43.025 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.025 INFO kablam! | Oct 13 13:13:43.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.025 INFO kablam! | Oct 13 13:13:43.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! Oct 13 13:13:43.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.051 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.051 INFO kablam! | ^^^^^ Oct 13 13:13:43.051 INFO kablam! ... Oct 13 13:13:43.051 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:43.051 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! Oct 13 13:13:43.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.051 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.051 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.051 INFO kablam! ... Oct 13 13:13:43.051 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:43.051 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! Oct 13 13:13:43.051 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.051 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.051 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.051 INFO kablam! ... Oct 13 13:13:43.051 INFO kablam! 2060 | rt_realloc_naive!(rt_primes_96bytes_4align_realloc_naive, 96, 4); Oct 13 13:13:43.051 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! Oct 13 13:13:43.051 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.051 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.051 INFO kablam! | ^^^^^ Oct 13 13:13:43.051 INFO kablam! ... Oct 13 13:13:43.051 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 13 13:13:43.051 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.051 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.051 INFO kablam! | Oct 13 13:13:43.051 INFO kablam! Oct 13 13:13:43.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.052 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.052 INFO kablam! | ^^^^^ Oct 13 13:13:43.052 INFO kablam! ... Oct 13 13:13:43.052 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 13 13:13:43.052 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! Oct 13 13:13:43.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.052 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.052 INFO kablam! ... Oct 13 13:13:43.052 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 13 13:13:43.052 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! Oct 13 13:13:43.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.052 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.052 INFO kablam! ... Oct 13 13:13:43.052 INFO kablam! 2073 | rt_realloc_naive!(rt_primes_127bytes_4align_realloc_naive, 127, 4); Oct 13 13:13:43.052 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! Oct 13 13:13:43.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.052 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.052 INFO kablam! | ^^^^^ Oct 13 13:13:43.052 INFO kablam! ... Oct 13 13:13:43.052 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:43.052 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! Oct 13 13:13:43.052 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.052 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.052 INFO kablam! | ^^^^^ Oct 13 13:13:43.052 INFO kablam! ... Oct 13 13:13:43.052 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:43.052 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! Oct 13 13:13:43.052 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.052 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.052 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.052 INFO kablam! ... Oct 13 13:13:43.052 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:43.052 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.052 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.052 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.052 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! Oct 13 13:13:43.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.053 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.053 INFO kablam! ... Oct 13 13:13:43.053 INFO kablam! 2086 | rt_realloc_naive!(rt_primes_257bytes_4align_realloc_naive, 257, 4); Oct 13 13:13:43.053 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! Oct 13 13:13:43.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.053 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.053 INFO kablam! | ^^^^^ Oct 13 13:13:43.053 INFO kablam! ... Oct 13 13:13:43.053 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:43.053 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! Oct 13 13:13:43.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.053 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.053 INFO kablam! | ^^^^^ Oct 13 13:13:43.053 INFO kablam! ... Oct 13 13:13:43.053 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:43.053 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.053 INFO kablam! | Oct 13 13:13:43.053 INFO kablam! Oct 13 13:13:43.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.060 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.060 INFO kablam! | Oct 13 13:13:43.060 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.060 INFO kablam! ... Oct 13 13:13:43.060 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:43.060 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.060 INFO kablam! | Oct 13 13:13:43.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.060 INFO kablam! | Oct 13 13:13:43.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.060 INFO kablam! | Oct 13 13:13:43.060 INFO kablam! Oct 13 13:13:43.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.060 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.060 INFO kablam! | Oct 13 13:13:43.060 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.060 INFO kablam! ... Oct 13 13:13:43.060 INFO kablam! 2099 | rt_realloc_naive!(rt_primes_509bytes_4align_realloc_naive, 509, 4); Oct 13 13:13:43.060 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.060 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! Oct 13 13:13:43.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.061 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.061 INFO kablam! | ^^^^^ Oct 13 13:13:43.061 INFO kablam! ... Oct 13 13:13:43.061 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 13 13:13:43.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! Oct 13 13:13:43.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.061 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.061 INFO kablam! | ^^^^^ Oct 13 13:13:43.061 INFO kablam! ... Oct 13 13:13:43.061 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 13 13:13:43.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! Oct 13 13:13:43.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.061 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.061 INFO kablam! ... Oct 13 13:13:43.061 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 13 13:13:43.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! Oct 13 13:13:43.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.061 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.061 INFO kablam! ... Oct 13 13:13:43.061 INFO kablam! 2112 | rt_realloc_naive!(rt_primes_1021bytes_4align_realloc_naive, 1021, 4); Oct 13 13:13:43.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! Oct 13 13:13:43.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.061 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.061 INFO kablam! | ^^^^^ Oct 13 13:13:43.061 INFO kablam! ... Oct 13 13:13:43.061 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:43.061 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! Oct 13 13:13:43.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.061 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.061 INFO kablam! | Oct 13 13:13:43.061 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.061 INFO kablam! | ^^^^^ Oct 13 13:13:43.061 INFO kablam! ... Oct 13 13:13:43.061 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:43.062 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! Oct 13 13:13:43.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.062 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.062 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.062 INFO kablam! ... Oct 13 13:13:43.062 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:43.062 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! Oct 13 13:13:43.062 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.062 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.062 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.062 INFO kablam! ... Oct 13 13:13:43.062 INFO kablam! 2125 | rt_realloc_naive!(rt_primes_2039bytes_4align_realloc_naive, 2039, 4); Oct 13 13:13:43.062 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! Oct 13 13:13:43.062 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.062 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.062 INFO kablam! | ^^^^^ Oct 13 13:13:43.062 INFO kablam! ... Oct 13 13:13:43.062 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:43.062 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.062 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.062 INFO kablam! | Oct 13 13:13:43.062 INFO kablam! Oct 13 13:13:43.063 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.063 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.063 INFO kablam! | Oct 13 13:13:43.063 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.063 INFO kablam! | ^^^^^ Oct 13 13:13:43.063 INFO kablam! ... Oct 13 13:13:43.063 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:43.064 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.064 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.064 INFO kablam! | Oct 13 13:13:43.064 INFO kablam! Oct 13 13:13:43.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.067 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.067 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.067 INFO kablam! ... Oct 13 13:13:43.067 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:43.067 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! Oct 13 13:13:43.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.067 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.067 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.067 INFO kablam! ... Oct 13 13:13:43.067 INFO kablam! 2138 | rt_realloc_naive!(rt_primes_4093bytes_4align_realloc_naive, 4093, 4); Oct 13 13:13:43.067 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! Oct 13 13:13:43.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.067 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.067 INFO kablam! | ^^^^^ Oct 13 13:13:43.067 INFO kablam! ... Oct 13 13:13:43.067 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:43.067 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! Oct 13 13:13:43.067 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.067 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.067 INFO kablam! | ^^^^^ Oct 13 13:13:43.067 INFO kablam! ... Oct 13 13:13:43.067 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:43.067 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! Oct 13 13:13:43.067 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.067 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.067 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.067 INFO kablam! ... Oct 13 13:13:43.067 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:43.067 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.067 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.067 INFO kablam! | Oct 13 13:13:43.067 INFO kablam! Oct 13 13:13:43.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.073 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.073 INFO kablam! ... Oct 13 13:13:43.073 INFO kablam! 2151 | rt_realloc_naive!(rt_primes_8191bytes_4align_realloc_naive, 8191, 4); Oct 13 13:13:43.073 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! Oct 13 13:13:43.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.073 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.073 INFO kablam! | ^^^^^ Oct 13 13:13:43.073 INFO kablam! ... Oct 13 13:13:43.073 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:43.073 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! Oct 13 13:13:43.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.073 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.073 INFO kablam! | ^^^^^ Oct 13 13:13:43.073 INFO kablam! ... Oct 13 13:13:43.073 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:43.073 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! Oct 13 13:13:43.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.073 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.073 INFO kablam! ... Oct 13 13:13:43.073 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:43.073 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.073 INFO kablam! Oct 13 13:13:43.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.073 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.073 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.074 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.074 INFO kablam! ... Oct 13 13:13:43.074 INFO kablam! 2164 | rt_realloc_naive!(rt_primes_16381bytes_4align_realloc_naive, 16381, 4); Oct 13 13:13:43.074 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.074 INFO kablam! | Oct 13 13:13:43.074 INFO kablam! Oct 13 13:13:43.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.086 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.086 INFO kablam! | ^^^^^ Oct 13 13:13:43.086 INFO kablam! ... Oct 13 13:13:43.086 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:43.086 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! Oct 13 13:13:43.086 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.086 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.086 INFO kablam! | ^^^^^ Oct 13 13:13:43.086 INFO kablam! ... Oct 13 13:13:43.086 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:43.086 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.086 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.086 INFO kablam! | Oct 13 13:13:43.086 INFO kablam! Oct 13 13:13:43.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.087 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.087 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.087 INFO kablam! ... Oct 13 13:13:43.087 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:43.087 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! Oct 13 13:13:43.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.087 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.087 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.087 INFO kablam! ... Oct 13 13:13:43.087 INFO kablam! 2177 | rt_realloc_naive!(rt_primes_32749bytes_4align_realloc_naive, 32749, 4); Oct 13 13:13:43.087 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! Oct 13 13:13:43.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.087 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.087 INFO kablam! | ^^^^^ Oct 13 13:13:43.087 INFO kablam! ... Oct 13 13:13:43.087 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 13 13:13:43.087 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! Oct 13 13:13:43.087 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.087 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.087 INFO kablam! | ^^^^^ Oct 13 13:13:43.087 INFO kablam! ... Oct 13 13:13:43.087 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 13 13:13:43.087 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! Oct 13 13:13:43.087 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.087 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.087 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.087 INFO kablam! ... Oct 13 13:13:43.087 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 13 13:13:43.087 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.087 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.087 INFO kablam! | Oct 13 13:13:43.087 INFO kablam! Oct 13 13:13:43.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.094 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.094 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.094 INFO kablam! ... Oct 13 13:13:43.094 INFO kablam! 2190 | rt_realloc_naive!(rt_primes_65537bytes_4align_realloc_naive, 65537, 4); Oct 13 13:13:43.094 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! Oct 13 13:13:43.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.094 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.094 INFO kablam! | ^^^^^ Oct 13 13:13:43.094 INFO kablam! ... Oct 13 13:13:43.094 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 13 13:13:43.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! Oct 13 13:13:43.094 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.094 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.094 INFO kablam! | ^^^^^ Oct 13 13:13:43.094 INFO kablam! ... Oct 13 13:13:43.094 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 13 13:13:43.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! Oct 13 13:13:43.094 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.094 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.094 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.094 INFO kablam! ... Oct 13 13:13:43.094 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 13 13:13:43.094 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.094 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.094 INFO kablam! | Oct 13 13:13:43.094 INFO kablam! Oct 13 13:13:43.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.098 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.098 INFO kablam! ... Oct 13 13:13:43.098 INFO kablam! 2203 | rt_realloc_naive!(rt_primes_131071bytes_4align_realloc_naive, 131071, 4); Oct 13 13:13:43.098 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! Oct 13 13:13:43.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.098 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.098 INFO kablam! | ^^^^^ Oct 13 13:13:43.098 INFO kablam! ... Oct 13 13:13:43.098 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:43.098 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! Oct 13 13:13:43.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.098 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.098 INFO kablam! | ^^^^^ Oct 13 13:13:43.098 INFO kablam! ... Oct 13 13:13:43.098 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:43.098 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! Oct 13 13:13:43.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.098 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.098 INFO kablam! ... Oct 13 13:13:43.098 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:43.098 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.098 INFO kablam! | Oct 13 13:13:43.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.099 INFO kablam! | Oct 13 13:13:43.099 INFO kablam! Oct 13 13:13:43.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.104 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.104 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.104 INFO kablam! ... Oct 13 13:13:43.104 INFO kablam! 2216 | rt_realloc_naive!(rt_primes_4194301bytes_4align_realloc_naive, 4194301, 4); Oct 13 13:13:43.104 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! Oct 13 13:13:43.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.104 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.104 INFO kablam! | ^^^^^ Oct 13 13:13:43.104 INFO kablam! ... Oct 13 13:13:43.104 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:43.104 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! Oct 13 13:13:43.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.104 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.104 INFO kablam! | ^^^^^ Oct 13 13:13:43.104 INFO kablam! ... Oct 13 13:13:43.104 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:43.104 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! Oct 13 13:13:43.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.104 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.104 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.104 INFO kablam! ... Oct 13 13:13:43.104 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:43.104 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! Oct 13 13:13:43.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.104 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.104 INFO kablam! | Oct 13 13:13:43.104 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.105 INFO kablam! ... Oct 13 13:13:43.105 INFO kablam! 2232 | rt_realloc_naive!(rt_pow2_1bytes_8align_realloc_naive, 1, 8); Oct 13 13:13:43.105 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.108 INFO kablam! | Oct 13 13:13:43.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.108 INFO kablam! | Oct 13 13:13:43.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.108 INFO kablam! | Oct 13 13:13:43.108 INFO kablam! Oct 13 13:13:43.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.108 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.108 INFO kablam! | Oct 13 13:13:43.108 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.108 INFO kablam! | ^^^^^ Oct 13 13:13:43.108 INFO kablam! ... Oct 13 13:13:43.108 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 13 13:13:43.108 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.108 INFO kablam! | Oct 13 13:13:43.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.108 INFO kablam! | Oct 13 13:13:43.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.108 INFO kablam! | Oct 13 13:13:43.108 INFO kablam! Oct 13 13:13:43.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.112 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.112 INFO kablam! | ^^^^^ Oct 13 13:13:43.112 INFO kablam! ... Oct 13 13:13:43.112 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 13 13:13:43.112 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! Oct 13 13:13:43.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.112 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.112 INFO kablam! ... Oct 13 13:13:43.112 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 13 13:13:43.112 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.112 INFO kablam! Oct 13 13:13:43.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.112 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.112 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.113 INFO kablam! ... Oct 13 13:13:43.113 INFO kablam! 2245 | rt_realloc_naive!(rt_pow2_2bytes_8align_realloc_naive, 2, 8); Oct 13 13:13:43.113 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! Oct 13 13:13:43.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.113 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.113 INFO kablam! | ^^^^^ Oct 13 13:13:43.113 INFO kablam! ... Oct 13 13:13:43.113 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 13 13:13:43.113 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! Oct 13 13:13:43.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.113 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.113 INFO kablam! | ^^^^^ Oct 13 13:13:43.113 INFO kablam! ... Oct 13 13:13:43.113 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 13 13:13:43.113 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! Oct 13 13:13:43.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.113 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.113 INFO kablam! ... Oct 13 13:13:43.113 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 13 13:13:43.113 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.113 INFO kablam! | Oct 13 13:13:43.113 INFO kablam! Oct 13 13:13:43.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.121 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.121 INFO kablam! ... Oct 13 13:13:43.121 INFO kablam! 2258 | rt_realloc_naive!(rt_pow2_4bytes_8align_realloc_naive, 4, 8); Oct 13 13:13:43.121 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! Oct 13 13:13:43.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.121 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.121 INFO kablam! | ^^^^^ Oct 13 13:13:43.121 INFO kablam! ... Oct 13 13:13:43.121 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 13 13:13:43.121 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! Oct 13 13:13:43.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.121 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.121 INFO kablam! | ^^^^^ Oct 13 13:13:43.121 INFO kablam! ... Oct 13 13:13:43.121 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 13 13:13:43.121 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.121 INFO kablam! | Oct 13 13:13:43.121 INFO kablam! Oct 13 13:13:43.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.124 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.124 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.125 INFO kablam! ... Oct 13 13:13:43.125 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 13 13:13:43.125 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! Oct 13 13:13:43.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.125 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.125 INFO kablam! ... Oct 13 13:13:43.125 INFO kablam! 2271 | rt_realloc_naive!(rt_pow2_8bytes_8align_realloc_naive, 8, 8); Oct 13 13:13:43.125 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! Oct 13 13:13:43.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.125 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.125 INFO kablam! | ^^^^^ Oct 13 13:13:43.125 INFO kablam! ... Oct 13 13:13:43.125 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:43.125 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! Oct 13 13:13:43.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.125 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.125 INFO kablam! | ^^^^^ Oct 13 13:13:43.125 INFO kablam! ... Oct 13 13:13:43.125 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:43.125 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.125 INFO kablam! | Oct 13 13:13:43.125 INFO kablam! Oct 13 13:13:43.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.128 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.128 INFO kablam! ... Oct 13 13:13:43.128 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:43.128 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! Oct 13 13:13:43.128 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.128 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.128 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.128 INFO kablam! ... Oct 13 13:13:43.128 INFO kablam! 2284 | rt_realloc_naive!(rt_pow2_16bytes_8align_realloc_naive, 16, 8); Oct 13 13:13:43.128 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! Oct 13 13:13:43.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.128 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.128 INFO kablam! | ^^^^^ Oct 13 13:13:43.128 INFO kablam! ... Oct 13 13:13:43.128 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 13 13:13:43.128 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.128 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.128 INFO kablam! Oct 13 13:13:43.128 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.128 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.128 INFO kablam! | Oct 13 13:13:43.129 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.129 INFO kablam! | ^^^^^ Oct 13 13:13:43.129 INFO kablam! ... Oct 13 13:13:43.129 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 13 13:13:43.129 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.129 INFO kablam! | Oct 13 13:13:43.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.129 INFO kablam! | Oct 13 13:13:43.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.129 INFO kablam! | Oct 13 13:13:43.129 INFO kablam! Oct 13 13:13:43.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.132 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.132 INFO kablam! ... Oct 13 13:13:43.132 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 13 13:13:43.132 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! Oct 13 13:13:43.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.132 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.132 INFO kablam! ... Oct 13 13:13:43.132 INFO kablam! 2297 | rt_realloc_naive!(rt_pow2_32bytes_8align_realloc_naive, 32, 8); Oct 13 13:13:43.132 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! Oct 13 13:13:43.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.132 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.132 INFO kablam! | ^^^^^ Oct 13 13:13:43.132 INFO kablam! ... Oct 13 13:13:43.132 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 13 13:13:43.132 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.132 INFO kablam! | Oct 13 13:13:43.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! Oct 13 13:13:43.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.133 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.133 INFO kablam! | ^^^^^ Oct 13 13:13:43.133 INFO kablam! ... Oct 13 13:13:43.133 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 13 13:13:43.133 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.133 INFO kablam! | Oct 13 13:13:43.133 INFO kablam! Oct 13 13:13:43.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.136 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.136 INFO kablam! ... Oct 13 13:13:43.136 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 13 13:13:43.136 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! Oct 13 13:13:43.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.136 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.136 INFO kablam! ... Oct 13 13:13:43.136 INFO kablam! 2310 | rt_realloc_naive!(rt_pow2_64bytes_8align_realloc_naive, 64, 8); Oct 13 13:13:43.136 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.136 INFO kablam! | Oct 13 13:13:43.136 INFO kablam! Oct 13 13:13:43.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.139 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.139 INFO kablam! | ^^^^^ Oct 13 13:13:43.139 INFO kablam! ... Oct 13 13:13:43.139 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:43.139 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! Oct 13 13:13:43.139 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.139 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.139 INFO kablam! | ^^^^^ Oct 13 13:13:43.139 INFO kablam! ... Oct 13 13:13:43.139 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:43.139 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.139 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.139 INFO kablam! | Oct 13 13:13:43.139 INFO kablam! Oct 13 13:13:43.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.148 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.148 INFO kablam! ... Oct 13 13:13:43.148 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:43.148 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! Oct 13 13:13:43.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.148 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.148 INFO kablam! ... Oct 13 13:13:43.148 INFO kablam! 2323 | rt_realloc_naive!(rt_pow2_128bytes_8align_realloc_naive, 128, 8); Oct 13 13:13:43.148 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.148 INFO kablam! | Oct 13 13:13:43.148 INFO kablam! Oct 13 13:13:43.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.153 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.153 INFO kablam! | ^^^^^ Oct 13 13:13:43.153 INFO kablam! ... Oct 13 13:13:43.153 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 13 13:13:43.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! Oct 13 13:13:43.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.153 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.153 INFO kablam! | ^^^^^ Oct 13 13:13:43.153 INFO kablam! ... Oct 13 13:13:43.153 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 13 13:13:43.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! Oct 13 13:13:43.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.153 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.153 INFO kablam! ... Oct 13 13:13:43.153 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 13 13:13:43.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! Oct 13 13:13:43.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.153 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.153 INFO kablam! ... Oct 13 13:13:43.153 INFO kablam! 2336 | rt_realloc_naive!(rt_pow2_256bytes_8align_realloc_naive, 256, 8); Oct 13 13:13:43.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! Oct 13 13:13:43.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.153 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.153 INFO kablam! | ^^^^^ Oct 13 13:13:43.153 INFO kablam! ... Oct 13 13:13:43.153 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 13 13:13:43.153 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.153 INFO kablam! | Oct 13 13:13:43.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! Oct 13 13:13:43.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.154 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.154 INFO kablam! | ^^^^^ Oct 13 13:13:43.154 INFO kablam! ... Oct 13 13:13:43.154 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 13 13:13:43.154 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! Oct 13 13:13:43.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.154 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.154 INFO kablam! ... Oct 13 13:13:43.154 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 13 13:13:43.154 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! Oct 13 13:13:43.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.154 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.154 INFO kablam! ... Oct 13 13:13:43.154 INFO kablam! 2349 | rt_realloc_naive!(rt_pow2_512bytes_8align_realloc_naive, 512, 8); Oct 13 13:13:43.154 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! Oct 13 13:13:43.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.154 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.154 INFO kablam! | ^^^^^ Oct 13 13:13:43.154 INFO kablam! ... Oct 13 13:13:43.154 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 13 13:13:43.154 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! Oct 13 13:13:43.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.154 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.154 INFO kablam! | ^^^^^ Oct 13 13:13:43.154 INFO kablam! ... Oct 13 13:13:43.154 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 13 13:13:43.154 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! Oct 13 13:13:43.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.154 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.154 INFO kablam! ... Oct 13 13:13:43.154 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 13 13:13:43.154 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.154 INFO kablam! | Oct 13 13:13:43.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.155 INFO kablam! | Oct 13 13:13:43.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.155 INFO kablam! | Oct 13 13:13:43.155 INFO kablam! Oct 13 13:13:43.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.155 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.155 INFO kablam! | Oct 13 13:13:43.155 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.155 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.155 INFO kablam! ... Oct 13 13:13:43.155 INFO kablam! 2362 | rt_realloc_naive!(rt_pow2_1024bytes_8align_realloc_naive, 1024, 8); Oct 13 13:13:43.155 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.155 INFO kablam! | Oct 13 13:13:43.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.155 INFO kablam! | Oct 13 13:13:43.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.155 INFO kablam! | Oct 13 13:13:43.155 INFO kablam! Oct 13 13:13:43.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.157 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.157 INFO kablam! | ^^^^^ Oct 13 13:13:43.157 INFO kablam! ... Oct 13 13:13:43.157 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 13 13:13:43.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! Oct 13 13:13:43.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.157 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.157 INFO kablam! | ^^^^^ Oct 13 13:13:43.157 INFO kablam! ... Oct 13 13:13:43.157 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 13 13:13:43.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! Oct 13 13:13:43.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.157 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.157 INFO kablam! ... Oct 13 13:13:43.157 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 13 13:13:43.157 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.157 INFO kablam! | Oct 13 13:13:43.157 INFO kablam! Oct 13 13:13:43.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.168 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.168 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.168 INFO kablam! ... Oct 13 13:13:43.168 INFO kablam! 2375 | rt_realloc_naive!(rt_pow2_2048bytes_8align_realloc_naive, 2048, 8); Oct 13 13:13:43.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! Oct 13 13:13:43.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.168 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.168 INFO kablam! | ^^^^^ Oct 13 13:13:43.168 INFO kablam! ... Oct 13 13:13:43.168 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:43.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! Oct 13 13:13:43.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.168 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.168 INFO kablam! | ^^^^^ Oct 13 13:13:43.168 INFO kablam! ... Oct 13 13:13:43.168 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:43.168 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.168 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! Oct 13 13:13:43.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.169 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.169 INFO kablam! ... Oct 13 13:13:43.169 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:43.169 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! Oct 13 13:13:43.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.169 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.169 INFO kablam! ... Oct 13 13:13:43.169 INFO kablam! 2388 | rt_realloc_naive!(rt_pow2_4096bytes_8align_realloc_naive, 4096, 8); Oct 13 13:13:43.169 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! Oct 13 13:13:43.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.169 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.169 INFO kablam! | ^^^^^ Oct 13 13:13:43.169 INFO kablam! ... Oct 13 13:13:43.169 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 13 13:13:43.169 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! Oct 13 13:13:43.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.169 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.169 INFO kablam! | ^^^^^ Oct 13 13:13:43.169 INFO kablam! ... Oct 13 13:13:43.169 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 13 13:13:43.169 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! Oct 13 13:13:43.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.169 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.169 INFO kablam! ... Oct 13 13:13:43.169 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 13 13:13:43.169 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.169 INFO kablam! | Oct 13 13:13:43.169 INFO kablam! Oct 13 13:13:43.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.171 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.171 INFO kablam! ... Oct 13 13:13:43.171 INFO kablam! 2401 | rt_realloc_naive!(rt_pow2_8192bytes_8align_realloc_naive, 8192, 8); Oct 13 13:13:43.171 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! Oct 13 13:13:43.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.171 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.171 INFO kablam! | ^^^^^ Oct 13 13:13:43.171 INFO kablam! ... Oct 13 13:13:43.171 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:43.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! Oct 13 13:13:43.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.171 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.171 INFO kablam! | ^^^^^ Oct 13 13:13:43.171 INFO kablam! ... Oct 13 13:13:43.171 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:43.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! Oct 13 13:13:43.171 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.171 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.171 INFO kablam! ... Oct 13 13:13:43.171 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:43.171 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.171 INFO kablam! | Oct 13 13:13:43.171 INFO kablam! Oct 13 13:13:43.172 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.172 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.172 INFO kablam! | Oct 13 13:13:43.172 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.172 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.172 INFO kablam! ... Oct 13 13:13:43.172 INFO kablam! 2414 | rt_realloc_naive!(rt_pow2_16384bytes_8align_realloc_naive, 16384, 8); Oct 13 13:13:43.172 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.172 INFO kablam! | Oct 13 13:13:43.172 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.172 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.172 INFO kablam! | Oct 13 13:13:43.172 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.172 INFO kablam! | Oct 13 13:13:43.172 INFO kablam! Oct 13 13:13:43.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.175 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.175 INFO kablam! | ^^^^^ Oct 13 13:13:43.175 INFO kablam! ... Oct 13 13:13:43.175 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:43.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! Oct 13 13:13:43.175 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.175 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.175 INFO kablam! | ^^^^^ Oct 13 13:13:43.175 INFO kablam! ... Oct 13 13:13:43.175 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:43.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! Oct 13 13:13:43.175 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.175 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.175 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.175 INFO kablam! ... Oct 13 13:13:43.175 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:43.175 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.175 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.175 INFO kablam! | Oct 13 13:13:43.175 INFO kablam! Oct 13 13:13:43.182 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.182 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.182 INFO kablam! | Oct 13 13:13:43.182 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.182 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.182 INFO kablam! ... Oct 13 13:13:43.182 INFO kablam! 2427 | rt_realloc_naive!(rt_pow2_32768bytes_8align_realloc_naive, 32768, 8); Oct 13 13:13:43.182 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.182 INFO kablam! | Oct 13 13:13:43.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.182 INFO kablam! | Oct 13 13:13:43.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.182 INFO kablam! | Oct 13 13:13:43.182 INFO kablam! Oct 13 13:13:43.182 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.182 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.182 INFO kablam! | Oct 13 13:13:43.182 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.182 INFO kablam! | ^^^^^ Oct 13 13:13:43.183 INFO kablam! ... Oct 13 13:13:43.183 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 13 13:13:43.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! Oct 13 13:13:43.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.183 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.183 INFO kablam! | ^^^^^ Oct 13 13:13:43.183 INFO kablam! ... Oct 13 13:13:43.183 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 13 13:13:43.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! Oct 13 13:13:43.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.183 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.183 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.183 INFO kablam! ... Oct 13 13:13:43.183 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 13 13:13:43.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! Oct 13 13:13:43.183 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.183 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.183 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.183 INFO kablam! ... Oct 13 13:13:43.183 INFO kablam! 2440 | rt_realloc_naive!(rt_pow2_65536bytes_8align_realloc_naive, 65536, 8); Oct 13 13:13:43.183 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! Oct 13 13:13:43.183 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.183 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.183 INFO kablam! | ^^^^^ Oct 13 13:13:43.183 INFO kablam! ... Oct 13 13:13:43.183 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:43.183 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.183 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.183 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.183 INFO kablam! | Oct 13 13:13:43.184 INFO kablam! Oct 13 13:13:43.186 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.186 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.186 INFO kablam! | ^^^^^ Oct 13 13:13:43.186 INFO kablam! ... Oct 13 13:13:43.186 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:43.186 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! Oct 13 13:13:43.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.186 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.186 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.186 INFO kablam! ... Oct 13 13:13:43.186 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:43.186 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.186 INFO kablam! | Oct 13 13:13:43.186 INFO kablam! Oct 13 13:13:43.188 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.188 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.188 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.188 INFO kablam! ... Oct 13 13:13:43.188 INFO kablam! 2453 | rt_realloc_naive!(rt_pow2_131072bytes_8align_realloc_naive, 131072, 8); Oct 13 13:13:43.188 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! Oct 13 13:13:43.188 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.188 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.188 INFO kablam! | ^^^^^ Oct 13 13:13:43.188 INFO kablam! ... Oct 13 13:13:43.188 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:43.188 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.188 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.188 INFO kablam! | Oct 13 13:13:43.188 INFO kablam! Oct 13 13:13:43.190 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.190 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.190 INFO kablam! | Oct 13 13:13:43.190 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.190 INFO kablam! | ^^^^^ Oct 13 13:13:43.190 INFO kablam! ... Oct 13 13:13:43.190 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:43.190 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.190 INFO kablam! | Oct 13 13:13:43.190 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.190 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.190 INFO kablam! | Oct 13 13:13:43.190 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.190 INFO kablam! | Oct 13 13:13:43.190 INFO kablam! Oct 13 13:13:43.190 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.190 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.190 INFO kablam! | Oct 13 13:13:43.190 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.191 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.191 INFO kablam! ... Oct 13 13:13:43.191 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:43.191 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! Oct 13 13:13:43.191 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.191 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.191 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.191 INFO kablam! ... Oct 13 13:13:43.191 INFO kablam! 2466 | rt_realloc_naive!(rt_pow2_4194304bytes_8align_realloc_naive, 4194304, 8); Oct 13 13:13:43.191 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.191 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.191 INFO kablam! | Oct 13 13:13:43.191 INFO kablam! Oct 13 13:13:43.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.193 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.193 INFO kablam! | ^^^^^ Oct 13 13:13:43.193 INFO kablam! ... Oct 13 13:13:43.193 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:43.193 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! Oct 13 13:13:43.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.193 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.193 INFO kablam! | ^^^^^ Oct 13 13:13:43.193 INFO kablam! ... Oct 13 13:13:43.193 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:43.193 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.193 INFO kablam! | Oct 13 13:13:43.193 INFO kablam! Oct 13 13:13:43.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.196 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.196 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.196 INFO kablam! ... Oct 13 13:13:43.196 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:43.196 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! Oct 13 13:13:43.196 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.196 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.196 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.196 INFO kablam! ... Oct 13 13:13:43.196 INFO kablam! 2480 | rt_realloc_naive!(rt_even_10bytes_8align_realloc_naive, 10, 8); Oct 13 13:13:43.196 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! Oct 13 13:13:43.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.196 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.196 INFO kablam! | ^^^^^ Oct 13 13:13:43.196 INFO kablam! ... Oct 13 13:13:43.196 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:43.196 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! Oct 13 13:13:43.196 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.196 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.196 INFO kablam! | ^^^^^ Oct 13 13:13:43.196 INFO kablam! ... Oct 13 13:13:43.196 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:43.196 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.196 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.196 INFO kablam! | Oct 13 13:13:43.196 INFO kablam! Oct 13 13:13:43.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.197 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.197 INFO kablam! ... Oct 13 13:13:43.197 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:43.197 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! Oct 13 13:13:43.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.197 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.197 INFO kablam! ... Oct 13 13:13:43.197 INFO kablam! 2493 | rt_realloc_naive!(rt_even_100bytes_8align_realloc_naive, 100, 8); Oct 13 13:13:43.197 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.197 INFO kablam! | Oct 13 13:13:43.197 INFO kablam! Oct 13 13:13:43.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.201 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.201 INFO kablam! | ^^^^^ Oct 13 13:13:43.201 INFO kablam! ... Oct 13 13:13:43.201 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 13 13:13:43.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! Oct 13 13:13:43.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.201 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.201 INFO kablam! | ^^^^^ Oct 13 13:13:43.201 INFO kablam! ... Oct 13 13:13:43.201 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 13 13:13:43.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! Oct 13 13:13:43.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.201 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.201 INFO kablam! ... Oct 13 13:13:43.201 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 13 13:13:43.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! Oct 13 13:13:43.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.201 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.201 INFO kablam! ... Oct 13 13:13:43.201 INFO kablam! 2506 | rt_realloc_naive!(rt_even_1000bytes_8align_realloc_naive, 1000, 8); Oct 13 13:13:43.201 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.201 INFO kablam! | Oct 13 13:13:43.201 INFO kablam! Oct 13 13:13:43.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.208 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.208 INFO kablam! | Oct 13 13:13:43.208 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.208 INFO kablam! | ^^^^^ Oct 13 13:13:43.208 INFO kablam! ... Oct 13 13:13:43.208 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:43.208 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.208 INFO kablam! | Oct 13 13:13:43.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.208 INFO kablam! | Oct 13 13:13:43.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.208 INFO kablam! | Oct 13 13:13:43.208 INFO kablam! Oct 13 13:13:43.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.209 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.209 INFO kablam! | ^^^^^ Oct 13 13:13:43.209 INFO kablam! ... Oct 13 13:13:43.209 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:43.209 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! Oct 13 13:13:43.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.209 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.209 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.209 INFO kablam! ... Oct 13 13:13:43.209 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:43.209 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! Oct 13 13:13:43.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.209 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.209 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.209 INFO kablam! ... Oct 13 13:13:43.209 INFO kablam! 2519 | rt_realloc_naive!(rt_even_10000bytes_8align_realloc_naive, 10000, 8); Oct 13 13:13:43.209 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.209 INFO kablam! | Oct 13 13:13:43.209 INFO kablam! Oct 13 13:13:43.210 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.210 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.210 INFO kablam! | Oct 13 13:13:43.210 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.210 INFO kablam! | ^^^^^ Oct 13 13:13:43.210 INFO kablam! ... Oct 13 13:13:43.210 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 13 13:13:43.210 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.210 INFO kablam! | Oct 13 13:13:43.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.210 INFO kablam! | Oct 13 13:13:43.210 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.210 INFO kablam! | Oct 13 13:13:43.210 INFO kablam! Oct 13 13:13:43.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.217 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.217 INFO kablam! | ^^^^^ Oct 13 13:13:43.217 INFO kablam! ... Oct 13 13:13:43.217 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 13 13:13:43.217 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! Oct 13 13:13:43.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.217 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.217 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.217 INFO kablam! ... Oct 13 13:13:43.217 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 13 13:13:43.217 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! Oct 13 13:13:43.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.217 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.217 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.217 INFO kablam! ... Oct 13 13:13:43.217 INFO kablam! 2532 | rt_realloc_naive!(rt_even_100000bytes_8align_realloc_naive, 100000, 8); Oct 13 13:13:43.217 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! Oct 13 13:13:43.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.217 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.217 INFO kablam! | Oct 13 13:13:43.217 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.217 INFO kablam! | ^^^^^ Oct 13 13:13:43.218 INFO kablam! ... Oct 13 13:13:43.218 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 13 13:13:43.218 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! Oct 13 13:13:43.218 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.218 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.218 INFO kablam! | ^^^^^ Oct 13 13:13:43.218 INFO kablam! ... Oct 13 13:13:43.218 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 13 13:13:43.218 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! Oct 13 13:13:43.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.218 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.218 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.218 INFO kablam! ... Oct 13 13:13:43.218 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 13 13:13:43.218 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! Oct 13 13:13:43.218 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.218 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.218 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.218 INFO kablam! ... Oct 13 13:13:43.218 INFO kablam! 2545 | rt_realloc_naive!(rt_even_1000000bytes_8align_realloc_naive, 1000000, 8); Oct 13 13:13:43.218 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.218 INFO kablam! | Oct 13 13:13:43.218 INFO kablam! Oct 13 13:13:43.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.223 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.223 INFO kablam! | ^^^^^ Oct 13 13:13:43.223 INFO kablam! ... Oct 13 13:13:43.223 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:43.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! Oct 13 13:13:43.223 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.223 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.223 INFO kablam! | ^^^^^ Oct 13 13:13:43.223 INFO kablam! ... Oct 13 13:13:43.223 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:43.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! Oct 13 13:13:43.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.223 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.223 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.223 INFO kablam! ... Oct 13 13:13:43.223 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:43.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! Oct 13 13:13:43.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.223 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.223 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.223 INFO kablam! ... Oct 13 13:13:43.223 INFO kablam! 2559 | rt_realloc_naive!(rt_odd_10bytes_8align_realloc_naive, 10- 1, 8); Oct 13 13:13:43.223 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.223 INFO kablam! | Oct 13 13:13:43.223 INFO kablam! Oct 13 13:13:43.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.228 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.228 INFO kablam! | ^^^^^ Oct 13 13:13:43.228 INFO kablam! ... Oct 13 13:13:43.228 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:43.228 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! Oct 13 13:13:43.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.228 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.228 INFO kablam! | ^^^^^ Oct 13 13:13:43.228 INFO kablam! ... Oct 13 13:13:43.228 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:43.228 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.228 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.228 INFO kablam! | Oct 13 13:13:43.228 INFO kablam! Oct 13 13:13:43.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.230 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.230 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.230 INFO kablam! ... Oct 13 13:13:43.230 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:43.230 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! Oct 13 13:13:43.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.230 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.230 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.230 INFO kablam! ... Oct 13 13:13:43.230 INFO kablam! 2572 | rt_realloc_naive!(rt_odd_100bytes_8align_realloc_naive, 100- 1, 8); Oct 13 13:13:43.230 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! Oct 13 13:13:43.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.230 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.230 INFO kablam! | ^^^^^ Oct 13 13:13:43.230 INFO kablam! ... Oct 13 13:13:43.230 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:43.230 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.230 INFO kablam! | Oct 13 13:13:43.230 INFO kablam! Oct 13 13:13:43.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.233 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.233 INFO kablam! | ^^^^^ Oct 13 13:13:43.233 INFO kablam! ... Oct 13 13:13:43.233 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:43.233 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! Oct 13 13:13:43.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.233 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.233 INFO kablam! ... Oct 13 13:13:43.233 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:43.233 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! Oct 13 13:13:43.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.233 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.233 INFO kablam! ... Oct 13 13:13:43.233 INFO kablam! 2585 | rt_realloc_naive!(rt_odd_1000bytes_8align_realloc_naive, 1000- 1, 8); Oct 13 13:13:43.233 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.233 INFO kablam! | Oct 13 13:13:43.233 INFO kablam! Oct 13 13:13:43.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.237 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.237 INFO kablam! | ^^^^^ Oct 13 13:13:43.237 INFO kablam! ... Oct 13 13:13:43.237 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 13 13:13:43.237 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! Oct 13 13:13:43.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.237 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.237 INFO kablam! | ^^^^^ Oct 13 13:13:43.237 INFO kablam! ... Oct 13 13:13:43.237 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 13 13:13:43.237 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! Oct 13 13:13:43.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.237 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.237 INFO kablam! ... Oct 13 13:13:43.237 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 13 13:13:43.237 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! Oct 13 13:13:43.237 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.237 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.237 INFO kablam! | Oct 13 13:13:43.237 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.237 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.237 INFO kablam! ... Oct 13 13:13:43.237 INFO kablam! 2598 | rt_realloc_naive!(rt_odd_10000bytes_8align_realloc_naive, 10000- 1, 8); Oct 13 13:13:43.237 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.238 INFO kablam! | Oct 13 13:13:43.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.238 INFO kablam! | Oct 13 13:13:43.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.238 INFO kablam! | Oct 13 13:13:43.238 INFO kablam! Oct 13 13:13:43.240 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.240 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.240 INFO kablam! | Oct 13 13:13:43.240 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.240 INFO kablam! | ^^^^^ Oct 13 13:13:43.240 INFO kablam! ... Oct 13 13:13:43.240 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:43.240 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.240 INFO kablam! | Oct 13 13:13:43.240 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.240 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.240 INFO kablam! | Oct 13 13:13:43.240 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.240 INFO kablam! | Oct 13 13:13:43.240 INFO kablam! Oct 13 13:13:43.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.243 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.243 INFO kablam! | ^^^^^ Oct 13 13:13:43.243 INFO kablam! ... Oct 13 13:13:43.243 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:43.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! Oct 13 13:13:43.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.243 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.243 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.243 INFO kablam! ... Oct 13 13:13:43.243 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:43.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! Oct 13 13:13:43.243 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.243 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.243 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.243 INFO kablam! ... Oct 13 13:13:43.243 INFO kablam! 2611 | rt_realloc_naive!(rt_odd_100000bytes_8align_realloc_naive, 100000- 1, 8); Oct 13 13:13:43.243 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! Oct 13 13:13:43.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.243 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.243 INFO kablam! | ^^^^^ Oct 13 13:13:43.243 INFO kablam! ... Oct 13 13:13:43.243 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:43.243 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.243 INFO kablam! | Oct 13 13:13:43.243 INFO kablam! Oct 13 13:13:43.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.245 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.245 INFO kablam! | ^^^^^ Oct 13 13:13:43.245 INFO kablam! ... Oct 13 13:13:43.245 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:43.245 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! Oct 13 13:13:43.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.245 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.245 INFO kablam! ... Oct 13 13:13:43.245 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:43.245 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! Oct 13 13:13:43.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.245 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.245 INFO kablam! ... Oct 13 13:13:43.245 INFO kablam! 2624 | rt_realloc_naive!(rt_odd_1000000bytes_8align_realloc_naive, 1000000- 1, 8); Oct 13 13:13:43.245 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.245 INFO kablam! | Oct 13 13:13:43.245 INFO kablam! Oct 13 13:13:43.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.247 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.247 INFO kablam! | Oct 13 13:13:43.247 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.247 INFO kablam! | ^^^^^ Oct 13 13:13:43.247 INFO kablam! ... Oct 13 13:13:43.247 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:43.247 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.247 INFO kablam! | Oct 13 13:13:43.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.247 INFO kablam! | Oct 13 13:13:43.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.247 INFO kablam! | Oct 13 13:13:43.247 INFO kablam! Oct 13 13:13:43.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.248 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.248 INFO kablam! | Oct 13 13:13:43.248 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.248 INFO kablam! | ^^^^^ Oct 13 13:13:43.248 INFO kablam! ... Oct 13 13:13:43.248 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:43.248 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.248 INFO kablam! | Oct 13 13:13:43.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.248 INFO kablam! | Oct 13 13:13:43.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.248 INFO kablam! | Oct 13 13:13:43.248 INFO kablam! Oct 13 13:13:43.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.249 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.249 INFO kablam! ... Oct 13 13:13:43.249 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:43.249 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! Oct 13 13:13:43.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.249 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.249 INFO kablam! ... Oct 13 13:13:43.249 INFO kablam! 2638 | rt_realloc_naive!(rt_primes_3bytes_8align_realloc_naive, 3, 8); Oct 13 13:13:43.249 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.249 INFO kablam! | Oct 13 13:13:43.249 INFO kablam! Oct 13 13:13:43.253 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.253 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.253 INFO kablam! | Oct 13 13:13:43.253 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.253 INFO kablam! | ^^^^^ Oct 13 13:13:43.253 INFO kablam! ... Oct 13 13:13:43.253 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 13 13:13:43.253 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.253 INFO kablam! | Oct 13 13:13:43.253 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.253 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.253 INFO kablam! | Oct 13 13:13:43.253 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.253 INFO kablam! | Oct 13 13:13:43.253 INFO kablam! Oct 13 13:13:43.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.256 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.256 INFO kablam! | ^^^^^ Oct 13 13:13:43.256 INFO kablam! ... Oct 13 13:13:43.256 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 13 13:13:43.256 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! Oct 13 13:13:43.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.256 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.256 INFO kablam! ... Oct 13 13:13:43.256 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 13 13:13:43.256 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! Oct 13 13:13:43.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.256 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.256 INFO kablam! ... Oct 13 13:13:43.256 INFO kablam! 2651 | rt_realloc_naive!(rt_primes_7bytes_8align_realloc_naive, 7, 8); Oct 13 13:13:43.256 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! Oct 13 13:13:43.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.256 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.256 INFO kablam! | Oct 13 13:13:43.256 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.256 INFO kablam! | ^^^^^ Oct 13 13:13:43.256 INFO kablam! ... Oct 13 13:13:43.257 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 13 13:13:43.257 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! Oct 13 13:13:43.257 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.257 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.257 INFO kablam! | ^^^^^ Oct 13 13:13:43.257 INFO kablam! ... Oct 13 13:13:43.257 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 13 13:13:43.257 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! Oct 13 13:13:43.257 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.257 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.257 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.257 INFO kablam! ... Oct 13 13:13:43.257 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 13 13:13:43.257 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.257 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.257 INFO kablam! | Oct 13 13:13:43.257 INFO kablam! Oct 13 13:13:43.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.264 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.264 INFO kablam! ... Oct 13 13:13:43.264 INFO kablam! 2664 | rt_realloc_naive!(rt_primes_13bytes_8align_realloc_naive, 13, 8); Oct 13 13:13:43.264 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! Oct 13 13:13:43.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.264 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.264 INFO kablam! | ^^^^^ Oct 13 13:13:43.264 INFO kablam! ... Oct 13 13:13:43.264 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 13 13:13:43.264 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! Oct 13 13:13:43.264 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.264 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.264 INFO kablam! | ^^^^^ Oct 13 13:13:43.264 INFO kablam! ... Oct 13 13:13:43.264 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 13 13:13:43.264 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.264 INFO kablam! | Oct 13 13:13:43.264 INFO kablam! Oct 13 13:13:43.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.265 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.265 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.265 INFO kablam! ... Oct 13 13:13:43.265 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 13 13:13:43.265 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! Oct 13 13:13:43.265 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.265 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.265 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.265 INFO kablam! ... Oct 13 13:13:43.265 INFO kablam! 2677 | rt_realloc_naive!(rt_primes_17bytes_8align_realloc_naive, 17, 8); Oct 13 13:13:43.265 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! Oct 13 13:13:43.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.265 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.265 INFO kablam! | ^^^^^ Oct 13 13:13:43.265 INFO kablam! ... Oct 13 13:13:43.265 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 13 13:13:43.265 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.265 INFO kablam! | Oct 13 13:13:43.265 INFO kablam! Oct 13 13:13:43.267 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.267 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.267 INFO kablam! | Oct 13 13:13:43.267 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.267 INFO kablam! | ^^^^^ Oct 13 13:13:43.267 INFO kablam! ... Oct 13 13:13:43.267 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 13 13:13:43.267 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.267 INFO kablam! | Oct 13 13:13:43.267 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.267 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.267 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! Oct 13 13:13:43.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.268 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.268 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.268 INFO kablam! ... Oct 13 13:13:43.268 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 13 13:13:43.268 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.268 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.268 INFO kablam! Oct 13 13:13:43.268 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.268 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.268 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.272 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.272 INFO kablam! ... Oct 13 13:13:43.272 INFO kablam! 2690 | rt_realloc_naive!(rt_primes_31bytes_8align_realloc_naive, 31, 8); Oct 13 13:13:43.272 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! Oct 13 13:13:43.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.272 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.272 INFO kablam! | ^^^^^ Oct 13 13:13:43.272 INFO kablam! ... Oct 13 13:13:43.272 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 13 13:13:43.272 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! Oct 13 13:13:43.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.272 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.272 INFO kablam! | ^^^^^ Oct 13 13:13:43.272 INFO kablam! ... Oct 13 13:13:43.272 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 13 13:13:43.272 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.272 INFO kablam! | Oct 13 13:13:43.272 INFO kablam! Oct 13 13:13:43.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.276 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.276 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.276 INFO kablam! ... Oct 13 13:13:43.276 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 13 13:13:43.276 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! Oct 13 13:13:43.276 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.276 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.276 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.276 INFO kablam! ... Oct 13 13:13:43.276 INFO kablam! 2703 | rt_realloc_naive!(rt_primes_61bytes_8align_realloc_naive, 61, 8); Oct 13 13:13:43.276 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! Oct 13 13:13:43.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.276 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.276 INFO kablam! | ^^^^^ Oct 13 13:13:43.276 INFO kablam! ... Oct 13 13:13:43.276 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 13 13:13:43.276 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.276 INFO kablam! | Oct 13 13:13:43.276 INFO kablam! Oct 13 13:13:43.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.276 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.277 INFO kablam! | ^^^^^ Oct 13 13:13:43.277 INFO kablam! ... Oct 13 13:13:43.277 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 13 13:13:43.277 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.277 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.277 INFO kablam! | Oct 13 13:13:43.277 INFO kablam! Oct 13 13:13:43.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.280 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.280 INFO kablam! ... Oct 13 13:13:43.280 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 13 13:13:43.280 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! Oct 13 13:13:43.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.280 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.280 INFO kablam! ... Oct 13 13:13:43.280 INFO kablam! 2716 | rt_realloc_naive!(rt_primes_96bytes_8align_realloc_naive, 96, 8); Oct 13 13:13:43.280 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! Oct 13 13:13:43.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.280 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.280 INFO kablam! | ^^^^^ Oct 13 13:13:43.280 INFO kablam! ... Oct 13 13:13:43.280 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 13 13:13:43.280 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.280 INFO kablam! | Oct 13 13:13:43.280 INFO kablam! Oct 13 13:13:43.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.281 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.281 INFO kablam! | Oct 13 13:13:43.281 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.281 INFO kablam! | ^^^^^ Oct 13 13:13:43.281 INFO kablam! ... Oct 13 13:13:43.281 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 13 13:13:43.281 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.281 INFO kablam! | Oct 13 13:13:43.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.281 INFO kablam! | Oct 13 13:13:43.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.281 INFO kablam! | Oct 13 13:13:43.281 INFO kablam! Oct 13 13:13:43.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.284 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.284 INFO kablam! | Oct 13 13:13:43.284 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.284 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.284 INFO kablam! ... Oct 13 13:13:43.284 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 13 13:13:43.284 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.284 INFO kablam! | Oct 13 13:13:43.284 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.284 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.284 INFO kablam! | Oct 13 13:13:43.284 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.284 INFO kablam! | Oct 13 13:13:43.284 INFO kablam! Oct 13 13:13:43.284 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.284 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.285 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.285 INFO kablam! ... Oct 13 13:13:43.285 INFO kablam! 2729 | rt_realloc_naive!(rt_primes_127bytes_8align_realloc_naive, 127, 8); Oct 13 13:13:43.285 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! Oct 13 13:13:43.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.285 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.285 INFO kablam! | ^^^^^ Oct 13 13:13:43.285 INFO kablam! ... Oct 13 13:13:43.285 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:43.285 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.285 INFO kablam! | Oct 13 13:13:43.285 INFO kablam! Oct 13 13:13:43.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.292 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.292 INFO kablam! | ^^^^^ Oct 13 13:13:43.292 INFO kablam! ... Oct 13 13:13:43.292 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:43.292 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! Oct 13 13:13:43.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.292 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.292 INFO kablam! ... Oct 13 13:13:43.292 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:43.292 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! Oct 13 13:13:43.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.292 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.292 INFO kablam! ... Oct 13 13:13:43.292 INFO kablam! 2742 | rt_realloc_naive!(rt_primes_257bytes_8align_realloc_naive, 257, 8); Oct 13 13:13:43.292 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! Oct 13 13:13:43.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.292 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.292 INFO kablam! | Oct 13 13:13:43.292 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.293 INFO kablam! | ^^^^^ Oct 13 13:13:43.293 INFO kablam! ... Oct 13 13:13:43.293 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:43.293 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! Oct 13 13:13:43.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.293 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.293 INFO kablam! | ^^^^^ Oct 13 13:13:43.293 INFO kablam! ... Oct 13 13:13:43.293 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:43.293 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! Oct 13 13:13:43.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.293 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.293 INFO kablam! ... Oct 13 13:13:43.293 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:43.293 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! Oct 13 13:13:43.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.293 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.293 INFO kablam! ... Oct 13 13:13:43.293 INFO kablam! 2755 | rt_realloc_naive!(rt_primes_509bytes_8align_realloc_naive, 509, 8); Oct 13 13:13:43.293 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.293 INFO kablam! | Oct 13 13:13:43.293 INFO kablam! Oct 13 13:13:43.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.300 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.300 INFO kablam! | ^^^^^ Oct 13 13:13:43.300 INFO kablam! ... Oct 13 13:13:43.300 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:43.300 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! Oct 13 13:13:43.300 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.300 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.300 INFO kablam! | ^^^^^ Oct 13 13:13:43.300 INFO kablam! ... Oct 13 13:13:43.300 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:43.300 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! Oct 13 13:13:43.300 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.300 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.300 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.300 INFO kablam! ... Oct 13 13:13:43.300 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:43.300 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.300 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.300 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.300 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! Oct 13 13:13:43.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.301 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.301 INFO kablam! ... Oct 13 13:13:43.301 INFO kablam! 2768 | rt_realloc_naive!(rt_primes_1021bytes_8align_realloc_naive, 1021, 8); Oct 13 13:13:43.301 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! Oct 13 13:13:43.301 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.301 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.301 INFO kablam! | ^^^^^ Oct 13 13:13:43.301 INFO kablam! ... Oct 13 13:13:43.301 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 13 13:13:43.301 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! Oct 13 13:13:43.301 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.301 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.301 INFO kablam! | ^^^^^ Oct 13 13:13:43.301 INFO kablam! ... Oct 13 13:13:43.301 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 13 13:13:43.301 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! Oct 13 13:13:43.301 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.301 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.301 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.301 INFO kablam! ... Oct 13 13:13:43.301 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 13 13:13:43.301 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.301 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.301 INFO kablam! | Oct 13 13:13:43.301 INFO kablam! Oct 13 13:13:43.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.308 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.308 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.308 INFO kablam! ... Oct 13 13:13:43.308 INFO kablam! 2781 | rt_realloc_naive!(rt_primes_2039bytes_8align_realloc_naive, 2039, 8); Oct 13 13:13:43.308 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! Oct 13 13:13:43.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.308 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.308 INFO kablam! | ^^^^^ Oct 13 13:13:43.308 INFO kablam! ... Oct 13 13:13:43.308 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 13 13:13:43.308 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! Oct 13 13:13:43.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.308 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.308 INFO kablam! | ^^^^^ Oct 13 13:13:43.308 INFO kablam! ... Oct 13 13:13:43.308 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 13 13:13:43.308 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.308 INFO kablam! | Oct 13 13:13:43.308 INFO kablam! Oct 13 13:13:43.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.308 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.309 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.309 INFO kablam! ... Oct 13 13:13:43.309 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 13 13:13:43.309 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! Oct 13 13:13:43.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.309 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.309 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.309 INFO kablam! ... Oct 13 13:13:43.309 INFO kablam! 2794 | rt_realloc_naive!(rt_primes_4093bytes_8align_realloc_naive, 4093, 8); Oct 13 13:13:43.309 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! Oct 13 13:13:43.309 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.309 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.309 INFO kablam! | ^^^^^ Oct 13 13:13:43.309 INFO kablam! ... Oct 13 13:13:43.309 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 13 13:13:43.309 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.309 INFO kablam! | Oct 13 13:13:43.309 INFO kablam! Oct 13 13:13:43.310 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.310 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.310 INFO kablam! | Oct 13 13:13:43.310 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.310 INFO kablam! | ^^^^^ Oct 13 13:13:43.310 INFO kablam! ... Oct 13 13:13:43.310 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 13 13:13:43.310 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.310 INFO kablam! | Oct 13 13:13:43.310 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.310 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.310 INFO kablam! | Oct 13 13:13:43.310 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.310 INFO kablam! | Oct 13 13:13:43.310 INFO kablam! Oct 13 13:13:43.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.312 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.312 INFO kablam! ... Oct 13 13:13:43.312 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 13 13:13:43.312 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! Oct 13 13:13:43.312 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.312 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.312 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.312 INFO kablam! ... Oct 13 13:13:43.312 INFO kablam! 2807 | rt_realloc_naive!(rt_primes_8191bytes_8align_realloc_naive, 8191, 8); Oct 13 13:13:43.312 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.312 INFO kablam! | Oct 13 13:13:43.312 INFO kablam! Oct 13 13:13:43.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.316 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.316 INFO kablam! | ^^^^^ Oct 13 13:13:43.316 INFO kablam! ... Oct 13 13:13:43.316 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 13 13:13:43.316 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! Oct 13 13:13:43.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.316 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.316 INFO kablam! | ^^^^^ Oct 13 13:13:43.316 INFO kablam! ... Oct 13 13:13:43.316 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 13 13:13:43.316 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! Oct 13 13:13:43.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.316 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.316 INFO kablam! ... Oct 13 13:13:43.316 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 13 13:13:43.316 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.316 INFO kablam! | Oct 13 13:13:43.316 INFO kablam! Oct 13 13:13:43.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.316 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.317 INFO kablam! ... Oct 13 13:13:43.317 INFO kablam! 2820 | rt_realloc_naive!(rt_primes_16381bytes_8align_realloc_naive, 16381, 8); Oct 13 13:13:43.317 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.317 INFO kablam! | Oct 13 13:13:43.317 INFO kablam! Oct 13 13:13:43.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.320 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.320 INFO kablam! | ^^^^^ Oct 13 13:13:43.320 INFO kablam! ... Oct 13 13:13:43.320 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 13 13:13:43.320 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! Oct 13 13:13:43.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.320 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.320 INFO kablam! | ^^^^^ Oct 13 13:13:43.320 INFO kablam! ... Oct 13 13:13:43.320 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 13 13:13:43.320 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! Oct 13 13:13:43.320 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.320 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.320 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.320 INFO kablam! ... Oct 13 13:13:43.320 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 13 13:13:43.320 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.320 INFO kablam! | Oct 13 13:13:43.320 INFO kablam! Oct 13 13:13:43.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.324 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.324 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.324 INFO kablam! ... Oct 13 13:13:43.324 INFO kablam! 2833 | rt_realloc_naive!(rt_primes_32749bytes_8align_realloc_naive, 32749, 8); Oct 13 13:13:43.324 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! Oct 13 13:13:43.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.324 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.324 INFO kablam! | ^^^^^ Oct 13 13:13:43.324 INFO kablam! ... Oct 13 13:13:43.324 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:43.324 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! Oct 13 13:13:43.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.324 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.324 INFO kablam! | ^^^^^ Oct 13 13:13:43.324 INFO kablam! ... Oct 13 13:13:43.324 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:43.324 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.324 INFO kablam! Oct 13 13:13:43.324 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.324 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.324 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.325 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.325 INFO kablam! ... Oct 13 13:13:43.325 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:43.325 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.325 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.325 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.325 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! Oct 13 13:13:43.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.325 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.325 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.325 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.325 INFO kablam! ... Oct 13 13:13:43.325 INFO kablam! 2846 | rt_realloc_naive!(rt_primes_65537bytes_8align_realloc_naive, 65537, 8); Oct 13 13:13:43.325 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.325 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.325 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.325 INFO kablam! | Oct 13 13:13:43.325 INFO kablam! Oct 13 13:13:43.327 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.327 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.327 INFO kablam! | ^^^^^ Oct 13 13:13:43.327 INFO kablam! ... Oct 13 13:13:43.327 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 13 13:13:43.327 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! Oct 13 13:13:43.327 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.327 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.327 INFO kablam! | ^^^^^ Oct 13 13:13:43.327 INFO kablam! ... Oct 13 13:13:43.327 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 13 13:13:43.327 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.327 INFO kablam! | Oct 13 13:13:43.327 INFO kablam! Oct 13 13:13:43.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.332 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.332 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.332 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.332 INFO kablam! ... Oct 13 13:13:43.332 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 13 13:13:43.332 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.332 INFO kablam! Oct 13 13:13:43.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.332 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.332 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.333 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.333 INFO kablam! ... Oct 13 13:13:43.333 INFO kablam! 2859 | rt_realloc_naive!(rt_primes_131071bytes_8align_realloc_naive, 131071, 8); Oct 13 13:13:43.333 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! Oct 13 13:13:43.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.333 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.333 INFO kablam! | ^^^^^ Oct 13 13:13:43.333 INFO kablam! ... Oct 13 13:13:43.333 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 13 13:13:43.333 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! Oct 13 13:13:43.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.333 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.333 INFO kablam! | ^^^^^ Oct 13 13:13:43.333 INFO kablam! ... Oct 13 13:13:43.333 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 13 13:13:43.333 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! Oct 13 13:13:43.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.333 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.333 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.333 INFO kablam! ... Oct 13 13:13:43.333 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 13 13:13:43.333 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.333 INFO kablam! | Oct 13 13:13:43.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.334 INFO kablam! | Oct 13 13:13:43.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.334 INFO kablam! | Oct 13 13:13:43.334 INFO kablam! Oct 13 13:13:43.334 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.334 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.334 INFO kablam! | Oct 13 13:13:43.334 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.334 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.334 INFO kablam! ... Oct 13 13:13:43.334 INFO kablam! 2872 | rt_realloc_naive!(rt_primes_4194301bytes_8align_realloc_naive, 4194301, 8); Oct 13 13:13:43.334 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.334 INFO kablam! | Oct 13 13:13:43.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.334 INFO kablam! | Oct 13 13:13:43.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.334 INFO kablam! | Oct 13 13:13:43.334 INFO kablam! Oct 13 13:13:43.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.339 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.339 INFO kablam! | ^^^^^ Oct 13 13:13:43.339 INFO kablam! ... Oct 13 13:13:43.339 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 13 13:13:43.339 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! Oct 13 13:13:43.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.339 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.339 INFO kablam! | ^^^^^ Oct 13 13:13:43.339 INFO kablam! ... Oct 13 13:13:43.339 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 13 13:13:43.339 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! Oct 13 13:13:43.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.339 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.339 INFO kablam! | Oct 13 13:13:43.339 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.339 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.339 INFO kablam! ... Oct 13 13:13:43.339 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 13 13:13:43.339 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.340 INFO kablam! | Oct 13 13:13:43.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.340 INFO kablam! | Oct 13 13:13:43.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.340 INFO kablam! | Oct 13 13:13:43.340 INFO kablam! Oct 13 13:13:43.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.340 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.340 INFO kablam! | Oct 13 13:13:43.340 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.340 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.340 INFO kablam! ... Oct 13 13:13:43.340 INFO kablam! 2888 | rt_realloc_naive!(rt_pow2_1bytes_16align_realloc_naive, 1, 16); Oct 13 13:13:43.340 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.340 INFO kablam! | Oct 13 13:13:43.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.340 INFO kablam! | Oct 13 13:13:43.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.340 INFO kablam! | Oct 13 13:13:43.340 INFO kablam! Oct 13 13:13:43.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.344 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.344 INFO kablam! | ^^^^^ Oct 13 13:13:43.344 INFO kablam! ... Oct 13 13:13:43.344 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 13 13:13:43.344 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! Oct 13 13:13:43.344 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.344 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.344 INFO kablam! | ^^^^^ Oct 13 13:13:43.344 INFO kablam! ... Oct 13 13:13:43.344 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 13 13:13:43.344 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.344 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.344 INFO kablam! | Oct 13 13:13:43.344 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! Oct 13 13:13:43.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.345 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.345 INFO kablam! ... Oct 13 13:13:43.345 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 13 13:13:43.345 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! Oct 13 13:13:43.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.345 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.345 INFO kablam! ... Oct 13 13:13:43.345 INFO kablam! 2901 | rt_realloc_naive!(rt_pow2_2bytes_16align_realloc_naive, 2, 16); Oct 13 13:13:43.345 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! Oct 13 13:13:43.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.345 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.345 INFO kablam! | ^^^^^ Oct 13 13:13:43.345 INFO kablam! ... Oct 13 13:13:43.345 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:43.345 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! Oct 13 13:13:43.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.345 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.345 INFO kablam! | ^^^^^ Oct 13 13:13:43.345 INFO kablam! ... Oct 13 13:13:43.345 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:43.345 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.345 INFO kablam! | Oct 13 13:13:43.345 INFO kablam! Oct 13 13:13:43.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.348 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.348 INFO kablam! | Oct 13 13:13:43.348 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.348 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.348 INFO kablam! ... Oct 13 13:13:43.348 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:43.348 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.348 INFO kablam! | Oct 13 13:13:43.348 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.348 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.348 INFO kablam! | Oct 13 13:13:43.348 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.348 INFO kablam! | Oct 13 13:13:43.348 INFO kablam! Oct 13 13:13:43.348 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.348 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.349 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.349 INFO kablam! ... Oct 13 13:13:43.349 INFO kablam! 2914 | rt_realloc_naive!(rt_pow2_4bytes_16align_realloc_naive, 4, 16); Oct 13 13:13:43.349 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! Oct 13 13:13:43.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.349 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.349 INFO kablam! | ^^^^^ Oct 13 13:13:43.349 INFO kablam! ... Oct 13 13:13:43.349 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 13 13:13:43.349 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! Oct 13 13:13:43.349 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.349 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.349 INFO kablam! | ^^^^^ Oct 13 13:13:43.349 INFO kablam! ... Oct 13 13:13:43.349 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 13 13:13:43.349 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.349 INFO kablam! | Oct 13 13:13:43.349 INFO kablam! Oct 13 13:13:43.350 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.350 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.350 INFO kablam! | Oct 13 13:13:43.350 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.350 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.350 INFO kablam! ... Oct 13 13:13:43.350 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 13 13:13:43.350 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.350 INFO kablam! | Oct 13 13:13:43.350 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.350 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.350 INFO kablam! | Oct 13 13:13:43.350 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.350 INFO kablam! | Oct 13 13:13:43.350 INFO kablam! Oct 13 13:13:43.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.352 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.352 INFO kablam! | Oct 13 13:13:43.352 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.352 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.352 INFO kablam! ... Oct 13 13:13:43.352 INFO kablam! 2927 | rt_realloc_naive!(rt_pow2_8bytes_16align_realloc_naive, 8, 16); Oct 13 13:13:43.352 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.352 INFO kablam! | Oct 13 13:13:43.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.352 INFO kablam! | Oct 13 13:13:43.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.352 INFO kablam! | Oct 13 13:13:43.352 INFO kablam! Oct 13 13:13:43.355 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.355 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.355 INFO kablam! | ^^^^^ Oct 13 13:13:43.355 INFO kablam! ... Oct 13 13:13:43.355 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 13 13:13:43.355 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! Oct 13 13:13:43.355 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.355 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.355 INFO kablam! | ^^^^^ Oct 13 13:13:43.355 INFO kablam! ... Oct 13 13:13:43.355 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 13 13:13:43.355 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! Oct 13 13:13:43.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.355 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.355 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.355 INFO kablam! ... Oct 13 13:13:43.355 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 13 13:13:43.355 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! Oct 13 13:13:43.355 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.355 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.355 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.355 INFO kablam! ... Oct 13 13:13:43.355 INFO kablam! 2940 | rt_realloc_naive!(rt_pow2_16bytes_16align_realloc_naive, 16, 16); Oct 13 13:13:43.355 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.355 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.355 INFO kablam! | Oct 13 13:13:43.355 INFO kablam! Oct 13 13:13:43.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.363 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.363 INFO kablam! | ^^^^^ Oct 13 13:13:43.363 INFO kablam! ... Oct 13 13:13:43.363 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 13 13:13:43.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! Oct 13 13:13:43.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.363 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.363 INFO kablam! | ^^^^^ Oct 13 13:13:43.363 INFO kablam! ... Oct 13 13:13:43.363 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 13 13:13:43.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! Oct 13 13:13:43.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.363 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.363 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.363 INFO kablam! ... Oct 13 13:13:43.363 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 13 13:13:43.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! Oct 13 13:13:43.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.363 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.363 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.363 INFO kablam! ... Oct 13 13:13:43.363 INFO kablam! 2953 | rt_realloc_naive!(rt_pow2_32bytes_16align_realloc_naive, 32, 16); Oct 13 13:13:43.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! Oct 13 13:13:43.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.363 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.363 INFO kablam! | ^^^^^ Oct 13 13:13:43.363 INFO kablam! ... Oct 13 13:13:43.363 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:43.363 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! Oct 13 13:13:43.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.363 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.363 INFO kablam! | Oct 13 13:13:43.363 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.363 INFO kablam! | ^^^^^ Oct 13 13:13:43.363 INFO kablam! ... Oct 13 13:13:43.363 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:43.364 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! Oct 13 13:13:43.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.364 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.364 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.364 INFO kablam! ... Oct 13 13:13:43.364 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:43.364 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.364 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! Oct 13 13:13:43.364 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.364 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.364 INFO kablam! | Oct 13 13:13:43.364 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.364 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.364 INFO kablam! ... Oct 13 13:13:43.364 INFO kablam! 2966 | rt_realloc_naive!(rt_pow2_64bytes_16align_realloc_naive, 64, 16); Oct 13 13:13:43.364 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.365 INFO kablam! | Oct 13 13:13:43.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.365 INFO kablam! | Oct 13 13:13:43.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.365 INFO kablam! | Oct 13 13:13:43.365 INFO kablam! Oct 13 13:13:43.366 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.366 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.366 INFO kablam! | Oct 13 13:13:43.366 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.366 INFO kablam! | ^^^^^ Oct 13 13:13:43.366 INFO kablam! ... Oct 13 13:13:43.366 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:43.366 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.366 INFO kablam! | Oct 13 13:13:43.366 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! Oct 13 13:13:43.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.369 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.369 INFO kablam! | ^^^^^ Oct 13 13:13:43.369 INFO kablam! ... Oct 13 13:13:43.369 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:43.369 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! Oct 13 13:13:43.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.369 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.369 INFO kablam! ... Oct 13 13:13:43.369 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:43.369 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! Oct 13 13:13:43.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.369 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.369 INFO kablam! ... Oct 13 13:13:43.369 INFO kablam! 2979 | rt_realloc_naive!(rt_pow2_128bytes_16align_realloc_naive, 128, 16); Oct 13 13:13:43.369 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.369 INFO kablam! | Oct 13 13:13:43.369 INFO kablam! Oct 13 13:13:43.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.374 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.374 INFO kablam! | ^^^^^ Oct 13 13:13:43.374 INFO kablam! ... Oct 13 13:13:43.374 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:43.374 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! Oct 13 13:13:43.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.374 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.374 INFO kablam! | ^^^^^ Oct 13 13:13:43.374 INFO kablam! ... Oct 13 13:13:43.374 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:43.374 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! Oct 13 13:13:43.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.374 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.374 INFO kablam! ... Oct 13 13:13:43.374 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:43.374 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.374 INFO kablam! | Oct 13 13:13:43.374 INFO kablam! Oct 13 13:13:43.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.375 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.375 INFO kablam! | Oct 13 13:13:43.375 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.375 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.375 INFO kablam! ... Oct 13 13:13:43.375 INFO kablam! 2992 | rt_realloc_naive!(rt_pow2_256bytes_16align_realloc_naive, 256, 16); Oct 13 13:13:43.375 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.375 INFO kablam! | Oct 13 13:13:43.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.375 INFO kablam! | Oct 13 13:13:43.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.375 INFO kablam! | Oct 13 13:13:43.375 INFO kablam! Oct 13 13:13:43.375 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.375 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.375 INFO kablam! | Oct 13 13:13:43.375 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.375 INFO kablam! | ^^^^^ Oct 13 13:13:43.375 INFO kablam! ... Oct 13 13:13:43.375 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 13 13:13:43.375 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! Oct 13 13:13:43.377 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.377 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.377 INFO kablam! | ^^^^^ Oct 13 13:13:43.377 INFO kablam! ... Oct 13 13:13:43.377 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 13 13:13:43.377 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! Oct 13 13:13:43.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.377 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.377 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.377 INFO kablam! ... Oct 13 13:13:43.377 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 13 13:13:43.377 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! Oct 13 13:13:43.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.377 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.377 INFO kablam! | Oct 13 13:13:43.377 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.378 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.378 INFO kablam! ... Oct 13 13:13:43.378 INFO kablam! 3005 | rt_realloc_naive!(rt_pow2_512bytes_16align_realloc_naive, 512, 16); Oct 13 13:13:43.378 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.378 INFO kablam! | Oct 13 13:13:43.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.378 INFO kablam! | Oct 13 13:13:43.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.378 INFO kablam! | Oct 13 13:13:43.378 INFO kablam! Oct 13 13:13:43.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.389 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.389 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.389 INFO kablam! | ^^^^^ Oct 13 13:13:43.389 INFO kablam! ... Oct 13 13:13:43.389 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 13 13:13:43.389 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.389 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! Oct 13 13:13:43.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.390 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.390 INFO kablam! | ^^^^^ Oct 13 13:13:43.390 INFO kablam! ... Oct 13 13:13:43.390 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 13 13:13:43.390 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! Oct 13 13:13:43.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.390 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.390 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.390 INFO kablam! ... Oct 13 13:13:43.390 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 13 13:13:43.390 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! Oct 13 13:13:43.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.390 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.390 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.390 INFO kablam! ... Oct 13 13:13:43.390 INFO kablam! 3018 | rt_realloc_naive!(rt_pow2_1024bytes_16align_realloc_naive, 1024, 16); Oct 13 13:13:43.390 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! Oct 13 13:13:43.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.390 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.390 INFO kablam! | ^^^^^ Oct 13 13:13:43.390 INFO kablam! ... Oct 13 13:13:43.390 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 13 13:13:43.390 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! Oct 13 13:13:43.390 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.390 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.390 INFO kablam! | ^^^^^ Oct 13 13:13:43.390 INFO kablam! ... Oct 13 13:13:43.390 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 13 13:13:43.390 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.390 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! Oct 13 13:13:43.390 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.390 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.390 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.390 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.390 INFO kablam! ... Oct 13 13:13:43.390 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 13 13:13:43.390 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.390 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! Oct 13 13:13:43.391 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.391 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.391 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.391 INFO kablam! ... Oct 13 13:13:43.391 INFO kablam! 3031 | rt_realloc_naive!(rt_pow2_2048bytes_16align_realloc_naive, 2048, 16); Oct 13 13:13:43.391 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! Oct 13 13:13:43.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.391 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.391 INFO kablam! | ^^^^^ Oct 13 13:13:43.391 INFO kablam! ... Oct 13 13:13:43.391 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:43.391 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! Oct 13 13:13:43.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.391 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.391 INFO kablam! | ^^^^^ Oct 13 13:13:43.391 INFO kablam! ... Oct 13 13:13:43.391 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:43.391 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.391 INFO kablam! | Oct 13 13:13:43.391 INFO kablam! Oct 13 13:13:43.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.396 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.396 INFO kablam! ... Oct 13 13:13:43.396 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:43.396 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! Oct 13 13:13:43.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.396 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.396 INFO kablam! ... Oct 13 13:13:43.396 INFO kablam! 3044 | rt_realloc_naive!(rt_pow2_4096bytes_16align_realloc_naive, 4096, 16); Oct 13 13:13:43.396 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! Oct 13 13:13:43.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.396 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.396 INFO kablam! | ^^^^^ Oct 13 13:13:43.396 INFO kablam! ... Oct 13 13:13:43.396 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:43.396 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.396 INFO kablam! | Oct 13 13:13:43.396 INFO kablam! Oct 13 13:13:43.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.397 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.397 INFO kablam! | ^^^^^ Oct 13 13:13:43.397 INFO kablam! ... Oct 13 13:13:43.397 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:43.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! Oct 13 13:13:43.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.397 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.397 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.397 INFO kablam! ... Oct 13 13:13:43.397 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:43.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! Oct 13 13:13:43.397 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.397 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.397 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.397 INFO kablam! ... Oct 13 13:13:43.397 INFO kablam! 3057 | rt_realloc_naive!(rt_pow2_8192bytes_16align_realloc_naive, 8192, 16); Oct 13 13:13:43.397 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! Oct 13 13:13:43.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.397 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.397 INFO kablam! | ^^^^^ Oct 13 13:13:43.397 INFO kablam! ... Oct 13 13:13:43.397 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 13 13:13:43.397 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! Oct 13 13:13:43.397 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.397 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.397 INFO kablam! | ^^^^^ Oct 13 13:13:43.397 INFO kablam! ... Oct 13 13:13:43.397 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 13 13:13:43.397 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.397 INFO kablam! | Oct 13 13:13:43.397 INFO kablam! Oct 13 13:13:43.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.403 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.403 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.403 INFO kablam! ... Oct 13 13:13:43.403 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 13 13:13:43.403 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! Oct 13 13:13:43.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.403 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.403 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.403 INFO kablam! ... Oct 13 13:13:43.403 INFO kablam! 3070 | rt_realloc_naive!(rt_pow2_16384bytes_16align_realloc_naive, 16384, 16); Oct 13 13:13:43.403 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! Oct 13 13:13:43.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.403 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.403 INFO kablam! | ^^^^^ Oct 13 13:13:43.403 INFO kablam! ... Oct 13 13:13:43.403 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 13 13:13:43.403 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! Oct 13 13:13:43.403 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.403 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.403 INFO kablam! | ^^^^^ Oct 13 13:13:43.403 INFO kablam! ... Oct 13 13:13:43.403 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 13 13:13:43.403 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.403 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.403 INFO kablam! Oct 13 13:13:43.403 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.403 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.403 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.404 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.404 INFO kablam! ... Oct 13 13:13:43.404 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 13 13:13:43.404 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! Oct 13 13:13:43.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.404 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.404 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.404 INFO kablam! ... Oct 13 13:13:43.404 INFO kablam! 3083 | rt_realloc_naive!(rt_pow2_32768bytes_16align_realloc_naive, 32768, 16); Oct 13 13:13:43.404 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.404 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! Oct 13 13:13:43.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.409 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.409 INFO kablam! | ^^^^^ Oct 13 13:13:43.409 INFO kablam! ... Oct 13 13:13:43.409 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:43.409 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! Oct 13 13:13:43.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.409 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.409 INFO kablam! | ^^^^^ Oct 13 13:13:43.409 INFO kablam! ... Oct 13 13:13:43.409 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:43.409 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! Oct 13 13:13:43.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.409 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.409 INFO kablam! ... Oct 13 13:13:43.409 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:43.409 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! Oct 13 13:13:43.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.409 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.409 INFO kablam! ... Oct 13 13:13:43.409 INFO kablam! 3096 | rt_realloc_naive!(rt_pow2_65536bytes_16align_realloc_naive, 65536, 16); Oct 13 13:13:43.409 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.409 INFO kablam! | Oct 13 13:13:43.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.410 INFO kablam! | Oct 13 13:13:43.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.410 INFO kablam! | Oct 13 13:13:43.410 INFO kablam! Oct 13 13:13:43.413 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.413 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.413 INFO kablam! | ^^^^^ Oct 13 13:13:43.413 INFO kablam! ... Oct 13 13:13:43.413 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:43.413 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! Oct 13 13:13:43.413 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.413 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.413 INFO kablam! | ^^^^^ Oct 13 13:13:43.413 INFO kablam! ... Oct 13 13:13:43.413 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:43.413 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! Oct 13 13:13:43.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.413 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.413 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.413 INFO kablam! ... Oct 13 13:13:43.413 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:43.413 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! Oct 13 13:13:43.413 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.413 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.413 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.413 INFO kablam! ... Oct 13 13:13:43.413 INFO kablam! 3109 | rt_realloc_naive!(rt_pow2_131072bytes_16align_realloc_naive, 131072, 16); Oct 13 13:13:43.413 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.413 INFO kablam! | Oct 13 13:13:43.413 INFO kablam! Oct 13 13:13:43.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.425 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.426 INFO kablam! | ^^^^^ Oct 13 13:13:43.426 INFO kablam! ... Oct 13 13:13:43.426 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 13 13:13:43.426 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! Oct 13 13:13:43.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.426 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.426 INFO kablam! | ^^^^^ Oct 13 13:13:43.426 INFO kablam! ... Oct 13 13:13:43.426 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 13 13:13:43.426 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! Oct 13 13:13:43.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.426 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.426 INFO kablam! ... Oct 13 13:13:43.426 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 13 13:13:43.426 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! Oct 13 13:13:43.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.426 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.426 INFO kablam! ... Oct 13 13:13:43.426 INFO kablam! 3122 | rt_realloc_naive!(rt_pow2_4194304bytes_16align_realloc_naive, 4194304, 16); Oct 13 13:13:43.426 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! Oct 13 13:13:43.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.426 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.426 INFO kablam! | ^^^^^ Oct 13 13:13:43.426 INFO kablam! ... Oct 13 13:13:43.426 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 13 13:13:43.426 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! Oct 13 13:13:43.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.426 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.426 INFO kablam! | ^^^^^ Oct 13 13:13:43.426 INFO kablam! ... Oct 13 13:13:43.426 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 13 13:13:43.426 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.426 INFO kablam! | Oct 13 13:13:43.426 INFO kablam! Oct 13 13:13:43.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.426 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.427 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.427 INFO kablam! ... Oct 13 13:13:43.427 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 13 13:13:43.427 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! Oct 13 13:13:43.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.427 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.427 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.427 INFO kablam! ... Oct 13 13:13:43.427 INFO kablam! 3136 | rt_realloc_naive!(rt_even_10bytes_16align_realloc_naive, 10, 16); Oct 13 13:13:43.427 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! Oct 13 13:13:43.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.427 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.427 INFO kablam! | ^^^^^ Oct 13 13:13:43.427 INFO kablam! ... Oct 13 13:13:43.427 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:43.427 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! Oct 13 13:13:43.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.427 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.427 INFO kablam! | Oct 13 13:13:43.427 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.427 INFO kablam! | ^^^^^ Oct 13 13:13:43.428 INFO kablam! ... Oct 13 13:13:43.428 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:43.428 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! Oct 13 13:13:43.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.428 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.428 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.428 INFO kablam! ... Oct 13 13:13:43.428 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:43.428 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! Oct 13 13:13:43.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.428 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.428 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.428 INFO kablam! ... Oct 13 13:13:43.428 INFO kablam! 3149 | rt_realloc_naive!(rt_even_100bytes_16align_realloc_naive, 100, 16); Oct 13 13:13:43.428 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! Oct 13 13:13:43.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.428 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.428 INFO kablam! | ^^^^^ Oct 13 13:13:43.428 INFO kablam! ... Oct 13 13:13:43.428 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:43.428 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! Oct 13 13:13:43.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.428 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.428 INFO kablam! | ^^^^^ Oct 13 13:13:43.428 INFO kablam! ... Oct 13 13:13:43.428 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:43.428 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.428 INFO kablam! | Oct 13 13:13:43.428 INFO kablam! Oct 13 13:13:43.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.429 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.429 INFO kablam! | Oct 13 13:13:43.429 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.429 INFO kablam! ... Oct 13 13:13:43.429 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:43.429 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.429 INFO kablam! | Oct 13 13:13:43.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.429 INFO kablam! | Oct 13 13:13:43.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.429 INFO kablam! | Oct 13 13:13:43.429 INFO kablam! Oct 13 13:13:43.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.430 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.430 INFO kablam! | Oct 13 13:13:43.430 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.430 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.430 INFO kablam! ... Oct 13 13:13:43.430 INFO kablam! 3162 | rt_realloc_naive!(rt_even_1000bytes_16align_realloc_naive, 1000, 16); Oct 13 13:13:43.430 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.430 INFO kablam! | Oct 13 13:13:43.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.430 INFO kablam! | Oct 13 13:13:43.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.430 INFO kablam! | Oct 13 13:13:43.430 INFO kablam! Oct 13 13:13:43.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.437 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.437 INFO kablam! | ^^^^^ Oct 13 13:13:43.437 INFO kablam! ... Oct 13 13:13:43.437 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:43.437 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! Oct 13 13:13:43.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.437 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.437 INFO kablam! | ^^^^^ Oct 13 13:13:43.437 INFO kablam! ... Oct 13 13:13:43.437 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:43.437 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! Oct 13 13:13:43.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.437 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.437 INFO kablam! ... Oct 13 13:13:43.437 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:43.437 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.437 INFO kablam! Oct 13 13:13:43.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.437 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.437 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.438 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.438 INFO kablam! ... Oct 13 13:13:43.438 INFO kablam! 3175 | rt_realloc_naive!(rt_even_10000bytes_16align_realloc_naive, 10000, 16); Oct 13 13:13:43.438 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! Oct 13 13:13:43.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.438 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.438 INFO kablam! | ^^^^^ Oct 13 13:13:43.438 INFO kablam! ... Oct 13 13:13:43.438 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:43.438 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! Oct 13 13:13:43.438 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.438 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.438 INFO kablam! | ^^^^^ Oct 13 13:13:43.438 INFO kablam! ... Oct 13 13:13:43.438 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:43.438 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! Oct 13 13:13:43.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.438 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.438 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.438 INFO kablam! ... Oct 13 13:13:43.438 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:43.438 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.438 INFO kablam! | Oct 13 13:13:43.438 INFO kablam! Oct 13 13:13:43.439 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.439 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.439 INFO kablam! | Oct 13 13:13:43.439 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.439 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.439 INFO kablam! ... Oct 13 13:13:43.439 INFO kablam! 3188 | rt_realloc_naive!(rt_even_100000bytes_16align_realloc_naive, 100000, 16); Oct 13 13:13:43.439 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.439 INFO kablam! | Oct 13 13:13:43.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.439 INFO kablam! | Oct 13 13:13:43.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.439 INFO kablam! | Oct 13 13:13:43.439 INFO kablam! Oct 13 13:13:43.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.440 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.440 INFO kablam! | Oct 13 13:13:43.440 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.440 INFO kablam! | ^^^^^ Oct 13 13:13:43.440 INFO kablam! ... Oct 13 13:13:43.440 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:43.440 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.440 INFO kablam! | Oct 13 13:13:43.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.441 INFO kablam! | Oct 13 13:13:43.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.441 INFO kablam! | Oct 13 13:13:43.441 INFO kablam! Oct 13 13:13:43.443 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.443 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.443 INFO kablam! | ^^^^^ Oct 13 13:13:43.443 INFO kablam! ... Oct 13 13:13:43.443 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:43.443 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! Oct 13 13:13:43.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.443 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.443 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.443 INFO kablam! ... Oct 13 13:13:43.443 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:43.443 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.443 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! Oct 13 13:13:43.443 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.443 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.443 INFO kablam! | Oct 13 13:13:43.443 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.444 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.444 INFO kablam! ... Oct 13 13:13:43.444 INFO kablam! 3201 | rt_realloc_naive!(rt_even_1000000bytes_16align_realloc_naive, 1000000, 16); Oct 13 13:13:43.444 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.444 INFO kablam! | Oct 13 13:13:43.444 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.444 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.444 INFO kablam! | Oct 13 13:13:43.444 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.444 INFO kablam! | Oct 13 13:13:43.444 INFO kablam! Oct 13 13:13:43.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.452 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.452 INFO kablam! | ^^^^^ Oct 13 13:13:43.452 INFO kablam! ... Oct 13 13:13:43.452 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:43.452 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! Oct 13 13:13:43.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.452 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.452 INFO kablam! | ^^^^^ Oct 13 13:13:43.452 INFO kablam! ... Oct 13 13:13:43.452 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:43.452 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! Oct 13 13:13:43.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.452 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.452 INFO kablam! ... Oct 13 13:13:43.452 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:43.452 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! Oct 13 13:13:43.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.452 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.452 INFO kablam! ... Oct 13 13:13:43.452 INFO kablam! 3215 | rt_realloc_naive!(rt_odd_10bytes_16align_realloc_naive, 10- 1, 16); Oct 13 13:13:43.452 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.452 INFO kablam! | Oct 13 13:13:43.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! Oct 13 13:13:43.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.453 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.453 INFO kablam! | ^^^^^ Oct 13 13:13:43.453 INFO kablam! ... Oct 13 13:13:43.453 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:43.453 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! Oct 13 13:13:43.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.453 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.453 INFO kablam! | ^^^^^ Oct 13 13:13:43.453 INFO kablam! ... Oct 13 13:13:43.453 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:43.453 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! Oct 13 13:13:43.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.453 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.453 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.453 INFO kablam! ... Oct 13 13:13:43.453 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:43.453 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.453 INFO kablam! | Oct 13 13:13:43.453 INFO kablam! Oct 13 13:13:43.454 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.454 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.454 INFO kablam! | Oct 13 13:13:43.454 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.454 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.454 INFO kablam! ... Oct 13 13:13:43.454 INFO kablam! 3228 | rt_realloc_naive!(rt_odd_100bytes_16align_realloc_naive, 100- 1, 16); Oct 13 13:13:43.454 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.454 INFO kablam! | Oct 13 13:13:43.454 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.454 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.454 INFO kablam! | Oct 13 13:13:43.454 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.454 INFO kablam! | Oct 13 13:13:43.454 INFO kablam! Oct 13 13:13:43.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.460 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.460 INFO kablam! | ^^^^^ Oct 13 13:13:43.460 INFO kablam! ... Oct 13 13:13:43.460 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:43.460 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! Oct 13 13:13:43.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.460 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.460 INFO kablam! | ^^^^^ Oct 13 13:13:43.460 INFO kablam! ... Oct 13 13:13:43.460 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:43.460 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! Oct 13 13:13:43.460 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.460 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.460 INFO kablam! | Oct 13 13:13:43.460 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.460 INFO kablam! ... Oct 13 13:13:43.461 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:43.461 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! Oct 13 13:13:43.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.461 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.461 INFO kablam! ... Oct 13 13:13:43.461 INFO kablam! 3241 | rt_realloc_naive!(rt_odd_1000bytes_16align_realloc_naive, 1000- 1, 16); Oct 13 13:13:43.461 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! Oct 13 13:13:43.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.461 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.461 INFO kablam! | ^^^^^ Oct 13 13:13:43.461 INFO kablam! ... Oct 13 13:13:43.461 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:43.461 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.461 INFO kablam! | Oct 13 13:13:43.461 INFO kablam! Oct 13 13:13:43.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.468 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.468 INFO kablam! | Oct 13 13:13:43.468 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.468 INFO kablam! | ^^^^^ Oct 13 13:13:43.468 INFO kablam! ... Oct 13 13:13:43.468 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:43.468 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.468 INFO kablam! | Oct 13 13:13:43.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.468 INFO kablam! | Oct 13 13:13:43.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.468 INFO kablam! | Oct 13 13:13:43.468 INFO kablam! Oct 13 13:13:43.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.469 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.469 INFO kablam! ... Oct 13 13:13:43.469 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:43.469 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! Oct 13 13:13:43.469 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.469 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.469 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.469 INFO kablam! ... Oct 13 13:13:43.469 INFO kablam! 3254 | rt_realloc_naive!(rt_odd_10000bytes_16align_realloc_naive, 10000- 1, 16); Oct 13 13:13:43.469 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! Oct 13 13:13:43.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.469 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.469 INFO kablam! | ^^^^^ Oct 13 13:13:43.469 INFO kablam! ... Oct 13 13:13:43.469 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:43.469 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! Oct 13 13:13:43.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.469 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.469 INFO kablam! | Oct 13 13:13:43.469 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.469 INFO kablam! | ^^^^^ Oct 13 13:13:43.470 INFO kablam! ... Oct 13 13:13:43.470 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:43.470 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! Oct 13 13:13:43.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.470 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.470 INFO kablam! ... Oct 13 13:13:43.470 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:43.470 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! Oct 13 13:13:43.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.470 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.470 INFO kablam! ... Oct 13 13:13:43.470 INFO kablam! 3267 | rt_realloc_naive!(rt_odd_100000bytes_16align_realloc_naive, 100000- 1, 16); Oct 13 13:13:43.470 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! Oct 13 13:13:43.470 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.470 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.470 INFO kablam! | Oct 13 13:13:43.470 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.470 INFO kablam! | ^^^^^ Oct 13 13:13:43.470 INFO kablam! ... Oct 13 13:13:43.470 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:43.471 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! Oct 13 13:13:43.471 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.471 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.471 INFO kablam! | ^^^^^ Oct 13 13:13:43.471 INFO kablam! ... Oct 13 13:13:43.471 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:43.471 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.471 INFO kablam! | Oct 13 13:13:43.471 INFO kablam! Oct 13 13:13:43.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.476 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.476 INFO kablam! | Oct 13 13:13:43.476 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.476 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.476 INFO kablam! ... Oct 13 13:13:43.476 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:43.476 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.476 INFO kablam! | Oct 13 13:13:43.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.476 INFO kablam! | Oct 13 13:13:43.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.476 INFO kablam! | Oct 13 13:13:43.476 INFO kablam! Oct 13 13:13:43.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.476 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.477 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.477 INFO kablam! ... Oct 13 13:13:43.477 INFO kablam! 3280 | rt_realloc_naive!(rt_odd_1000000bytes_16align_realloc_naive, 1000000- 1, 16); Oct 13 13:13:43.477 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! Oct 13 13:13:43.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.477 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.477 INFO kablam! | ^^^^^ Oct 13 13:13:43.477 INFO kablam! ... Oct 13 13:13:43.477 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:43.477 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! Oct 13 13:13:43.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.477 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.477 INFO kablam! | ^^^^^ Oct 13 13:13:43.477 INFO kablam! ... Oct 13 13:13:43.477 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:43.477 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! Oct 13 13:13:43.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.477 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.477 INFO kablam! | Oct 13 13:13:43.477 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.478 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.478 INFO kablam! ... Oct 13 13:13:43.478 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:43.478 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! Oct 13 13:13:43.478 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.478 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.478 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.478 INFO kablam! ... Oct 13 13:13:43.478 INFO kablam! 3294 | rt_realloc_naive!(rt_primes_3bytes_16align_realloc_naive, 3, 16); Oct 13 13:13:43.478 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.478 INFO kablam! | Oct 13 13:13:43.478 INFO kablam! Oct 13 13:13:43.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.485 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.485 INFO kablam! | ^^^^^ Oct 13 13:13:43.485 INFO kablam! ... Oct 13 13:13:43.485 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 13 13:13:43.485 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! Oct 13 13:13:43.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.485 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.485 INFO kablam! | ^^^^^ Oct 13 13:13:43.485 INFO kablam! ... Oct 13 13:13:43.485 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 13 13:13:43.485 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! Oct 13 13:13:43.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.485 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.485 INFO kablam! ... Oct 13 13:13:43.485 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 13 13:13:43.485 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.485 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! Oct 13 13:13:43.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.486 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.486 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.486 INFO kablam! ... Oct 13 13:13:43.486 INFO kablam! 3307 | rt_realloc_naive!(rt_primes_7bytes_16align_realloc_naive, 7, 16); Oct 13 13:13:43.486 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! Oct 13 13:13:43.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.486 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.486 INFO kablam! | ^^^^^ Oct 13 13:13:43.486 INFO kablam! ... Oct 13 13:13:43.486 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 13 13:13:43.486 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! Oct 13 13:13:43.486 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.486 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.486 INFO kablam! | ^^^^^ Oct 13 13:13:43.486 INFO kablam! ... Oct 13 13:13:43.486 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 13 13:13:43.486 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! Oct 13 13:13:43.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.486 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.486 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.486 INFO kablam! ... Oct 13 13:13:43.486 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 13 13:13:43.486 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! Oct 13 13:13:43.486 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.486 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.486 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.486 INFO kablam! ... Oct 13 13:13:43.486 INFO kablam! 3320 | rt_realloc_naive!(rt_primes_13bytes_16align_realloc_naive, 13, 16); Oct 13 13:13:43.486 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.486 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.486 INFO kablam! | Oct 13 13:13:43.486 INFO kablam! Oct 13 13:13:43.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.494 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.494 INFO kablam! | ^^^^^ Oct 13 13:13:43.494 INFO kablam! ... Oct 13 13:13:43.494 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 13 13:13:43.494 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! Oct 13 13:13:43.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.494 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.494 INFO kablam! | ^^^^^ Oct 13 13:13:43.494 INFO kablam! ... Oct 13 13:13:43.494 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 13 13:13:43.494 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! Oct 13 13:13:43.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.494 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.494 INFO kablam! ... Oct 13 13:13:43.494 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 13 13:13:43.494 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! Oct 13 13:13:43.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.494 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.494 INFO kablam! ... Oct 13 13:13:43.494 INFO kablam! 3333 | rt_realloc_naive!(rt_primes_17bytes_16align_realloc_naive, 17, 16); Oct 13 13:13:43.494 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.494 INFO kablam! | Oct 13 13:13:43.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! Oct 13 13:13:43.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.496 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.496 INFO kablam! | ^^^^^ Oct 13 13:13:43.496 INFO kablam! ... Oct 13 13:13:43.496 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 13 13:13:43.496 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! Oct 13 13:13:43.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.496 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.496 INFO kablam! | ^^^^^ Oct 13 13:13:43.496 INFO kablam! ... Oct 13 13:13:43.496 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 13 13:13:43.496 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! Oct 13 13:13:43.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.496 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.496 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.496 INFO kablam! ... Oct 13 13:13:43.496 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 13 13:13:43.496 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! Oct 13 13:13:43.496 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.496 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.496 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.496 INFO kablam! ... Oct 13 13:13:43.496 INFO kablam! 3346 | rt_realloc_naive!(rt_primes_31bytes_16align_realloc_naive, 31, 16); Oct 13 13:13:43.496 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.496 INFO kablam! | Oct 13 13:13:43.496 INFO kablam! Oct 13 13:13:43.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.496 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.497 INFO kablam! | ^^^^^ Oct 13 13:13:43.497 INFO kablam! ... Oct 13 13:13:43.497 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:43.497 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! Oct 13 13:13:43.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.497 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.497 INFO kablam! | ^^^^^ Oct 13 13:13:43.497 INFO kablam! ... Oct 13 13:13:43.497 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:43.497 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.497 INFO kablam! | Oct 13 13:13:43.497 INFO kablam! Oct 13 13:13:43.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.505 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.505 INFO kablam! ... Oct 13 13:13:43.505 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:43.505 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! Oct 13 13:13:43.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.505 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.505 INFO kablam! ... Oct 13 13:13:43.505 INFO kablam! 3359 | rt_realloc_naive!(rt_primes_61bytes_16align_realloc_naive, 61, 16); Oct 13 13:13:43.505 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! Oct 13 13:13:43.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.505 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.505 INFO kablam! | ^^^^^ Oct 13 13:13:43.505 INFO kablam! ... Oct 13 13:13:43.505 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:43.505 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! Oct 13 13:13:43.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.505 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.505 INFO kablam! | ^^^^^ Oct 13 13:13:43.505 INFO kablam! ... Oct 13 13:13:43.505 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:43.505 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! Oct 13 13:13:43.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.505 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.505 INFO kablam! ... Oct 13 13:13:43.505 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:43.505 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! Oct 13 13:13:43.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.505 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.505 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.505 INFO kablam! ... Oct 13 13:13:43.505 INFO kablam! 3372 | rt_realloc_naive!(rt_primes_96bytes_16align_realloc_naive, 96, 16); Oct 13 13:13:43.505 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.505 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! Oct 13 13:13:43.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.506 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.506 INFO kablam! | ^^^^^ Oct 13 13:13:43.506 INFO kablam! ... Oct 13 13:13:43.506 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:43.506 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! Oct 13 13:13:43.506 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.506 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.506 INFO kablam! | ^^^^^ Oct 13 13:13:43.506 INFO kablam! ... Oct 13 13:13:43.506 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:43.506 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! Oct 13 13:13:43.506 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.506 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.506 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.506 INFO kablam! ... Oct 13 13:13:43.506 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:43.506 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.506 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.506 INFO kablam! | Oct 13 13:13:43.506 INFO kablam! Oct 13 13:13:43.507 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.507 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.507 INFO kablam! | Oct 13 13:13:43.507 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.507 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.507 INFO kablam! ... Oct 13 13:13:43.507 INFO kablam! 3385 | rt_realloc_naive!(rt_primes_127bytes_16align_realloc_naive, 127, 16); Oct 13 13:13:43.507 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.507 INFO kablam! | Oct 13 13:13:43.507 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.507 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.507 INFO kablam! | Oct 13 13:13:43.507 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.507 INFO kablam! | Oct 13 13:13:43.507 INFO kablam! Oct 13 13:13:43.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.513 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.513 INFO kablam! | ^^^^^ Oct 13 13:13:43.513 INFO kablam! ... Oct 13 13:13:43.513 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:43.513 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! Oct 13 13:13:43.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.513 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.513 INFO kablam! | ^^^^^ Oct 13 13:13:43.513 INFO kablam! ... Oct 13 13:13:43.513 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:43.513 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! Oct 13 13:13:43.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.513 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.513 INFO kablam! ... Oct 13 13:13:43.513 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:43.513 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! Oct 13 13:13:43.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.513 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.513 INFO kablam! ... Oct 13 13:13:43.513 INFO kablam! 3398 | rt_realloc_naive!(rt_primes_257bytes_16align_realloc_naive, 257, 16); Oct 13 13:13:43.513 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.513 INFO kablam! Oct 13 13:13:43.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.513 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.513 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.514 INFO kablam! | ^^^^^ Oct 13 13:13:43.514 INFO kablam! ... Oct 13 13:13:43.514 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:43.514 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! Oct 13 13:13:43.514 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.514 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.514 INFO kablam! | ^^^^^ Oct 13 13:13:43.514 INFO kablam! ... Oct 13 13:13:43.514 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:43.514 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.514 INFO kablam! | Oct 13 13:13:43.514 INFO kablam! Oct 13 13:13:43.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.521 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.521 INFO kablam! ... Oct 13 13:13:43.521 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:43.521 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! Oct 13 13:13:43.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.521 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.521 INFO kablam! ... Oct 13 13:13:43.521 INFO kablam! 3411 | rt_realloc_naive!(rt_primes_509bytes_16align_realloc_naive, 509, 16); Oct 13 13:13:43.521 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! Oct 13 13:13:43.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.521 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.521 INFO kablam! | ^^^^^ Oct 13 13:13:43.521 INFO kablam! ... Oct 13 13:13:43.521 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:43.521 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! Oct 13 13:13:43.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.521 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.521 INFO kablam! | Oct 13 13:13:43.521 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.521 INFO kablam! | ^^^^^ Oct 13 13:13:43.521 INFO kablam! ... Oct 13 13:13:43.521 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:43.521 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! Oct 13 13:13:43.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.522 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.522 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.522 INFO kablam! ... Oct 13 13:13:43.522 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:43.522 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! Oct 13 13:13:43.522 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.522 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.522 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.522 INFO kablam! ... Oct 13 13:13:43.522 INFO kablam! 3424 | rt_realloc_naive!(rt_primes_1021bytes_16align_realloc_naive, 1021, 16); Oct 13 13:13:43.522 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.522 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.522 INFO kablam! | Oct 13 13:13:43.522 INFO kablam! Oct 13 13:13:43.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.529 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.529 INFO kablam! | ^^^^^ Oct 13 13:13:43.529 INFO kablam! ... Oct 13 13:13:43.529 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:43.529 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! Oct 13 13:13:43.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.529 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.529 INFO kablam! | ^^^^^ Oct 13 13:13:43.529 INFO kablam! ... Oct 13 13:13:43.529 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:43.529 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! Oct 13 13:13:43.529 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.529 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.529 INFO kablam! | Oct 13 13:13:43.529 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.529 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.529 INFO kablam! ... Oct 13 13:13:43.529 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:43.530 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! Oct 13 13:13:43.530 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.530 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.530 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.530 INFO kablam! ... Oct 13 13:13:43.530 INFO kablam! 3437 | rt_realloc_naive!(rt_primes_2039bytes_16align_realloc_naive, 2039, 16); Oct 13 13:13:43.530 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! Oct 13 13:13:43.530 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.530 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.530 INFO kablam! | ^^^^^ Oct 13 13:13:43.530 INFO kablam! ... Oct 13 13:13:43.530 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 13 13:13:43.530 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! Oct 13 13:13:43.530 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.530 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.530 INFO kablam! | ^^^^^ Oct 13 13:13:43.530 INFO kablam! ... Oct 13 13:13:43.530 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 13 13:13:43.530 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! Oct 13 13:13:43.530 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.530 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.530 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.530 INFO kablam! ... Oct 13 13:13:43.530 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 13 13:13:43.530 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! Oct 13 13:13:43.530 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.530 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.530 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.530 INFO kablam! ... Oct 13 13:13:43.530 INFO kablam! 3450 | rt_realloc_naive!(rt_primes_4093bytes_16align_realloc_naive, 4093, 16); Oct 13 13:13:43.530 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! Oct 13 13:13:43.530 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.530 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.530 INFO kablam! | Oct 13 13:13:43.530 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.530 INFO kablam! | ^^^^^ Oct 13 13:13:43.530 INFO kablam! ... Oct 13 13:13:43.530 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:43.530 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.531 INFO kablam! | Oct 13 13:13:43.531 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.531 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.531 INFO kablam! | Oct 13 13:13:43.531 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.531 INFO kablam! | Oct 13 13:13:43.531 INFO kablam! Oct 13 13:13:43.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.537 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.537 INFO kablam! | ^^^^^ Oct 13 13:13:43.537 INFO kablam! ... Oct 13 13:13:43.537 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:43.537 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! Oct 13 13:13:43.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.537 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.537 INFO kablam! ... Oct 13 13:13:43.537 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:43.537 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! Oct 13 13:13:43.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.537 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.537 INFO kablam! ... Oct 13 13:13:43.537 INFO kablam! 3463 | rt_realloc_naive!(rt_primes_8191bytes_16align_realloc_naive, 8191, 16); Oct 13 13:13:43.537 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! Oct 13 13:13:43.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.537 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.537 INFO kablam! | ^^^^^ Oct 13 13:13:43.537 INFO kablam! ... Oct 13 13:13:43.537 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:43.537 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! Oct 13 13:13:43.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.537 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.537 INFO kablam! | Oct 13 13:13:43.537 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.537 INFO kablam! | ^^^^^ Oct 13 13:13:43.537 INFO kablam! ... Oct 13 13:13:43.537 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:43.537 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.538 INFO kablam! | Oct 13 13:13:43.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.538 INFO kablam! | Oct 13 13:13:43.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.538 INFO kablam! | Oct 13 13:13:43.538 INFO kablam! Oct 13 13:13:43.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.538 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.538 INFO kablam! | Oct 13 13:13:43.538 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.538 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.538 INFO kablam! ... Oct 13 13:13:43.538 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:43.538 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.538 INFO kablam! | Oct 13 13:13:43.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.538 INFO kablam! | Oct 13 13:13:43.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.538 INFO kablam! | Oct 13 13:13:43.538 INFO kablam! Oct 13 13:13:43.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.545 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.545 INFO kablam! ... Oct 13 13:13:43.545 INFO kablam! 3476 | rt_realloc_naive!(rt_primes_16381bytes_16align_realloc_naive, 16381, 16); Oct 13 13:13:43.545 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! Oct 13 13:13:43.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.545 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.545 INFO kablam! | ^^^^^ Oct 13 13:13:43.545 INFO kablam! ... Oct 13 13:13:43.545 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:43.545 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! Oct 13 13:13:43.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.545 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.545 INFO kablam! | Oct 13 13:13:43.545 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.545 INFO kablam! | ^^^^^ Oct 13 13:13:43.545 INFO kablam! ... Oct 13 13:13:43.546 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:43.546 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! Oct 13 13:13:43.546 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.546 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.546 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.546 INFO kablam! ... Oct 13 13:13:43.546 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:43.546 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! Oct 13 13:13:43.546 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.546 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.546 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.546 INFO kablam! ... Oct 13 13:13:43.546 INFO kablam! 3489 | rt_realloc_naive!(rt_primes_32749bytes_16align_realloc_naive, 32749, 16); Oct 13 13:13:43.546 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! Oct 13 13:13:43.546 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.546 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.546 INFO kablam! | ^^^^^ Oct 13 13:13:43.546 INFO kablam! ... Oct 13 13:13:43.546 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:43.546 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! Oct 13 13:13:43.546 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.546 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.546 INFO kablam! | ^^^^^ Oct 13 13:13:43.546 INFO kablam! ... Oct 13 13:13:43.546 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:43.546 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! Oct 13 13:13:43.546 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.546 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.546 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.546 INFO kablam! ... Oct 13 13:13:43.546 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:43.546 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.546 INFO kablam! | Oct 13 13:13:43.546 INFO kablam! Oct 13 13:13:43.546 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.546 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.547 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.547 INFO kablam! ... Oct 13 13:13:43.547 INFO kablam! 3502 | rt_realloc_naive!(rt_primes_65537bytes_16align_realloc_naive, 65537, 16); Oct 13 13:13:43.547 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! Oct 13 13:13:43.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.547 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.547 INFO kablam! | ^^^^^ Oct 13 13:13:43.547 INFO kablam! ... Oct 13 13:13:43.547 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:43.547 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.547 INFO kablam! | Oct 13 13:13:43.547 INFO kablam! Oct 13 13:13:43.557 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.557 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.557 INFO kablam! | ^^^^^ Oct 13 13:13:43.557 INFO kablam! ... Oct 13 13:13:43.557 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:43.557 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! Oct 13 13:13:43.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.557 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.557 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.557 INFO kablam! ... Oct 13 13:13:43.557 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:43.557 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! Oct 13 13:13:43.557 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.557 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.557 INFO kablam! | Oct 13 13:13:43.557 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.557 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.557 INFO kablam! ... Oct 13 13:13:43.557 INFO kablam! 3515 | rt_realloc_naive!(rt_primes_131071bytes_16align_realloc_naive, 131071, 16); Oct 13 13:13:43.557 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! Oct 13 13:13:43.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.558 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.558 INFO kablam! | ^^^^^ Oct 13 13:13:43.558 INFO kablam! ... Oct 13 13:13:43.558 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:43.558 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! Oct 13 13:13:43.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.558 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.558 INFO kablam! | ^^^^^ Oct 13 13:13:43.558 INFO kablam! ... Oct 13 13:13:43.558 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:43.558 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! Oct 13 13:13:43.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.558 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.558 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.558 INFO kablam! ... Oct 13 13:13:43.558 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:43.558 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! Oct 13 13:13:43.558 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.558 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.558 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.558 INFO kablam! ... Oct 13 13:13:43.558 INFO kablam! 3528 | rt_realloc_naive!(rt_primes_4194301bytes_16align_realloc_naive, 4194301, 16); Oct 13 13:13:43.558 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! Oct 13 13:13:43.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.558 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.558 INFO kablam! | ^^^^^ Oct 13 13:13:43.558 INFO kablam! ... Oct 13 13:13:43.558 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:43.558 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! Oct 13 13:13:43.558 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.558 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.558 INFO kablam! | ^^^^^ Oct 13 13:13:43.558 INFO kablam! ... Oct 13 13:13:43.558 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:43.558 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.558 INFO kablam! | Oct 13 13:13:43.558 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.558 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.559 INFO kablam! | Oct 13 13:13:43.559 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.559 INFO kablam! | Oct 13 13:13:43.559 INFO kablam! Oct 13 13:13:43.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.586 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.586 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.586 INFO kablam! ... Oct 13 13:13:43.586 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:43.586 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! Oct 13 13:13:43.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.586 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.586 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.586 INFO kablam! ... Oct 13 13:13:43.586 INFO kablam! 3544 | rt_realloc_naive!(rt_pow2_1bytes_32align_realloc_naive, 1, 32); Oct 13 13:13:43.586 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! Oct 13 13:13:43.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.586 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.586 INFO kablam! | ^^^^^ Oct 13 13:13:43.586 INFO kablam! ... Oct 13 13:13:43.586 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 13 13:13:43.586 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.586 INFO kablam! | Oct 13 13:13:43.586 INFO kablam! Oct 13 13:13:43.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.587 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.587 INFO kablam! | ^^^^^ Oct 13 13:13:43.587 INFO kablam! ... Oct 13 13:13:43.587 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 13 13:13:43.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! Oct 13 13:13:43.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.587 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.587 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.587 INFO kablam! ... Oct 13 13:13:43.587 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 13 13:13:43.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! Oct 13 13:13:43.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.587 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.587 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.587 INFO kablam! ... Oct 13 13:13:43.587 INFO kablam! 3557 | rt_realloc_naive!(rt_pow2_2bytes_32align_realloc_naive, 2, 32); Oct 13 13:13:43.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! Oct 13 13:13:43.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.587 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.587 INFO kablam! | ^^^^^ Oct 13 13:13:43.587 INFO kablam! ... Oct 13 13:13:43.587 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 13 13:13:43.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! Oct 13 13:13:43.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.587 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.587 INFO kablam! | ^^^^^ Oct 13 13:13:43.587 INFO kablam! ... Oct 13 13:13:43.587 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 13 13:13:43.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! Oct 13 13:13:43.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.587 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.587 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.587 INFO kablam! ... Oct 13 13:13:43.587 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 13 13:13:43.587 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.587 INFO kablam! | Oct 13 13:13:43.587 INFO kablam! Oct 13 13:13:43.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.588 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.588 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.588 INFO kablam! ... Oct 13 13:13:43.588 INFO kablam! 3570 | rt_realloc_naive!(rt_pow2_4bytes_32align_realloc_naive, 4, 32); Oct 13 13:13:43.588 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! Oct 13 13:13:43.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.588 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.588 INFO kablam! | ^^^^^ Oct 13 13:13:43.588 INFO kablam! ... Oct 13 13:13:43.588 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 13 13:13:43.588 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! Oct 13 13:13:43.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.588 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.588 INFO kablam! | ^^^^^ Oct 13 13:13:43.588 INFO kablam! ... Oct 13 13:13:43.588 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 13 13:13:43.588 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! Oct 13 13:13:43.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.588 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.588 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.588 INFO kablam! ... Oct 13 13:13:43.588 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 13 13:13:43.588 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! Oct 13 13:13:43.588 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.588 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.588 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.588 INFO kablam! ... Oct 13 13:13:43.588 INFO kablam! 3583 | rt_realloc_naive!(rt_pow2_8bytes_32align_realloc_naive, 8, 32); Oct 13 13:13:43.588 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.588 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! Oct 13 13:13:43.588 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.588 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.588 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.588 INFO kablam! | ^^^^^ Oct 13 13:13:43.588 INFO kablam! ... Oct 13 13:13:43.588 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 13 13:13:43.588 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.588 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! Oct 13 13:13:43.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.589 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.589 INFO kablam! | ^^^^^ Oct 13 13:13:43.589 INFO kablam! ... Oct 13 13:13:43.589 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 13 13:13:43.589 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! Oct 13 13:13:43.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.589 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.589 INFO kablam! ... Oct 13 13:13:43.589 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 13 13:13:43.589 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! Oct 13 13:13:43.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.589 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.589 INFO kablam! ... Oct 13 13:13:43.589 INFO kablam! 3596 | rt_realloc_naive!(rt_pow2_16bytes_32align_realloc_naive, 16, 32); Oct 13 13:13:43.589 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! Oct 13 13:13:43.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.589 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.589 INFO kablam! | ^^^^^ Oct 13 13:13:43.589 INFO kablam! ... Oct 13 13:13:43.589 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:43.589 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.589 INFO kablam! Oct 13 13:13:43.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.589 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.589 INFO kablam! | Oct 13 13:13:43.590 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.591 INFO kablam! | ^^^^^ Oct 13 13:13:43.591 INFO kablam! ... Oct 13 13:13:43.591 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:43.591 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! Oct 13 13:13:43.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.591 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.591 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.591 INFO kablam! ... Oct 13 13:13:43.591 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:43.591 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! Oct 13 13:13:43.591 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.591 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.591 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.591 INFO kablam! ... Oct 13 13:13:43.591 INFO kablam! 3609 | rt_realloc_naive!(rt_pow2_32bytes_32align_realloc_naive, 32, 32); Oct 13 13:13:43.591 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! Oct 13 13:13:43.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.591 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.591 INFO kablam! | ^^^^^ Oct 13 13:13:43.591 INFO kablam! ... Oct 13 13:13:43.591 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:43.591 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! Oct 13 13:13:43.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.591 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.591 INFO kablam! | ^^^^^ Oct 13 13:13:43.591 INFO kablam! ... Oct 13 13:13:43.591 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:43.591 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.591 INFO kablam! | Oct 13 13:13:43.591 INFO kablam! Oct 13 13:13:43.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.597 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.597 INFO kablam! ... Oct 13 13:13:43.597 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:43.597 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! Oct 13 13:13:43.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.597 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.597 INFO kablam! ... Oct 13 13:13:43.597 INFO kablam! 3622 | rt_realloc_naive!(rt_pow2_64bytes_32align_realloc_naive, 64, 32); Oct 13 13:13:43.597 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! Oct 13 13:13:43.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.597 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.597 INFO kablam! | ^^^^^ Oct 13 13:13:43.597 INFO kablam! ... Oct 13 13:13:43.597 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 13 13:13:43.597 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! Oct 13 13:13:43.597 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.597 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.597 INFO kablam! | ^^^^^ Oct 13 13:13:43.597 INFO kablam! ... Oct 13 13:13:43.597 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 13 13:13:43.597 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! Oct 13 13:13:43.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.597 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.597 INFO kablam! ... Oct 13 13:13:43.597 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 13 13:13:43.597 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.597 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! Oct 13 13:13:43.597 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.597 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.597 INFO kablam! | Oct 13 13:13:43.597 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.597 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.597 INFO kablam! ... Oct 13 13:13:43.597 INFO kablam! 3635 | rt_realloc_naive!(rt_pow2_128bytes_32align_realloc_naive, 128, 32); Oct 13 13:13:43.598 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! Oct 13 13:13:43.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.598 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.598 INFO kablam! | ^^^^^ Oct 13 13:13:43.598 INFO kablam! ... Oct 13 13:13:43.598 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 13 13:13:43.598 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! Oct 13 13:13:43.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.598 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.598 INFO kablam! | ^^^^^ Oct 13 13:13:43.598 INFO kablam! ... Oct 13 13:13:43.598 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 13 13:13:43.598 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! Oct 13 13:13:43.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.598 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.598 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.598 INFO kablam! ... Oct 13 13:13:43.598 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 13 13:13:43.598 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! Oct 13 13:13:43.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.598 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.598 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.598 INFO kablam! ... Oct 13 13:13:43.598 INFO kablam! 3648 | rt_realloc_naive!(rt_pow2_256bytes_32align_realloc_naive, 256, 32); Oct 13 13:13:43.598 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! Oct 13 13:13:43.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.598 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.598 INFO kablam! | ^^^^^ Oct 13 13:13:43.598 INFO kablam! ... Oct 13 13:13:43.598 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:43.598 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! Oct 13 13:13:43.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.598 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.598 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.598 INFO kablam! | ^^^^^ Oct 13 13:13:43.598 INFO kablam! ... Oct 13 13:13:43.598 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:43.598 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.598 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! Oct 13 13:13:43.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.599 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.599 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.599 INFO kablam! ... Oct 13 13:13:43.599 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:43.599 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! Oct 13 13:13:43.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.599 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.599 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.599 INFO kablam! ... Oct 13 13:13:43.599 INFO kablam! 3661 | rt_realloc_naive!(rt_pow2_512bytes_32align_realloc_naive, 512, 32); Oct 13 13:13:43.599 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! Oct 13 13:13:43.599 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.599 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.599 INFO kablam! | ^^^^^ Oct 13 13:13:43.599 INFO kablam! ... Oct 13 13:13:43.599 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:43.599 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! Oct 13 13:13:43.599 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.599 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.599 INFO kablam! | ^^^^^ Oct 13 13:13:43.599 INFO kablam! ... Oct 13 13:13:43.599 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:43.599 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! Oct 13 13:13:43.599 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.599 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.599 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.599 INFO kablam! ... Oct 13 13:13:43.599 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:43.599 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.599 INFO kablam! | Oct 13 13:13:43.599 INFO kablam! Oct 13 13:13:43.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.602 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.602 INFO kablam! | Oct 13 13:13:43.602 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.602 INFO kablam! ... Oct 13 13:13:43.602 INFO kablam! 3674 | rt_realloc_naive!(rt_pow2_1024bytes_32align_realloc_naive, 1024, 32); Oct 13 13:13:43.602 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.602 INFO kablam! | Oct 13 13:13:43.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.602 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! Oct 13 13:13:43.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.603 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.603 INFO kablam! | ^^^^^ Oct 13 13:13:43.603 INFO kablam! ... Oct 13 13:13:43.603 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:43.603 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! Oct 13 13:13:43.603 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.603 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.603 INFO kablam! | ^^^^^ Oct 13 13:13:43.603 INFO kablam! ... Oct 13 13:13:43.603 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:43.603 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.603 INFO kablam! | Oct 13 13:13:43.603 INFO kablam! Oct 13 13:13:43.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.608 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.608 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.608 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.608 INFO kablam! ... Oct 13 13:13:43.608 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:43.608 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.608 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.608 INFO kablam! Oct 13 13:13:43.608 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.608 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.608 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.608 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.608 INFO kablam! ... Oct 13 13:13:43.608 INFO kablam! 3687 | rt_realloc_naive!(rt_pow2_2048bytes_32align_realloc_naive, 2048, 32); Oct 13 13:13:43.608 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.608 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.608 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.608 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! Oct 13 13:13:43.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.609 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.609 INFO kablam! | ^^^^^ Oct 13 13:13:43.609 INFO kablam! ... Oct 13 13:13:43.609 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:43.609 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! Oct 13 13:13:43.609 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.609 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.609 INFO kablam! | ^^^^^ Oct 13 13:13:43.609 INFO kablam! ... Oct 13 13:13:43.609 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:43.609 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.609 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.609 INFO kablam! | Oct 13 13:13:43.609 INFO kablam! Oct 13 13:13:43.609 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.610 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.610 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.610 INFO kablam! ... Oct 13 13:13:43.610 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:43.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! Oct 13 13:13:43.610 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.610 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.610 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.610 INFO kablam! ... Oct 13 13:13:43.610 INFO kablam! 3700 | rt_realloc_naive!(rt_pow2_4096bytes_32align_realloc_naive, 4096, 32); Oct 13 13:13:43.610 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.610 INFO kablam! | Oct 13 13:13:43.610 INFO kablam! Oct 13 13:13:43.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.613 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.613 INFO kablam! | ^^^^^ Oct 13 13:13:43.613 INFO kablam! ... Oct 13 13:13:43.613 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 13 13:13:43.613 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! Oct 13 13:13:43.613 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.613 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.613 INFO kablam! | ^^^^^ Oct 13 13:13:43.613 INFO kablam! ... Oct 13 13:13:43.613 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 13 13:13:43.613 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! Oct 13 13:13:43.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.613 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.613 INFO kablam! ... Oct 13 13:13:43.613 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 13 13:13:43.613 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! Oct 13 13:13:43.613 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.613 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.613 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.613 INFO kablam! ... Oct 13 13:13:43.613 INFO kablam! 3713 | rt_realloc_naive!(rt_pow2_8192bytes_32align_realloc_naive, 8192, 32); Oct 13 13:13:43.613 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.613 INFO kablam! | Oct 13 13:13:43.613 INFO kablam! Oct 13 13:13:43.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.616 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.616 INFO kablam! | ^^^^^ Oct 13 13:13:43.616 INFO kablam! ... Oct 13 13:13:43.616 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:43.616 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! Oct 13 13:13:43.616 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.616 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.616 INFO kablam! | ^^^^^ Oct 13 13:13:43.616 INFO kablam! ... Oct 13 13:13:43.616 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:43.616 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! Oct 13 13:13:43.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.616 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.616 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.616 INFO kablam! ... Oct 13 13:13:43.616 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:43.616 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.616 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.616 INFO kablam! | Oct 13 13:13:43.616 INFO kablam! Oct 13 13:13:43.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.620 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.620 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.620 INFO kablam! ... Oct 13 13:13:43.620 INFO kablam! 3726 | rt_realloc_naive!(rt_pow2_16384bytes_32align_realloc_naive, 16384, 32); Oct 13 13:13:43.620 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! Oct 13 13:13:43.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.620 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.620 INFO kablam! | ^^^^^ Oct 13 13:13:43.620 INFO kablam! ... Oct 13 13:13:43.620 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:43.620 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! Oct 13 13:13:43.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.620 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.620 INFO kablam! | ^^^^^ Oct 13 13:13:43.620 INFO kablam! ... Oct 13 13:13:43.620 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:43.620 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! Oct 13 13:13:43.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.620 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.620 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.620 INFO kablam! ... Oct 13 13:13:43.620 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:43.620 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.620 INFO kablam! | Oct 13 13:13:43.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.621 INFO kablam! | Oct 13 13:13:43.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.621 INFO kablam! | Oct 13 13:13:43.621 INFO kablam! Oct 13 13:13:43.626 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.626 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.626 INFO kablam! | Oct 13 13:13:43.626 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.626 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.626 INFO kablam! ... Oct 13 13:13:43.626 INFO kablam! 3739 | rt_realloc_naive!(rt_pow2_32768bytes_32align_realloc_naive, 32768, 32); Oct 13 13:13:43.626 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.626 INFO kablam! | Oct 13 13:13:43.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.626 INFO kablam! | Oct 13 13:13:43.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.626 INFO kablam! | Oct 13 13:13:43.626 INFO kablam! Oct 13 13:13:43.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.628 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.628 INFO kablam! | Oct 13 13:13:43.628 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.628 INFO kablam! | ^^^^^ Oct 13 13:13:43.628 INFO kablam! ... Oct 13 13:13:43.628 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:43.628 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.628 INFO kablam! | Oct 13 13:13:43.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.628 INFO kablam! | Oct 13 13:13:43.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.628 INFO kablam! | Oct 13 13:13:43.628 INFO kablam! Oct 13 13:13:43.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.628 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.628 INFO kablam! | Oct 13 13:13:43.628 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.629 INFO kablam! | ^^^^^ Oct 13 13:13:43.629 INFO kablam! ... Oct 13 13:13:43.629 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:43.629 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.629 INFO kablam! | Oct 13 13:13:43.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.629 INFO kablam! | Oct 13 13:13:43.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.629 INFO kablam! | Oct 13 13:13:43.629 INFO kablam! Oct 13 13:13:43.633 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.633 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.633 INFO kablam! | Oct 13 13:13:43.633 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.633 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.633 INFO kablam! ... Oct 13 13:13:43.633 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:43.633 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.633 INFO kablam! | Oct 13 13:13:43.633 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.633 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.633 INFO kablam! | Oct 13 13:13:43.633 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.633 INFO kablam! | Oct 13 13:13:43.633 INFO kablam! Oct 13 13:13:43.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.637 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.637 INFO kablam! ... Oct 13 13:13:43.637 INFO kablam! 3752 | rt_realloc_naive!(rt_pow2_65536bytes_32align_realloc_naive, 65536, 32); Oct 13 13:13:43.637 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! Oct 13 13:13:43.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.637 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.637 INFO kablam! | ^^^^^ Oct 13 13:13:43.637 INFO kablam! ... Oct 13 13:13:43.637 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:43.637 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! Oct 13 13:13:43.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.637 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.637 INFO kablam! | ^^^^^ Oct 13 13:13:43.637 INFO kablam! ... Oct 13 13:13:43.637 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:43.637 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.637 INFO kablam! | Oct 13 13:13:43.637 INFO kablam! Oct 13 13:13:43.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.638 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.638 INFO kablam! ... Oct 13 13:13:43.638 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:43.638 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.638 INFO kablam! | Oct 13 13:13:43.638 INFO kablam! Oct 13 13:13:43.639 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.639 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.639 INFO kablam! | Oct 13 13:13:43.639 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.639 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.639 INFO kablam! ... Oct 13 13:13:43.639 INFO kablam! 3765 | rt_realloc_naive!(rt_pow2_131072bytes_32align_realloc_naive, 131072, 32); Oct 13 13:13:43.639 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.639 INFO kablam! | Oct 13 13:13:43.639 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.639 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.639 INFO kablam! | Oct 13 13:13:43.639 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.639 INFO kablam! | Oct 13 13:13:43.639 INFO kablam! Oct 13 13:13:43.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.645 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.645 INFO kablam! | ^^^^^ Oct 13 13:13:43.645 INFO kablam! ... Oct 13 13:13:43.645 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:43.645 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! Oct 13 13:13:43.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.645 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.645 INFO kablam! | ^^^^^ Oct 13 13:13:43.645 INFO kablam! ... Oct 13 13:13:43.645 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:43.645 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! Oct 13 13:13:43.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.645 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.645 INFO kablam! ... Oct 13 13:13:43.645 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:43.645 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! Oct 13 13:13:43.645 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.645 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.645 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.645 INFO kablam! ... Oct 13 13:13:43.645 INFO kablam! 3778 | rt_realloc_naive!(rt_pow2_4194304bytes_32align_realloc_naive, 4194304, 32); Oct 13 13:13:43.645 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! Oct 13 13:13:43.645 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.645 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.645 INFO kablam! | ^^^^^ Oct 13 13:13:43.645 INFO kablam! ... Oct 13 13:13:43.645 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:43.645 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.645 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.645 INFO kablam! | Oct 13 13:13:43.645 INFO kablam! Oct 13 13:13:43.648 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.648 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.648 INFO kablam! | ^^^^^ Oct 13 13:13:43.648 INFO kablam! ... Oct 13 13:13:43.648 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:43.648 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! Oct 13 13:13:43.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.648 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.648 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.648 INFO kablam! ... Oct 13 13:13:43.648 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:43.648 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.648 INFO kablam! | Oct 13 13:13:43.648 INFO kablam! Oct 13 13:13:43.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.648 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.649 INFO kablam! ... Oct 13 13:13:43.649 INFO kablam! 3792 | rt_realloc_naive!(rt_even_10bytes_32align_realloc_naive, 10, 32); Oct 13 13:13:43.649 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! Oct 13 13:13:43.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.649 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.649 INFO kablam! | ^^^^^ Oct 13 13:13:43.649 INFO kablam! ... Oct 13 13:13:43.649 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:43.649 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.649 INFO kablam! | Oct 13 13:13:43.649 INFO kablam! Oct 13 13:13:43.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.656 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.656 INFO kablam! | ^^^^^ Oct 13 13:13:43.656 INFO kablam! ... Oct 13 13:13:43.656 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:43.656 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! Oct 13 13:13:43.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.656 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.656 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.656 INFO kablam! ... Oct 13 13:13:43.656 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:43.656 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! Oct 13 13:13:43.656 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.656 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.656 INFO kablam! | Oct 13 13:13:43.656 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.656 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.657 INFO kablam! ... Oct 13 13:13:43.657 INFO kablam! 3805 | rt_realloc_naive!(rt_even_100bytes_32align_realloc_naive, 100, 32); Oct 13 13:13:43.657 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.657 INFO kablam! | Oct 13 13:13:43.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.657 INFO kablam! | Oct 13 13:13:43.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.657 INFO kablam! | Oct 13 13:13:43.657 INFO kablam! Oct 13 13:13:43.661 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.661 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.661 INFO kablam! | Oct 13 13:13:43.661 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.661 INFO kablam! | ^^^^^ Oct 13 13:13:43.661 INFO kablam! ... Oct 13 13:13:43.661 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:43.661 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.661 INFO kablam! | Oct 13 13:13:43.661 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.661 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.661 INFO kablam! | Oct 13 13:13:43.661 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.661 INFO kablam! | Oct 13 13:13:43.661 INFO kablam! Oct 13 13:13:43.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.666 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.666 INFO kablam! | ^^^^^ Oct 13 13:13:43.666 INFO kablam! ... Oct 13 13:13:43.666 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:43.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! Oct 13 13:13:43.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.666 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.666 INFO kablam! ... Oct 13 13:13:43.666 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:43.666 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! Oct 13 13:13:43.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.666 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.666 INFO kablam! | Oct 13 13:13:43.666 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.666 INFO kablam! ... Oct 13 13:13:43.666 INFO kablam! 3818 | rt_realloc_naive!(rt_even_1000bytes_32align_realloc_naive, 1000, 32); Oct 13 13:13:43.667 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.667 INFO kablam! | Oct 13 13:13:43.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.667 INFO kablam! | Oct 13 13:13:43.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.667 INFO kablam! | Oct 13 13:13:43.667 INFO kablam! Oct 13 13:13:43.667 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.667 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.667 INFO kablam! | Oct 13 13:13:43.667 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.667 INFO kablam! | ^^^^^ Oct 13 13:13:43.667 INFO kablam! ... Oct 13 13:13:43.667 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 13 13:13:43.667 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.667 INFO kablam! | Oct 13 13:13:43.667 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.667 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.667 INFO kablam! | Oct 13 13:13:43.667 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.667 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! Oct 13 13:13:43.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.672 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.672 INFO kablam! | ^^^^^ Oct 13 13:13:43.672 INFO kablam! ... Oct 13 13:13:43.672 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 13 13:13:43.672 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! Oct 13 13:13:43.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.672 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.672 INFO kablam! ... Oct 13 13:13:43.672 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 13 13:13:43.672 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! Oct 13 13:13:43.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.672 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.672 INFO kablam! ... Oct 13 13:13:43.672 INFO kablam! 3831 | rt_realloc_naive!(rt_even_10000bytes_32align_realloc_naive, 10000, 32); Oct 13 13:13:43.672 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.672 INFO kablam! | Oct 13 13:13:43.672 INFO kablam! Oct 13 13:13:43.675 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.675 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.675 INFO kablam! | ^^^^^ Oct 13 13:13:43.675 INFO kablam! ... Oct 13 13:13:43.675 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:43.675 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! Oct 13 13:13:43.675 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.675 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.675 INFO kablam! | ^^^^^ Oct 13 13:13:43.675 INFO kablam! ... Oct 13 13:13:43.675 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:43.675 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.675 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.675 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.675 INFO kablam! | Oct 13 13:13:43.676 INFO kablam! Oct 13 13:13:43.676 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.676 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.676 INFO kablam! | Oct 13 13:13:43.676 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.676 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.676 INFO kablam! ... Oct 13 13:13:43.676 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:43.676 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.676 INFO kablam! | Oct 13 13:13:43.676 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.676 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.676 INFO kablam! | Oct 13 13:13:43.676 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.676 INFO kablam! | Oct 13 13:13:43.676 INFO kablam! Oct 13 13:13:43.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.681 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.681 INFO kablam! | Oct 13 13:13:43.681 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.681 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.681 INFO kablam! ... Oct 13 13:13:43.681 INFO kablam! 3844 | rt_realloc_naive!(rt_even_100000bytes_32align_realloc_naive, 100000, 32); Oct 13 13:13:43.681 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.681 INFO kablam! | Oct 13 13:13:43.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.681 INFO kablam! | Oct 13 13:13:43.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.681 INFO kablam! | Oct 13 13:13:43.681 INFO kablam! Oct 13 13:13:43.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.685 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.685 INFO kablam! | ^^^^^ Oct 13 13:13:43.685 INFO kablam! ... Oct 13 13:13:43.685 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:43.685 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! Oct 13 13:13:43.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.685 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.685 INFO kablam! | ^^^^^ Oct 13 13:13:43.685 INFO kablam! ... Oct 13 13:13:43.685 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:43.685 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! Oct 13 13:13:43.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.685 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.685 INFO kablam! ... Oct 13 13:13:43.685 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:43.685 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.685 INFO kablam! | Oct 13 13:13:43.685 INFO kablam! Oct 13 13:13:43.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.690 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.690 INFO kablam! ... Oct 13 13:13:43.690 INFO kablam! 3857 | rt_realloc_naive!(rt_even_1000000bytes_32align_realloc_naive, 1000000, 32); Oct 13 13:13:43.690 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! Oct 13 13:13:43.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.690 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.690 INFO kablam! | ^^^^^ Oct 13 13:13:43.690 INFO kablam! ... Oct 13 13:13:43.690 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:43.690 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! Oct 13 13:13:43.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.690 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.690 INFO kablam! | Oct 13 13:13:43.690 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.690 INFO kablam! | ^^^^^ Oct 13 13:13:43.690 INFO kablam! ... Oct 13 13:13:43.690 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:43.691 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! Oct 13 13:13:43.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.691 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.691 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.691 INFO kablam! ... Oct 13 13:13:43.691 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:43.691 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! Oct 13 13:13:43.691 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.691 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.691 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.691 INFO kablam! ... Oct 13 13:13:43.691 INFO kablam! 3871 | rt_realloc_naive!(rt_odd_10bytes_32align_realloc_naive, 10- 1, 32); Oct 13 13:13:43.691 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! Oct 13 13:13:43.691 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.691 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.691 INFO kablam! | ^^^^^ Oct 13 13:13:43.691 INFO kablam! ... Oct 13 13:13:43.691 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:43.691 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.691 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.691 INFO kablam! | Oct 13 13:13:43.691 INFO kablam! Oct 13 13:13:43.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.696 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.696 INFO kablam! | ^^^^^ Oct 13 13:13:43.696 INFO kablam! ... Oct 13 13:13:43.696 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:43.696 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! Oct 13 13:13:43.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.696 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.696 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.696 INFO kablam! ... Oct 13 13:13:43.696 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:43.696 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! Oct 13 13:13:43.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.696 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.696 INFO kablam! | Oct 13 13:13:43.696 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.696 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.696 INFO kablam! ... Oct 13 13:13:43.697 INFO kablam! 3884 | rt_realloc_naive!(rt_odd_100bytes_32align_realloc_naive, 100- 1, 32); Oct 13 13:13:43.697 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! Oct 13 13:13:43.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.697 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.697 INFO kablam! | ^^^^^ Oct 13 13:13:43.697 INFO kablam! ... Oct 13 13:13:43.697 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:43.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! Oct 13 13:13:43.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.697 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.697 INFO kablam! | ^^^^^ Oct 13 13:13:43.697 INFO kablam! ... Oct 13 13:13:43.697 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:43.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! Oct 13 13:13:43.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.697 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.697 INFO kablam! ... Oct 13 13:13:43.697 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:43.697 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.697 INFO kablam! | Oct 13 13:13:43.697 INFO kablam! Oct 13 13:13:43.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.706 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.706 INFO kablam! ... Oct 13 13:13:43.706 INFO kablam! 3897 | rt_realloc_naive!(rt_odd_1000bytes_32align_realloc_naive, 1000- 1, 32); Oct 13 13:13:43.706 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! Oct 13 13:13:43.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.706 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.706 INFO kablam! | ^^^^^ Oct 13 13:13:43.706 INFO kablam! ... Oct 13 13:13:43.706 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:43.706 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! Oct 13 13:13:43.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.706 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.706 INFO kablam! | ^^^^^ Oct 13 13:13:43.706 INFO kablam! ... Oct 13 13:13:43.706 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:43.706 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! Oct 13 13:13:43.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.706 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.706 INFO kablam! ... Oct 13 13:13:43.706 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:43.706 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! Oct 13 13:13:43.706 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.706 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.706 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.706 INFO kablam! ... Oct 13 13:13:43.706 INFO kablam! 3910 | rt_realloc_naive!(rt_odd_10000bytes_32align_realloc_naive, 10000- 1, 32); Oct 13 13:13:43.706 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.706 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! Oct 13 13:13:43.706 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.706 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.706 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.706 INFO kablam! | ^^^^^ Oct 13 13:13:43.706 INFO kablam! ... Oct 13 13:13:43.706 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:43.706 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.706 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! Oct 13 13:13:43.707 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.707 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.707 INFO kablam! | ^^^^^ Oct 13 13:13:43.707 INFO kablam! ... Oct 13 13:13:43.707 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:43.707 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! Oct 13 13:13:43.707 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.707 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.707 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.707 INFO kablam! ... Oct 13 13:13:43.707 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:43.707 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.707 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.707 INFO kablam! | Oct 13 13:13:43.707 INFO kablam! Oct 13 13:13:43.712 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.714 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.714 INFO kablam! ... Oct 13 13:13:43.714 INFO kablam! 3923 | rt_realloc_naive!(rt_odd_100000bytes_32align_realloc_naive, 100000- 1, 32); Oct 13 13:13:43.714 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! Oct 13 13:13:43.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.714 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.714 INFO kablam! | ^^^^^ Oct 13 13:13:43.714 INFO kablam! ... Oct 13 13:13:43.714 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:43.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! Oct 13 13:13:43.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.714 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.714 INFO kablam! | ^^^^^ Oct 13 13:13:43.714 INFO kablam! ... Oct 13 13:13:43.714 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:43.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! Oct 13 13:13:43.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.714 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.714 INFO kablam! ... Oct 13 13:13:43.714 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:43.714 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.714 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! Oct 13 13:13:43.715 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.715 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.715 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.715 INFO kablam! ... Oct 13 13:13:43.715 INFO kablam! 3936 | rt_realloc_naive!(rt_odd_1000000bytes_32align_realloc_naive, 1000000- 1, 32); Oct 13 13:13:43.715 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! Oct 13 13:13:43.715 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.715 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.715 INFO kablam! | ^^^^^ Oct 13 13:13:43.715 INFO kablam! ... Oct 13 13:13:43.715 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:43.715 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! Oct 13 13:13:43.715 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.715 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.715 INFO kablam! | ^^^^^ Oct 13 13:13:43.715 INFO kablam! ... Oct 13 13:13:43.715 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:43.715 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.715 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.715 INFO kablam! | Oct 13 13:13:43.715 INFO kablam! Oct 13 13:13:43.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.726 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.726 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.726 INFO kablam! ... Oct 13 13:13:43.726 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:43.726 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! Oct 13 13:13:43.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.726 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.726 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.726 INFO kablam! ... Oct 13 13:13:43.726 INFO kablam! 3950 | rt_realloc_naive!(rt_primes_3bytes_32align_realloc_naive, 3, 32); Oct 13 13:13:43.726 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! Oct 13 13:13:43.726 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.726 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.726 INFO kablam! | ^^^^^ Oct 13 13:13:43.726 INFO kablam! ... Oct 13 13:13:43.726 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:43.726 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! Oct 13 13:13:43.726 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.726 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.726 INFO kablam! | ^^^^^ Oct 13 13:13:43.726 INFO kablam! ... Oct 13 13:13:43.726 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:43.726 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.726 INFO kablam! | Oct 13 13:13:43.726 INFO kablam! Oct 13 13:13:43.726 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.726 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.727 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.727 INFO kablam! ... Oct 13 13:13:43.727 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:43.727 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! Oct 13 13:13:43.727 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.727 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.727 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.727 INFO kablam! ... Oct 13 13:13:43.727 INFO kablam! 3963 | rt_realloc_naive!(rt_primes_7bytes_32align_realloc_naive, 7, 32); Oct 13 13:13:43.727 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! Oct 13 13:13:43.727 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.727 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.727 INFO kablam! | ^^^^^ Oct 13 13:13:43.727 INFO kablam! ... Oct 13 13:13:43.727 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:43.727 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.727 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.727 INFO kablam! | Oct 13 13:13:43.727 INFO kablam! Oct 13 13:13:43.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.730 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.730 INFO kablam! | Oct 13 13:13:43.730 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.730 INFO kablam! | ^^^^^ Oct 13 13:13:43.730 INFO kablam! ... Oct 13 13:13:43.730 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:43.730 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.730 INFO kablam! | Oct 13 13:13:43.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.730 INFO kablam! | Oct 13 13:13:43.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! Oct 13 13:13:43.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.731 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.731 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.731 INFO kablam! ... Oct 13 13:13:43.731 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:43.731 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! Oct 13 13:13:43.731 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.731 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.731 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.731 INFO kablam! ... Oct 13 13:13:43.731 INFO kablam! 3976 | rt_realloc_naive!(rt_primes_13bytes_32align_realloc_naive, 13, 32); Oct 13 13:13:43.731 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! Oct 13 13:13:43.731 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.731 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.731 INFO kablam! | ^^^^^ Oct 13 13:13:43.731 INFO kablam! ... Oct 13 13:13:43.731 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 13 13:13:43.731 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.731 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.731 INFO kablam! | Oct 13 13:13:43.731 INFO kablam! Oct 13 13:13:43.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.736 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.736 INFO kablam! | Oct 13 13:13:43.736 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.737 INFO kablam! | ^^^^^ Oct 13 13:13:43.737 INFO kablam! ... Oct 13 13:13:43.737 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 13 13:13:43.737 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! Oct 13 13:13:43.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.737 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.737 INFO kablam! ... Oct 13 13:13:43.737 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 13 13:13:43.737 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! Oct 13 13:13:43.737 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.737 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.737 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.737 INFO kablam! ... Oct 13 13:13:43.737 INFO kablam! 3989 | rt_realloc_naive!(rt_primes_17bytes_32align_realloc_naive, 17, 32); Oct 13 13:13:43.737 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! Oct 13 13:13:43.737 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.737 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.737 INFO kablam! | ^^^^^ Oct 13 13:13:43.737 INFO kablam! ... Oct 13 13:13:43.737 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:43.737 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.737 INFO kablam! | Oct 13 13:13:43.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! Oct 13 13:13:43.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.738 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.738 INFO kablam! | ^^^^^ Oct 13 13:13:43.738 INFO kablam! ... Oct 13 13:13:43.738 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:43.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! Oct 13 13:13:43.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.738 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.738 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.738 INFO kablam! ... Oct 13 13:13:43.738 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:43.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! Oct 13 13:13:43.738 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.738 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.738 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.738 INFO kablam! ... Oct 13 13:13:43.738 INFO kablam! 4002 | rt_realloc_naive!(rt_primes_31bytes_32align_realloc_naive, 31, 32); Oct 13 13:13:43.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! Oct 13 13:13:43.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.738 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.738 INFO kablam! | ^^^^^ Oct 13 13:13:43.738 INFO kablam! ... Oct 13 13:13:43.738 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:43.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! Oct 13 13:13:43.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.738 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.738 INFO kablam! | ^^^^^ Oct 13 13:13:43.738 INFO kablam! ... Oct 13 13:13:43.738 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:43.738 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.738 INFO kablam! | Oct 13 13:13:43.738 INFO kablam! Oct 13 13:13:43.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.744 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.744 INFO kablam! ... Oct 13 13:13:43.744 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:43.744 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! Oct 13 13:13:43.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.744 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.744 INFO kablam! ... Oct 13 13:13:43.744 INFO kablam! 4015 | rt_realloc_naive!(rt_primes_61bytes_32align_realloc_naive, 61, 32); Oct 13 13:13:43.744 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! Oct 13 13:13:43.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.744 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.744 INFO kablam! | ^^^^^ Oct 13 13:13:43.744 INFO kablam! ... Oct 13 13:13:43.744 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:43.744 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.744 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! Oct 13 13:13:43.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.745 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.745 INFO kablam! | ^^^^^ Oct 13 13:13:43.745 INFO kablam! ... Oct 13 13:13:43.745 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:43.745 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! Oct 13 13:13:43.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.745 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.745 INFO kablam! ... Oct 13 13:13:43.745 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:43.745 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! Oct 13 13:13:43.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.745 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.745 INFO kablam! ... Oct 13 13:13:43.745 INFO kablam! 4028 | rt_realloc_naive!(rt_primes_96bytes_32align_realloc_naive, 96, 32); Oct 13 13:13:43.745 INFO kablam! | ------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! Oct 13 13:13:43.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.745 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.745 INFO kablam! | ^^^^^ Oct 13 13:13:43.745 INFO kablam! ... Oct 13 13:13:43.745 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:43.745 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.745 INFO kablam! | Oct 13 13:13:43.745 INFO kablam! Oct 13 13:13:43.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.752 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.752 INFO kablam! | ^^^^^ Oct 13 13:13:43.752 INFO kablam! ... Oct 13 13:13:43.752 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:43.752 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! Oct 13 13:13:43.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.752 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.752 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.752 INFO kablam! ... Oct 13 13:13:43.752 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:43.752 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! Oct 13 13:13:43.752 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.752 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.752 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.752 INFO kablam! ... Oct 13 13:13:43.752 INFO kablam! 4041 | rt_realloc_naive!(rt_primes_127bytes_32align_realloc_naive, 127, 32); Oct 13 13:13:43.752 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! Oct 13 13:13:43.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.752 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.752 INFO kablam! | Oct 13 13:13:43.752 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.753 INFO kablam! | ^^^^^ Oct 13 13:13:43.753 INFO kablam! ... Oct 13 13:13:43.753 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:43.753 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! Oct 13 13:13:43.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.753 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.753 INFO kablam! | ^^^^^ Oct 13 13:13:43.753 INFO kablam! ... Oct 13 13:13:43.753 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:43.753 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! Oct 13 13:13:43.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.753 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.753 INFO kablam! ... Oct 13 13:13:43.753 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:43.753 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! Oct 13 13:13:43.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.753 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.753 INFO kablam! ... Oct 13 13:13:43.753 INFO kablam! 4054 | rt_realloc_naive!(rt_primes_257bytes_32align_realloc_naive, 257, 32); Oct 13 13:13:43.753 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! Oct 13 13:13:43.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.753 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.753 INFO kablam! | ^^^^^ Oct 13 13:13:43.753 INFO kablam! ... Oct 13 13:13:43.753 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:43.753 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! Oct 13 13:13:43.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.753 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.753 INFO kablam! | ^^^^^ Oct 13 13:13:43.753 INFO kablam! ... Oct 13 13:13:43.753 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:43.753 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.753 INFO kablam! | Oct 13 13:13:43.753 INFO kablam! Oct 13 13:13:43.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.768 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.768 INFO kablam! | Oct 13 13:13:43.768 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.768 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.768 INFO kablam! ... Oct 13 13:13:43.768 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:43.768 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.768 INFO kablam! | Oct 13 13:13:43.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.768 INFO kablam! | Oct 13 13:13:43.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.768 INFO kablam! | Oct 13 13:13:43.768 INFO kablam! Oct 13 13:13:43.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.768 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.768 INFO kablam! | Oct 13 13:13:43.768 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.768 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.769 INFO kablam! ... Oct 13 13:13:43.769 INFO kablam! 4067 | rt_realloc_naive!(rt_primes_509bytes_32align_realloc_naive, 509, 32); Oct 13 13:13:43.769 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.769 INFO kablam! | Oct 13 13:13:43.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.769 INFO kablam! | Oct 13 13:13:43.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.769 INFO kablam! | Oct 13 13:13:43.769 INFO kablam! Oct 13 13:13:43.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.769 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.769 INFO kablam! | Oct 13 13:13:43.769 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.769 INFO kablam! | ^^^^^ Oct 13 13:13:43.769 INFO kablam! ... Oct 13 13:13:43.769 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:43.769 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.769 INFO kablam! | Oct 13 13:13:43.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.769 INFO kablam! | Oct 13 13:13:43.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.769 INFO kablam! | Oct 13 13:13:43.769 INFO kablam! Oct 13 13:13:43.770 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.770 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.770 INFO kablam! | Oct 13 13:13:43.770 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.770 INFO kablam! | ^^^^^ Oct 13 13:13:43.770 INFO kablam! ... Oct 13 13:13:43.770 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:43.770 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.770 INFO kablam! | Oct 13 13:13:43.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.770 INFO kablam! | Oct 13 13:13:43.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.770 INFO kablam! | Oct 13 13:13:43.770 INFO kablam! Oct 13 13:13:43.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.770 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.770 INFO kablam! | Oct 13 13:13:43.770 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.770 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.770 INFO kablam! ... Oct 13 13:13:43.770 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:43.770 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.770 INFO kablam! | Oct 13 13:13:43.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.770 INFO kablam! | Oct 13 13:13:43.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.771 INFO kablam! | Oct 13 13:13:43.771 INFO kablam! Oct 13 13:13:43.771 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.771 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.771 INFO kablam! | Oct 13 13:13:43.771 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.771 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.771 INFO kablam! ... Oct 13 13:13:43.771 INFO kablam! 4080 | rt_realloc_naive!(rt_primes_1021bytes_32align_realloc_naive, 1021, 32); Oct 13 13:13:43.771 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.771 INFO kablam! | Oct 13 13:13:43.771 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.771 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.771 INFO kablam! | Oct 13 13:13:43.771 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.771 INFO kablam! | Oct 13 13:13:43.771 INFO kablam! Oct 13 13:13:43.771 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.771 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.771 INFO kablam! | Oct 13 13:13:43.771 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.772 INFO kablam! | ^^^^^ Oct 13 13:13:43.772 INFO kablam! ... Oct 13 13:13:43.772 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:43.772 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.772 INFO kablam! | Oct 13 13:13:43.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.772 INFO kablam! | Oct 13 13:13:43.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.772 INFO kablam! | Oct 13 13:13:43.772 INFO kablam! Oct 13 13:13:43.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.772 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.772 INFO kablam! | Oct 13 13:13:43.774 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.777 INFO kablam! | ^^^^^ Oct 13 13:13:43.777 INFO kablam! ... Oct 13 13:13:43.777 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:43.777 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! Oct 13 13:13:43.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.778 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.778 INFO kablam! ... Oct 13 13:13:43.778 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:43.778 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! Oct 13 13:13:43.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.778 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.778 INFO kablam! | Oct 13 13:13:43.778 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.779 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.779 INFO kablam! ... Oct 13 13:13:43.779 INFO kablam! 4093 | rt_realloc_naive!(rt_primes_2039bytes_32align_realloc_naive, 2039, 32); Oct 13 13:13:43.779 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.779 INFO kablam! | Oct 13 13:13:43.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.779 INFO kablam! | Oct 13 13:13:43.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.779 INFO kablam! | Oct 13 13:13:43.779 INFO kablam! Oct 13 13:13:43.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.779 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.779 INFO kablam! | Oct 13 13:13:43.779 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.779 INFO kablam! | ^^^^^ Oct 13 13:13:43.779 INFO kablam! ... Oct 13 13:13:43.779 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:43.779 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.779 INFO kablam! | Oct 13 13:13:43.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.779 INFO kablam! | Oct 13 13:13:43.780 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.780 INFO kablam! | Oct 13 13:13:43.780 INFO kablam! Oct 13 13:13:43.780 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.780 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.780 INFO kablam! | Oct 13 13:13:43.780 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.780 INFO kablam! | ^^^^^ Oct 13 13:13:43.782 INFO kablam! ... Oct 13 13:13:43.782 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:43.787 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.787 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.788 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! Oct 13 13:13:43.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.788 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.788 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.788 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.788 INFO kablam! ... Oct 13 13:13:43.788 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:43.788 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.788 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.788 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.788 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! Oct 13 13:13:43.788 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.788 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.788 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.788 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.788 INFO kablam! ... Oct 13 13:13:43.788 INFO kablam! 4106 | rt_realloc_naive!(rt_primes_4093bytes_32align_realloc_naive, 4093, 32); Oct 13 13:13:43.788 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.788 INFO kablam! | Oct 13 13:13:43.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! Oct 13 13:13:43.790 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.790 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.790 INFO kablam! | ^^^^^ Oct 13 13:13:43.790 INFO kablam! ... Oct 13 13:13:43.790 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:43.790 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! Oct 13 13:13:43.790 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.790 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.790 INFO kablam! | ^^^^^ Oct 13 13:13:43.790 INFO kablam! ... Oct 13 13:13:43.790 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:43.790 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.790 INFO kablam! | Oct 13 13:13:43.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! Oct 13 13:13:43.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.791 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.791 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.791 INFO kablam! ... Oct 13 13:13:43.791 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:43.791 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! Oct 13 13:13:43.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.791 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.791 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.791 INFO kablam! ... Oct 13 13:13:43.791 INFO kablam! 4119 | rt_realloc_naive!(rt_primes_8191bytes_32align_realloc_naive, 8191, 32); Oct 13 13:13:43.791 INFO kablam! | ----------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! Oct 13 13:13:43.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.791 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.791 INFO kablam! | ^^^^^ Oct 13 13:13:43.791 INFO kablam! ... Oct 13 13:13:43.791 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:43.791 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! Oct 13 13:13:43.791 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.791 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.791 INFO kablam! | ^^^^^ Oct 13 13:13:43.791 INFO kablam! ... Oct 13 13:13:43.791 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:43.791 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! Oct 13 13:13:43.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.791 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.791 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.791 INFO kablam! ... Oct 13 13:13:43.791 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:43.791 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! Oct 13 13:13:43.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.791 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.791 INFO kablam! | Oct 13 13:13:43.791 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.791 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.791 INFO kablam! ... Oct 13 13:13:43.791 INFO kablam! 4132 | rt_realloc_naive!(rt_primes_16381bytes_32align_realloc_naive, 16381, 32); Oct 13 13:13:43.792 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! Oct 13 13:13:43.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.792 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.792 INFO kablam! | ^^^^^ Oct 13 13:13:43.792 INFO kablam! ... Oct 13 13:13:43.792 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:43.792 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! Oct 13 13:13:43.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.792 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.792 INFO kablam! | ^^^^^ Oct 13 13:13:43.792 INFO kablam! ... Oct 13 13:13:43.792 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:43.792 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! Oct 13 13:13:43.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.792 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.792 INFO kablam! ... Oct 13 13:13:43.792 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:43.792 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! Oct 13 13:13:43.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.792 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.792 INFO kablam! ... Oct 13 13:13:43.792 INFO kablam! 4145 | rt_realloc_naive!(rt_primes_32749bytes_32align_realloc_naive, 32749, 32); Oct 13 13:13:43.792 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! Oct 13 13:13:43.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.792 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.792 INFO kablam! | ^^^^^ Oct 13 13:13:43.792 INFO kablam! ... Oct 13 13:13:43.792 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:43.792 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! Oct 13 13:13:43.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.792 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.792 INFO kablam! | Oct 13 13:13:43.792 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.793 INFO kablam! | ^^^^^ Oct 13 13:13:43.793 INFO kablam! ... Oct 13 13:13:43.793 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:43.793 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! Oct 13 13:13:43.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.793 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.793 INFO kablam! ... Oct 13 13:13:43.793 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:43.793 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! Oct 13 13:13:43.793 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.793 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.793 INFO kablam! ... Oct 13 13:13:43.793 INFO kablam! 4158 | rt_realloc_naive!(rt_primes_65537bytes_32align_realloc_naive, 65537, 32); Oct 13 13:13:43.793 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! Oct 13 13:13:43.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.793 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.793 INFO kablam! | ^^^^^ Oct 13 13:13:43.793 INFO kablam! ... Oct 13 13:13:43.793 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 13 13:13:43.793 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! Oct 13 13:13:43.793 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.793 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.793 INFO kablam! | ^^^^^ Oct 13 13:13:43.793 INFO kablam! ... Oct 13 13:13:43.793 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 13 13:13:43.793 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.793 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.793 INFO kablam! | Oct 13 13:13:43.793 INFO kablam! Oct 13 13:13:43.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.796 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.796 INFO kablam! | Oct 13 13:13:43.796 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.797 INFO kablam! ... Oct 13 13:13:43.797 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 13 13:13:43.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! Oct 13 13:13:43.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.797 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.797 INFO kablam! ... Oct 13 13:13:43.797 INFO kablam! 4171 | rt_realloc_naive!(rt_primes_131071bytes_32align_realloc_naive, 131071, 32); Oct 13 13:13:43.797 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! Oct 13 13:13:43.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.797 INFO kablam! --> benches/roundtrip.rs:171:36 Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 171 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.797 INFO kablam! | ^^^^^ Oct 13 13:13:43.797 INFO kablam! ... Oct 13 13:13:43.797 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:43.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! Oct 13 13:13:43.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.797 INFO kablam! --> benches/roundtrip.rs:177:44 Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 177 | let new_ptr = Jemalloc.alloc(new_layout.clone()).unwrap(); Oct 13 13:13:43.797 INFO kablam! | ^^^^^ Oct 13 13:13:43.797 INFO kablam! ... Oct 13 13:13:43.797 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:43.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! Oct 13 13:13:43.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.797 INFO kablam! --> benches/roundtrip.rs:180:30 Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 180 | Jemalloc.dealloc(ptr, layout); Oct 13 13:13:43.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.797 INFO kablam! ... Oct 13 13:13:43.797 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:43.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! Oct 13 13:13:43.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.797 INFO kablam! --> benches/roundtrip.rs:185:26 Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 185 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.797 INFO kablam! ... Oct 13 13:13:43.797 INFO kablam! 4184 | rt_realloc_naive!(rt_primes_4194301bytes_32align_realloc_naive, 4194301, 32); Oct 13 13:13:43.797 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.797 INFO kablam! Oct 13 13:13:43.797 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.797 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.797 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.798 INFO kablam! | ^^^^^ Oct 13 13:13:43.798 INFO kablam! ... Oct 13 13:13:43.798 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 13 13:13:43.798 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.798 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! Oct 13 13:13:43.798 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.798 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.798 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.798 INFO kablam! ... Oct 13 13:13:43.798 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 13 13:13:43.798 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.798 INFO kablam! | Oct 13 13:13:43.798 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.807 INFO kablam! | Oct 13 13:13:43.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.807 INFO kablam! | Oct 13 13:13:43.807 INFO kablam! Oct 13 13:13:43.807 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.807 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.807 INFO kablam! | Oct 13 13:13:43.807 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.807 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.807 INFO kablam! ... Oct 13 13:13:43.807 INFO kablam! 265 | rt_realloc!(rt_pow2_1bytes_1align_realloc, 1, 1); Oct 13 13:13:43.807 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.807 INFO kablam! | Oct 13 13:13:43.807 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.807 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.807 INFO kablam! | Oct 13 13:13:43.807 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.807 INFO kablam! | Oct 13 13:13:43.807 INFO kablam! Oct 13 13:13:43.807 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.807 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.807 INFO kablam! | Oct 13 13:13:43.807 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.807 INFO kablam! | ^^^^^ Oct 13 13:13:43.807 INFO kablam! ... Oct 13 13:13:43.807 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 13 13:13:43.807 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! Oct 13 13:13:43.808 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.808 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.808 INFO kablam! ... Oct 13 13:13:43.808 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 13 13:13:43.808 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! Oct 13 13:13:43.808 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.808 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.808 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.808 INFO kablam! ... Oct 13 13:13:43.808 INFO kablam! 278 | rt_realloc!(rt_pow2_2bytes_1align_realloc, 2, 1); Oct 13 13:13:43.808 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.808 INFO kablam! | Oct 13 13:13:43.808 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.808 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! Oct 13 13:13:43.810 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.810 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.810 INFO kablam! | ^^^^^ Oct 13 13:13:43.810 INFO kablam! ... Oct 13 13:13:43.810 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 13 13:13:43.810 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! Oct 13 13:13:43.810 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.810 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.810 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.810 INFO kablam! ... Oct 13 13:13:43.810 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 13 13:13:43.810 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! Oct 13 13:13:43.810 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.810 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.810 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.810 INFO kablam! ... Oct 13 13:13:43.810 INFO kablam! 291 | rt_realloc!(rt_pow2_4bytes_1align_realloc, 4, 1); Oct 13 13:13:43.810 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! Oct 13 13:13:43.810 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.810 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.810 INFO kablam! | ^^^^^ Oct 13 13:13:43.810 INFO kablam! ... Oct 13 13:13:43.810 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 13 13:13:43.810 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! Oct 13 13:13:43.810 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.810 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.810 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.810 INFO kablam! ... Oct 13 13:13:43.810 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 13 13:13:43.810 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.810 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.810 INFO kablam! | Oct 13 13:13:43.810 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! Oct 13 13:13:43.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.811 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.811 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.811 INFO kablam! ... Oct 13 13:13:43.811 INFO kablam! 304 | rt_realloc!(rt_pow2_8bytes_1align_realloc, 8, 1); Oct 13 13:13:43.811 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! Oct 13 13:13:43.811 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.811 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.811 INFO kablam! | ^^^^^ Oct 13 13:13:43.811 INFO kablam! ... Oct 13 13:13:43.811 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 13 13:13:43.811 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! Oct 13 13:13:43.811 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.811 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.811 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.811 INFO kablam! ... Oct 13 13:13:43.811 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 13 13:13:43.811 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! Oct 13 13:13:43.811 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.811 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.811 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.811 INFO kablam! ... Oct 13 13:13:43.811 INFO kablam! 317 | rt_realloc!(rt_pow2_16bytes_1align_realloc, 16, 1); Oct 13 13:13:43.811 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.811 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.811 INFO kablam! | Oct 13 13:13:43.811 INFO kablam! Oct 13 13:13:43.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.816 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.816 INFO kablam! | ^^^^^ Oct 13 13:13:43.816 INFO kablam! ... Oct 13 13:13:43.816 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 13 13:13:43.816 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! Oct 13 13:13:43.816 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.816 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.816 INFO kablam! ... Oct 13 13:13:43.816 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 13 13:13:43.816 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! Oct 13 13:13:43.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.816 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.816 INFO kablam! ... Oct 13 13:13:43.816 INFO kablam! 330 | rt_realloc!(rt_pow2_32bytes_1align_realloc, 32, 1); Oct 13 13:13:43.816 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.816 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! Oct 13 13:13:43.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.817 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.817 INFO kablam! | ^^^^^ Oct 13 13:13:43.817 INFO kablam! ... Oct 13 13:13:43.817 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 13 13:13:43.817 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! Oct 13 13:13:43.817 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.817 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.817 INFO kablam! ... Oct 13 13:13:43.817 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 13 13:13:43.817 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! Oct 13 13:13:43.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.817 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.817 INFO kablam! ... Oct 13 13:13:43.817 INFO kablam! 343 | rt_realloc!(rt_pow2_64bytes_1align_realloc, 64, 1); Oct 13 13:13:43.817 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! Oct 13 13:13:43.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.817 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.817 INFO kablam! | ^^^^^ Oct 13 13:13:43.817 INFO kablam! ... Oct 13 13:13:43.817 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 13 13:13:43.817 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! Oct 13 13:13:43.817 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.817 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.817 INFO kablam! ... Oct 13 13:13:43.817 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 13 13:13:43.817 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! Oct 13 13:13:43.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.817 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.817 INFO kablam! ... Oct 13 13:13:43.817 INFO kablam! 356 | rt_realloc!(rt_pow2_128bytes_1align_realloc, 128, 1); Oct 13 13:13:43.817 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.817 INFO kablam! | Oct 13 13:13:43.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! Oct 13 13:13:43.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.818 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.818 INFO kablam! | ^^^^^ Oct 13 13:13:43.818 INFO kablam! ... Oct 13 13:13:43.818 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 13 13:13:43.818 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.818 INFO kablam! | Oct 13 13:13:43.818 INFO kablam! Oct 13 13:13:43.830 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.830 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.830 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.830 INFO kablam! ... Oct 13 13:13:43.830 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 13 13:13:43.830 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! Oct 13 13:13:43.830 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.830 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.830 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.830 INFO kablam! ... Oct 13 13:13:43.830 INFO kablam! 369 | rt_realloc!(rt_pow2_256bytes_1align_realloc, 256, 1); Oct 13 13:13:43.830 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.830 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! Oct 13 13:13:43.830 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.830 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.830 INFO kablam! | Oct 13 13:13:43.830 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.830 INFO kablam! | ^^^^^ Oct 13 13:13:43.830 INFO kablam! ... Oct 13 13:13:43.831 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 13 13:13:43.831 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! Oct 13 13:13:43.831 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.831 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.831 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.831 INFO kablam! ... Oct 13 13:13:43.831 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 13 13:13:43.831 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! Oct 13 13:13:43.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.831 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.831 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.831 INFO kablam! ... Oct 13 13:13:43.831 INFO kablam! 382 | rt_realloc!(rt_pow2_512bytes_1align_realloc, 512, 1); Oct 13 13:13:43.831 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! Oct 13 13:13:43.831 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.831 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.831 INFO kablam! | ^^^^^ Oct 13 13:13:43.831 INFO kablam! ... Oct 13 13:13:43.831 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 13 13:13:43.831 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! Oct 13 13:13:43.831 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.831 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.831 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.831 INFO kablam! ... Oct 13 13:13:43.831 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 13 13:13:43.831 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! Oct 13 13:13:43.831 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.831 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.831 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.831 INFO kablam! ... Oct 13 13:13:43.831 INFO kablam! 395 | rt_realloc!(rt_pow2_1024bytes_1align_realloc, 1024, 1); Oct 13 13:13:43.831 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.831 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.831 INFO kablam! | Oct 13 13:13:43.831 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! Oct 13 13:13:43.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.832 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.832 INFO kablam! | ^^^^^ Oct 13 13:13:43.832 INFO kablam! ... Oct 13 13:13:43.832 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 13 13:13:43.832 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! Oct 13 13:13:43.832 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.832 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.832 INFO kablam! ... Oct 13 13:13:43.832 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 13 13:13:43.832 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! Oct 13 13:13:43.832 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.832 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.832 INFO kablam! ... Oct 13 13:13:43.832 INFO kablam! 408 | rt_realloc!(rt_pow2_2048bytes_1align_realloc, 2048, 1); Oct 13 13:13:43.832 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! Oct 13 13:13:43.832 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.832 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.832 INFO kablam! | ^^^^^ Oct 13 13:13:43.832 INFO kablam! ... Oct 13 13:13:43.832 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 13 13:13:43.832 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! Oct 13 13:13:43.832 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.832 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.832 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.832 INFO kablam! ... Oct 13 13:13:43.832 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 13 13:13:43.832 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.832 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.832 INFO kablam! | Oct 13 13:13:43.832 INFO kablam! Oct 13 13:13:43.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.843 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.843 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.843 INFO kablam! ... Oct 13 13:13:43.843 INFO kablam! 421 | rt_realloc!(rt_pow2_4096bytes_1align_realloc, 4096, 1); Oct 13 13:13:43.843 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! Oct 13 13:13:43.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.843 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.843 INFO kablam! | ^^^^^ Oct 13 13:13:43.843 INFO kablam! ... Oct 13 13:13:43.843 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 13 13:13:43.843 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! Oct 13 13:13:43.843 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.843 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.843 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.843 INFO kablam! ... Oct 13 13:13:43.843 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 13 13:13:43.843 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! Oct 13 13:13:43.843 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.843 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.843 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.843 INFO kablam! ... Oct 13 13:13:43.843 INFO kablam! 434 | rt_realloc!(rt_pow2_8192bytes_1align_realloc, 8192, 1); Oct 13 13:13:43.843 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! Oct 13 13:13:43.843 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.843 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.843 INFO kablam! | ^^^^^ Oct 13 13:13:43.843 INFO kablam! ... Oct 13 13:13:43.843 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 13 13:13:43.843 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.843 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.843 INFO kablam! | Oct 13 13:13:43.843 INFO kablam! Oct 13 13:13:43.850 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.850 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.850 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.850 INFO kablam! ... Oct 13 13:13:43.850 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 13 13:13:43.850 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! Oct 13 13:13:43.850 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.850 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.850 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.850 INFO kablam! ... Oct 13 13:13:43.850 INFO kablam! 447 | rt_realloc!(rt_pow2_16384bytes_1align_realloc, 16384, 1); Oct 13 13:13:43.850 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.850 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! Oct 13 13:13:43.850 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.850 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.850 INFO kablam! | Oct 13 13:13:43.850 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.850 INFO kablam! | ^^^^^ Oct 13 13:13:43.850 INFO kablam! ... Oct 13 13:13:43.851 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 13 13:13:43.851 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! Oct 13 13:13:43.851 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.851 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.851 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.851 INFO kablam! ... Oct 13 13:13:43.851 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 13 13:13:43.851 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! Oct 13 13:13:43.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.851 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.851 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.851 INFO kablam! ... Oct 13 13:13:43.851 INFO kablam! 460 | rt_realloc!(rt_pow2_32768bytes_1align_realloc, 32768, 1); Oct 13 13:13:43.851 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! Oct 13 13:13:43.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.851 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.851 INFO kablam! | ^^^^^ Oct 13 13:13:43.851 INFO kablam! ... Oct 13 13:13:43.851 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 13 13:13:43.851 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! Oct 13 13:13:43.851 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.851 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.851 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.851 INFO kablam! ... Oct 13 13:13:43.851 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 13 13:13:43.851 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! Oct 13 13:13:43.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.851 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.851 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.851 INFO kablam! ... Oct 13 13:13:43.851 INFO kablam! 473 | rt_realloc!(rt_pow2_65536bytes_1align_realloc, 65536, 1); Oct 13 13:13:43.851 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.851 INFO kablam! | Oct 13 13:13:43.851 INFO kablam! Oct 13 13:13:43.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.855 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.855 INFO kablam! | ^^^^^ Oct 13 13:13:43.855 INFO kablam! ... Oct 13 13:13:43.855 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 13 13:13:43.855 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! Oct 13 13:13:43.855 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.855 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.855 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.855 INFO kablam! ... Oct 13 13:13:43.855 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 13 13:13:43.855 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! Oct 13 13:13:43.855 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.855 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.855 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.855 INFO kablam! ... Oct 13 13:13:43.855 INFO kablam! 486 | rt_realloc!(rt_pow2_131072bytes_1align_realloc, 131072, 1); Oct 13 13:13:43.855 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.855 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! Oct 13 13:13:43.855 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.855 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.855 INFO kablam! | ^^^^^ Oct 13 13:13:43.855 INFO kablam! ... Oct 13 13:13:43.855 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 13 13:13:43.855 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.855 INFO kablam! | Oct 13 13:13:43.855 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.856 INFO kablam! | Oct 13 13:13:43.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.856 INFO kablam! | Oct 13 13:13:43.856 INFO kablam! Oct 13 13:13:43.857 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.858 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.858 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.858 INFO kablam! ... Oct 13 13:13:43.858 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 13 13:13:43.858 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! Oct 13 13:13:43.858 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.858 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.858 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.858 INFO kablam! ... Oct 13 13:13:43.858 INFO kablam! 499 | rt_realloc!(rt_pow2_4194304bytes_1align_realloc, 4194304, 1); Oct 13 13:13:43.858 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.858 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.858 INFO kablam! | Oct 13 13:13:43.858 INFO kablam! Oct 13 13:13:43.861 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.861 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.861 INFO kablam! | ^^^^^ Oct 13 13:13:43.861 INFO kablam! ... Oct 13 13:13:43.861 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 13 13:13:43.861 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! Oct 13 13:13:43.861 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.861 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.861 INFO kablam! ... Oct 13 13:13:43.861 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 13 13:13:43.861 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.861 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! Oct 13 13:13:43.861 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.861 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.861 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.861 INFO kablam! ... Oct 13 13:13:43.861 INFO kablam! 513 | rt_realloc!(rt_even_10bytes_1align_realloc, 10, 1); Oct 13 13:13:43.861 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.861 INFO kablam! | Oct 13 13:13:43.861 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! Oct 13 13:13:43.869 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.869 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.869 INFO kablam! | ^^^^^ Oct 13 13:13:43.869 INFO kablam! ... Oct 13 13:13:43.869 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 13 13:13:43.869 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! Oct 13 13:13:43.869 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.869 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.869 INFO kablam! ... Oct 13 13:13:43.869 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 13 13:13:43.869 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! Oct 13 13:13:43.869 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.869 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.869 INFO kablam! ... Oct 13 13:13:43.869 INFO kablam! 526 | rt_realloc!(rt_even_100bytes_1align_realloc, 100, 1); Oct 13 13:13:43.869 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! Oct 13 13:13:43.869 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.869 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.869 INFO kablam! | ^^^^^ Oct 13 13:13:43.869 INFO kablam! ... Oct 13 13:13:43.869 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 13 13:13:43.869 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.869 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! Oct 13 13:13:43.869 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.869 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.869 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.869 INFO kablam! ... Oct 13 13:13:43.869 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 13 13:13:43.869 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.869 INFO kablam! | Oct 13 13:13:43.869 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.870 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.870 INFO kablam! | Oct 13 13:13:43.870 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.870 INFO kablam! | Oct 13 13:13:43.870 INFO kablam! Oct 13 13:13:43.875 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.875 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.875 INFO kablam! | Oct 13 13:13:43.875 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.875 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.875 INFO kablam! ... Oct 13 13:13:43.875 INFO kablam! 539 | rt_realloc!(rt_even_1000bytes_1align_realloc, 1000, 1); Oct 13 13:13:43.875 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.875 INFO kablam! | Oct 13 13:13:43.875 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.875 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.875 INFO kablam! | Oct 13 13:13:43.875 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.875 INFO kablam! | Oct 13 13:13:43.875 INFO kablam! Oct 13 13:13:43.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.877 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.877 INFO kablam! | Oct 13 13:13:43.877 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.877 INFO kablam! | ^^^^^ Oct 13 13:13:43.877 INFO kablam! ... Oct 13 13:13:43.877 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 13 13:13:43.877 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.877 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! Oct 13 13:13:43.878 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.878 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.878 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.878 INFO kablam! ... Oct 13 13:13:43.878 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 13 13:13:43.878 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! Oct 13 13:13:43.878 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.878 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.878 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.878 INFO kablam! ... Oct 13 13:13:43.878 INFO kablam! 552 | rt_realloc!(rt_even_10000bytes_1align_realloc, 10000, 1); Oct 13 13:13:43.878 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.878 INFO kablam! | Oct 13 13:13:43.878 INFO kablam! Oct 13 13:13:43.885 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.885 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.885 INFO kablam! | ^^^^^ Oct 13 13:13:43.885 INFO kablam! ... Oct 13 13:13:43.885 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 13 13:13:43.885 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! Oct 13 13:13:43.885 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.885 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.885 INFO kablam! ... Oct 13 13:13:43.885 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 13 13:13:43.885 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! Oct 13 13:13:43.885 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.885 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.885 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.885 INFO kablam! ... Oct 13 13:13:43.885 INFO kablam! 565 | rt_realloc!(rt_even_100000bytes_1align_realloc, 100000, 1); Oct 13 13:13:43.885 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.885 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.885 INFO kablam! | Oct 13 13:13:43.885 INFO kablam! Oct 13 13:13:43.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.889 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.889 INFO kablam! | Oct 13 13:13:43.889 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.889 INFO kablam! | ^^^^^ Oct 13 13:13:43.889 INFO kablam! ... Oct 13 13:13:43.889 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 13 13:13:43.889 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.889 INFO kablam! | Oct 13 13:13:43.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.889 INFO kablam! | Oct 13 13:13:43.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.889 INFO kablam! | Oct 13 13:13:43.889 INFO kablam! Oct 13 13:13:43.892 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.892 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.892 INFO kablam! | Oct 13 13:13:43.892 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.892 INFO kablam! ... Oct 13 13:13:43.892 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 13 13:13:43.892 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! Oct 13 13:13:43.893 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.893 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.893 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.893 INFO kablam! ... Oct 13 13:13:43.893 INFO kablam! 578 | rt_realloc!(rt_even_1000000bytes_1align_realloc, 1000000, 1); Oct 13 13:13:43.893 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.893 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.893 INFO kablam! | Oct 13 13:13:43.893 INFO kablam! Oct 13 13:13:43.895 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.895 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.895 INFO kablam! | Oct 13 13:13:43.895 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.895 INFO kablam! | ^^^^^ Oct 13 13:13:43.895 INFO kablam! ... Oct 13 13:13:43.895 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 13 13:13:43.895 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.895 INFO kablam! | Oct 13 13:13:43.895 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.895 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.895 INFO kablam! | Oct 13 13:13:43.895 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.895 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! Oct 13 13:13:43.896 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.896 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.896 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.896 INFO kablam! ... Oct 13 13:13:43.896 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 13 13:13:43.896 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! Oct 13 13:13:43.896 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.896 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.896 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.896 INFO kablam! ... Oct 13 13:13:43.896 INFO kablam! 592 | rt_realloc!(rt_odd_10bytes_1align_realloc, 10- 1, 1); Oct 13 13:13:43.896 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! Oct 13 13:13:43.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.896 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.896 INFO kablam! | ^^^^^ Oct 13 13:13:43.896 INFO kablam! ... Oct 13 13:13:43.896 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 13 13:13:43.896 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.896 INFO kablam! | Oct 13 13:13:43.896 INFO kablam! Oct 13 13:13:43.904 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.905 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.905 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.905 INFO kablam! ... Oct 13 13:13:43.905 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 13 13:13:43.905 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! Oct 13 13:13:43.905 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.905 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.905 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.905 INFO kablam! ... Oct 13 13:13:43.905 INFO kablam! 605 | rt_realloc!(rt_odd_100bytes_1align_realloc, 100- 1, 1); Oct 13 13:13:43.905 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! Oct 13 13:13:43.905 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.905 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.905 INFO kablam! | ^^^^^ Oct 13 13:13:43.905 INFO kablam! ... Oct 13 13:13:43.905 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 13 13:13:43.905 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! Oct 13 13:13:43.905 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.905 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.905 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.905 INFO kablam! ... Oct 13 13:13:43.905 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 13 13:13:43.905 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.905 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.905 INFO kablam! | Oct 13 13:13:43.905 INFO kablam! Oct 13 13:13:43.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.909 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.909 INFO kablam! ... Oct 13 13:13:43.909 INFO kablam! 618 | rt_realloc!(rt_odd_1000bytes_1align_realloc, 1000- 1, 1); Oct 13 13:13:43.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! Oct 13 13:13:43.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.909 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.909 INFO kablam! | ^^^^^ Oct 13 13:13:43.909 INFO kablam! ... Oct 13 13:13:43.909 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 13 13:13:43.909 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! Oct 13 13:13:43.909 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.909 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.909 INFO kablam! ... Oct 13 13:13:43.909 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 13 13:13:43.909 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.909 INFO kablam! | Oct 13 13:13:43.910 INFO kablam! Oct 13 13:13:43.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.910 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.910 INFO kablam! | Oct 13 13:13:43.910 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.910 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.910 INFO kablam! ... Oct 13 13:13:43.910 INFO kablam! 631 | rt_realloc!(rt_odd_10000bytes_1align_realloc, 10000- 1, 1); Oct 13 13:13:43.910 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.910 INFO kablam! | Oct 13 13:13:43.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.910 INFO kablam! | Oct 13 13:13:43.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.910 INFO kablam! | Oct 13 13:13:43.910 INFO kablam! Oct 13 13:13:43.913 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.913 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.913 INFO kablam! | ^^^^^ Oct 13 13:13:43.913 INFO kablam! ... Oct 13 13:13:43.913 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 13 13:13:43.913 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! Oct 13 13:13:43.913 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.913 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.913 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.913 INFO kablam! ... Oct 13 13:13:43.913 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 13 13:13:43.913 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! Oct 13 13:13:43.913 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.913 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.913 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.913 INFO kablam! ... Oct 13 13:13:43.913 INFO kablam! 644 | rt_realloc!(rt_odd_100000bytes_1align_realloc, 100000- 1, 1); Oct 13 13:13:43.913 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.913 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.913 INFO kablam! | Oct 13 13:13:43.913 INFO kablam! Oct 13 13:13:43.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.917 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.917 INFO kablam! | Oct 13 13:13:43.917 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.917 INFO kablam! | ^^^^^ Oct 13 13:13:43.917 INFO kablam! ... Oct 13 13:13:43.917 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 13 13:13:43.917 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.917 INFO kablam! | Oct 13 13:13:43.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.917 INFO kablam! | Oct 13 13:13:43.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.917 INFO kablam! | Oct 13 13:13:43.917 INFO kablam! Oct 13 13:13:43.924 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.924 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.924 INFO kablam! | Oct 13 13:13:43.924 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.924 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.924 INFO kablam! ... Oct 13 13:13:43.924 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 13 13:13:43.924 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.924 INFO kablam! | Oct 13 13:13:43.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! Oct 13 13:13:43.925 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.925 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.925 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.925 INFO kablam! ... Oct 13 13:13:43.925 INFO kablam! 657 | rt_realloc!(rt_odd_1000000bytes_1align_realloc, 1000000- 1, 1); Oct 13 13:13:43.925 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! Oct 13 13:13:43.925 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.925 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.925 INFO kablam! | ^^^^^ Oct 13 13:13:43.925 INFO kablam! ... Oct 13 13:13:43.925 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 13 13:13:43.925 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.925 INFO kablam! | Oct 13 13:13:43.925 INFO kablam! Oct 13 13:13:43.926 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.926 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.926 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.926 INFO kablam! ... Oct 13 13:13:43.926 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 13 13:13:43.926 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! Oct 13 13:13:43.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.926 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.926 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.926 INFO kablam! ... Oct 13 13:13:43.926 INFO kablam! 671 | rt_realloc!(rt_primes_3bytes_1align_realloc, 3, 1); Oct 13 13:13:43.926 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! Oct 13 13:13:43.926 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.926 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.926 INFO kablam! | ^^^^^ Oct 13 13:13:43.926 INFO kablam! ... Oct 13 13:13:43.926 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 13 13:13:43.926 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.926 INFO kablam! | Oct 13 13:13:43.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! Oct 13 13:13:43.927 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.927 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.927 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.927 INFO kablam! ... Oct 13 13:13:43.927 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 13 13:13:43.927 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.927 INFO kablam! | Oct 13 13:13:43.927 INFO kablam! Oct 13 13:13:43.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.931 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.931 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.931 INFO kablam! ... Oct 13 13:13:43.931 INFO kablam! 684 | rt_realloc!(rt_primes_7bytes_1align_realloc, 7, 1); Oct 13 13:13:43.931 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! Oct 13 13:13:43.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.931 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.931 INFO kablam! | ^^^^^ Oct 13 13:13:43.931 INFO kablam! ... Oct 13 13:13:43.931 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 13 13:13:43.931 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! Oct 13 13:13:43.931 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.931 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.931 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.931 INFO kablam! ... Oct 13 13:13:43.931 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 13 13:13:43.931 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! Oct 13 13:13:43.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.931 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.931 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.931 INFO kablam! ... Oct 13 13:13:43.931 INFO kablam! 697 | rt_realloc!(rt_primes_13bytes_1align_realloc, 13, 1); Oct 13 13:13:43.931 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.931 INFO kablam! | Oct 13 13:13:43.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.932 INFO kablam! | Oct 13 13:13:43.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.932 INFO kablam! | Oct 13 13:13:43.932 INFO kablam! Oct 13 13:13:43.937 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.937 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.937 INFO kablam! | ^^^^^ Oct 13 13:13:43.937 INFO kablam! ... Oct 13 13:13:43.937 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 13 13:13:43.937 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! Oct 13 13:13:43.937 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.937 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.937 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.937 INFO kablam! ... Oct 13 13:13:43.937 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 13 13:13:43.937 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! Oct 13 13:13:43.937 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.937 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.937 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.937 INFO kablam! ... Oct 13 13:13:43.937 INFO kablam! 710 | rt_realloc!(rt_primes_17bytes_1align_realloc, 17, 1); Oct 13 13:13:43.937 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! Oct 13 13:13:43.937 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.937 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.937 INFO kablam! | ^^^^^ Oct 13 13:13:43.937 INFO kablam! ... Oct 13 13:13:43.937 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 13 13:13:43.937 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.937 INFO kablam! | Oct 13 13:13:43.937 INFO kablam! Oct 13 13:13:43.942 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.942 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.942 INFO kablam! | Oct 13 13:13:43.942 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.942 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.942 INFO kablam! ... Oct 13 13:13:43.942 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 13 13:13:43.942 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.942 INFO kablam! | Oct 13 13:13:43.942 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.942 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.942 INFO kablam! | Oct 13 13:13:43.942 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.942 INFO kablam! | Oct 13 13:13:43.942 INFO kablam! Oct 13 13:13:43.942 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.942 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.942 INFO kablam! | Oct 13 13:13:43.942 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.942 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.943 INFO kablam! ... Oct 13 13:13:43.943 INFO kablam! 723 | rt_realloc!(rt_primes_31bytes_1align_realloc, 31, 1); Oct 13 13:13:43.943 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! Oct 13 13:13:43.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.943 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.943 INFO kablam! | ^^^^^ Oct 13 13:13:43.943 INFO kablam! ... Oct 13 13:13:43.943 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 13 13:13:43.943 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! Oct 13 13:13:43.943 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.943 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.943 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.943 INFO kablam! ... Oct 13 13:13:43.943 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 13 13:13:43.943 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! Oct 13 13:13:43.943 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.943 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.943 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.943 INFO kablam! ... Oct 13 13:13:43.943 INFO kablam! 736 | rt_realloc!(rt_primes_61bytes_1align_realloc, 61, 1); Oct 13 13:13:43.943 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! Oct 13 13:13:43.943 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.943 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.943 INFO kablam! | ^^^^^ Oct 13 13:13:43.943 INFO kablam! ... Oct 13 13:13:43.943 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 13 13:13:43.943 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! Oct 13 13:13:43.943 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.943 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.943 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.943 INFO kablam! ... Oct 13 13:13:43.943 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 13 13:13:43.943 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.943 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.943 INFO kablam! | Oct 13 13:13:43.943 INFO kablam! Oct 13 13:13:43.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.953 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.953 INFO kablam! ... Oct 13 13:13:43.953 INFO kablam! 749 | rt_realloc!(rt_primes_96bytes_1align_realloc, 96, 1); Oct 13 13:13:43.953 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! Oct 13 13:13:43.953 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.953 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.953 INFO kablam! | ^^^^^ Oct 13 13:13:43.953 INFO kablam! ... Oct 13 13:13:43.953 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 13 13:13:43.953 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! Oct 13 13:13:43.953 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.953 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.953 INFO kablam! ... Oct 13 13:13:43.953 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 13 13:13:43.953 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! Oct 13 13:13:43.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.953 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.953 INFO kablam! ... Oct 13 13:13:43.953 INFO kablam! 762 | rt_realloc!(rt_primes_127bytes_1align_realloc, 127, 1); Oct 13 13:13:43.953 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! Oct 13 13:13:43.953 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.953 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.953 INFO kablam! | ^^^^^ Oct 13 13:13:43.953 INFO kablam! ... Oct 13 13:13:43.953 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 13 13:13:43.953 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! Oct 13 13:13:43.953 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.953 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.953 INFO kablam! ... Oct 13 13:13:43.953 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 13 13:13:43.953 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.953 INFO kablam! | Oct 13 13:13:43.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! Oct 13 13:13:43.954 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.954 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.954 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.954 INFO kablam! ... Oct 13 13:13:43.954 INFO kablam! 775 | rt_realloc!(rt_primes_257bytes_1align_realloc, 257, 1); Oct 13 13:13:43.954 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! Oct 13 13:13:43.954 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.954 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.954 INFO kablam! | ^^^^^ Oct 13 13:13:43.954 INFO kablam! ... Oct 13 13:13:43.954 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 13 13:13:43.954 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.954 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.954 INFO kablam! | Oct 13 13:13:43.954 INFO kablam! Oct 13 13:13:43.959 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.959 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.959 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.959 INFO kablam! ... Oct 13 13:13:43.959 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 13 13:13:43.959 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! Oct 13 13:13:43.959 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.959 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.959 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.959 INFO kablam! ... Oct 13 13:13:43.959 INFO kablam! 788 | rt_realloc!(rt_primes_509bytes_1align_realloc, 509, 1); Oct 13 13:13:43.959 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! Oct 13 13:13:43.959 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.959 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.959 INFO kablam! | ^^^^^ Oct 13 13:13:43.959 INFO kablam! ... Oct 13 13:13:43.959 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 13 13:13:43.959 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.959 INFO kablam! | Oct 13 13:13:43.959 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.959 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! Oct 13 13:13:43.960 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.960 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.960 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.960 INFO kablam! ... Oct 13 13:13:43.960 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 13 13:13:43.960 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! Oct 13 13:13:43.960 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.960 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.960 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.960 INFO kablam! ... Oct 13 13:13:43.960 INFO kablam! 801 | rt_realloc!(rt_primes_1021bytes_1align_realloc, 1021, 1); Oct 13 13:13:43.960 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.960 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.960 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.960 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! Oct 13 13:13:43.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.961 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.961 INFO kablam! | ^^^^^ Oct 13 13:13:43.961 INFO kablam! ... Oct 13 13:13:43.961 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 13 13:13:43.961 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! Oct 13 13:13:43.961 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.961 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.961 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.961 INFO kablam! ... Oct 13 13:13:43.961 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 13 13:13:43.961 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.961 INFO kablam! Oct 13 13:13:43.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.961 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.961 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.962 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.962 INFO kablam! ... Oct 13 13:13:43.962 INFO kablam! 814 | rt_realloc!(rt_primes_2039bytes_1align_realloc, 2039, 1); Oct 13 13:13:43.962 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! Oct 13 13:13:43.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.962 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.962 INFO kablam! | ^^^^^ Oct 13 13:13:43.962 INFO kablam! ... Oct 13 13:13:43.962 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 13 13:13:43.962 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.962 INFO kablam! | Oct 13 13:13:43.962 INFO kablam! Oct 13 13:13:43.973 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.973 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.973 INFO kablam! ... Oct 13 13:13:43.973 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 13 13:13:43.973 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! Oct 13 13:13:43.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.973 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.973 INFO kablam! ... Oct 13 13:13:43.973 INFO kablam! 827 | rt_realloc!(rt_primes_4093bytes_1align_realloc, 4093, 1); Oct 13 13:13:43.973 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! Oct 13 13:13:43.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.973 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.973 INFO kablam! | ^^^^^ Oct 13 13:13:43.973 INFO kablam! ... Oct 13 13:13:43.973 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 13 13:13:43.973 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! Oct 13 13:13:43.973 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.973 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.973 INFO kablam! | Oct 13 13:13:43.973 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.973 INFO kablam! ... Oct 13 13:13:43.973 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 13 13:13:43.974 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! Oct 13 13:13:43.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.974 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.974 INFO kablam! ... Oct 13 13:13:43.974 INFO kablam! 840 | rt_realloc!(rt_primes_8191bytes_1align_realloc, 8191, 1); Oct 13 13:13:43.974 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! Oct 13 13:13:43.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.974 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.974 INFO kablam! | ^^^^^ Oct 13 13:13:43.974 INFO kablam! ... Oct 13 13:13:43.974 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 13 13:13:43.974 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! Oct 13 13:13:43.974 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.974 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.974 INFO kablam! ... Oct 13 13:13:43.974 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 13 13:13:43.974 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! Oct 13 13:13:43.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.974 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.974 INFO kablam! ... Oct 13 13:13:43.974 INFO kablam! 853 | rt_realloc!(rt_primes_16381bytes_1align_realloc, 16381, 1); Oct 13 13:13:43.974 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! Oct 13 13:13:43.974 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.974 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.974 INFO kablam! | ^^^^^ Oct 13 13:13:43.974 INFO kablam! ... Oct 13 13:13:43.974 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 13 13:13:43.974 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! Oct 13 13:13:43.974 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.974 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.974 INFO kablam! | Oct 13 13:13:43.974 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.975 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.975 INFO kablam! ... Oct 13 13:13:43.975 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 13 13:13:43.975 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! Oct 13 13:13:43.975 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.975 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.975 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.975 INFO kablam! ... Oct 13 13:13:43.975 INFO kablam! 866 | rt_realloc!(rt_primes_32749bytes_1align_realloc, 32749, 1); Oct 13 13:13:43.975 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! Oct 13 13:13:43.975 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.975 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.975 INFO kablam! | ^^^^^ Oct 13 13:13:43.975 INFO kablam! ... Oct 13 13:13:43.975 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 13 13:13:43.975 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! Oct 13 13:13:43.975 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.975 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.975 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.975 INFO kablam! ... Oct 13 13:13:43.975 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 13 13:13:43.975 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! Oct 13 13:13:43.975 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.975 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.975 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.975 INFO kablam! ... Oct 13 13:13:43.975 INFO kablam! 879 | rt_realloc!(rt_primes_65537bytes_1align_realloc, 65537, 1); Oct 13 13:13:43.975 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.975 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! Oct 13 13:13:43.975 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.975 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.975 INFO kablam! | Oct 13 13:13:43.975 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.975 INFO kablam! | ^^^^^ Oct 13 13:13:43.975 INFO kablam! ... Oct 13 13:13:43.975 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 13 13:13:43.975 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! Oct 13 13:13:43.987 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.987 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.987 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.987 INFO kablam! ... Oct 13 13:13:43.987 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 13 13:13:43.987 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! Oct 13 13:13:43.987 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.987 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.987 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.987 INFO kablam! ... Oct 13 13:13:43.987 INFO kablam! 892 | rt_realloc!(rt_primes_131071bytes_1align_realloc, 131071, 1); Oct 13 13:13:43.987 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! Oct 13 13:13:43.987 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.987 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.987 INFO kablam! | ^^^^^ Oct 13 13:13:43.987 INFO kablam! ... Oct 13 13:13:43.987 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 13 13:13:43.987 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! Oct 13 13:13:43.987 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.987 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.987 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.987 INFO kablam! ... Oct 13 13:13:43.987 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 13 13:13:43.987 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.987 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.987 INFO kablam! | Oct 13 13:13:43.987 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! Oct 13 13:13:43.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.988 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.988 INFO kablam! ... Oct 13 13:13:43.988 INFO kablam! 905 | rt_realloc!(rt_primes_4194301bytes_1align_realloc, 4194301, 1); Oct 13 13:13:43.988 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! Oct 13 13:13:43.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.988 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.988 INFO kablam! | ^^^^^ Oct 13 13:13:43.988 INFO kablam! ... Oct 13 13:13:43.988 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 13 13:13:43.988 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! Oct 13 13:13:43.988 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.988 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.988 INFO kablam! ... Oct 13 13:13:43.988 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 13 13:13:43.988 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! Oct 13 13:13:43.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.988 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.988 INFO kablam! ... Oct 13 13:13:43.988 INFO kablam! 921 | rt_realloc!(rt_pow2_1bytes_2align_realloc, 1, 2); Oct 13 13:13:43.988 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! Oct 13 13:13:43.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.988 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.988 INFO kablam! | ^^^^^ Oct 13 13:13:43.988 INFO kablam! ... Oct 13 13:13:43.988 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 13 13:13:43.988 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.988 INFO kablam! | Oct 13 13:13:43.988 INFO kablam! Oct 13 13:13:43.995 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.995 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.995 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.995 INFO kablam! ... Oct 13 13:13:43.995 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 13 13:13:43.995 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! Oct 13 13:13:43.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.995 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.995 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.995 INFO kablam! ... Oct 13 13:13:43.995 INFO kablam! 934 | rt_realloc!(rt_pow2_2bytes_2align_realloc, 2, 2); Oct 13 13:13:43.995 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! Oct 13 13:13:43.995 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.995 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.995 INFO kablam! | ^^^^^ Oct 13 13:13:43.995 INFO kablam! ... Oct 13 13:13:43.995 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 13 13:13:43.995 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! Oct 13 13:13:43.995 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.995 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.995 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.995 INFO kablam! ... Oct 13 13:13:43.995 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 13 13:13:43.995 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! Oct 13 13:13:43.995 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.995 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.995 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.995 INFO kablam! ... Oct 13 13:13:43.995 INFO kablam! 947 | rt_realloc!(rt_pow2_4bytes_2align_realloc, 4, 2); Oct 13 13:13:43.995 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.995 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! Oct 13 13:13:43.995 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.995 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.995 INFO kablam! | Oct 13 13:13:43.995 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.995 INFO kablam! | ^^^^^ Oct 13 13:13:43.996 INFO kablam! ... Oct 13 13:13:43.996 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 13 13:13:43.996 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! Oct 13 13:13:43.996 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.996 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:43.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.996 INFO kablam! ... Oct 13 13:13:43.996 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 13 13:13:43.996 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! Oct 13 13:13:43.996 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.996 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:43.996 INFO kablam! | ^^^^^^^ Oct 13 13:13:43.996 INFO kablam! ... Oct 13 13:13:43.996 INFO kablam! 960 | rt_realloc!(rt_pow2_8bytes_2align_realloc, 8, 2); Oct 13 13:13:43.996 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! Oct 13 13:13:43.996 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:43.996 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:43.996 INFO kablam! | ^^^^^ Oct 13 13:13:43.996 INFO kablam! ... Oct 13 13:13:43.996 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 13 13:13:43.996 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:43.996 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:43.996 INFO kablam! | Oct 13 13:13:43.996 INFO kablam! Oct 13 13:13:44.001 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.001 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.001 INFO kablam! ... Oct 13 13:13:44.001 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 13 13:13:44.001 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! Oct 13 13:13:44.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.001 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.001 INFO kablam! ... Oct 13 13:13:44.001 INFO kablam! 973 | rt_realloc!(rt_pow2_16bytes_2align_realloc, 16, 2); Oct 13 13:13:44.001 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! Oct 13 13:13:44.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.001 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.001 INFO kablam! | ^^^^^ Oct 13 13:13:44.001 INFO kablam! ... Oct 13 13:13:44.001 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 13 13:13:44.001 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! Oct 13 13:13:44.001 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.001 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.001 INFO kablam! ... Oct 13 13:13:44.001 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 13 13:13:44.001 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! Oct 13 13:13:44.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.001 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.001 INFO kablam! ... Oct 13 13:13:44.001 INFO kablam! 986 | rt_realloc!(rt_pow2_32bytes_2align_realloc, 32, 2); Oct 13 13:13:44.001 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.001 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! Oct 13 13:13:44.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.002 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.002 INFO kablam! | ^^^^^ Oct 13 13:13:44.002 INFO kablam! ... Oct 13 13:13:44.002 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 13 13:13:44.002 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.002 INFO kablam! | Oct 13 13:13:44.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.003 INFO kablam! | Oct 13 13:13:44.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.003 INFO kablam! | Oct 13 13:13:44.003 INFO kablam! Oct 13 13:13:44.003 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.003 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.003 INFO kablam! | Oct 13 13:13:44.003 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.003 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.003 INFO kablam! ... Oct 13 13:13:44.003 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 13 13:13:44.003 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.003 INFO kablam! | Oct 13 13:13:44.003 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.003 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.003 INFO kablam! | Oct 13 13:13:44.003 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.003 INFO kablam! | Oct 13 13:13:44.003 INFO kablam! Oct 13 13:13:44.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.008 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.008 INFO kablam! | Oct 13 13:13:44.008 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.008 INFO kablam! ... Oct 13 13:13:44.008 INFO kablam! 999 | rt_realloc!(rt_pow2_64bytes_2align_realloc, 64, 2); Oct 13 13:13:44.008 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.008 INFO kablam! | Oct 13 13:13:44.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! Oct 13 13:13:44.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.009 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.009 INFO kablam! | ^^^^^ Oct 13 13:13:44.009 INFO kablam! ... Oct 13 13:13:44.009 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 13 13:13:44.009 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! Oct 13 13:13:44.009 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.009 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.009 INFO kablam! ... Oct 13 13:13:44.009 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 13 13:13:44.009 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! Oct 13 13:13:44.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.009 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.009 INFO kablam! ... Oct 13 13:13:44.009 INFO kablam! 1012 | rt_realloc!(rt_pow2_128bytes_2align_realloc, 128, 2); Oct 13 13:13:44.009 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! Oct 13 13:13:44.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.009 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.009 INFO kablam! | ^^^^^ Oct 13 13:13:44.009 INFO kablam! ... Oct 13 13:13:44.009 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 13 13:13:44.009 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.009 INFO kablam! | Oct 13 13:13:44.009 INFO kablam! Oct 13 13:13:44.025 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.025 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.025 INFO kablam! ... Oct 13 13:13:44.025 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 13 13:13:44.025 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! Oct 13 13:13:44.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.025 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.025 INFO kablam! ... Oct 13 13:13:44.025 INFO kablam! 1025 | rt_realloc!(rt_pow2_256bytes_2align_realloc, 256, 2); Oct 13 13:13:44.025 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! Oct 13 13:13:44.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.025 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.025 INFO kablam! | ^^^^^ Oct 13 13:13:44.025 INFO kablam! ... Oct 13 13:13:44.025 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 13 13:13:44.025 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! Oct 13 13:13:44.025 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.025 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.025 INFO kablam! ... Oct 13 13:13:44.025 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 13 13:13:44.025 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! Oct 13 13:13:44.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.025 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.025 INFO kablam! | Oct 13 13:13:44.025 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.025 INFO kablam! ... Oct 13 13:13:44.026 INFO kablam! 1038 | rt_realloc!(rt_pow2_512bytes_2align_realloc, 512, 2); Oct 13 13:13:44.026 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! Oct 13 13:13:44.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.026 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.026 INFO kablam! | ^^^^^ Oct 13 13:13:44.026 INFO kablam! ... Oct 13 13:13:44.026 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 13 13:13:44.026 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! Oct 13 13:13:44.026 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.026 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.026 INFO kablam! ... Oct 13 13:13:44.026 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 13 13:13:44.026 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! Oct 13 13:13:44.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.026 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.026 INFO kablam! ... Oct 13 13:13:44.026 INFO kablam! 1051 | rt_realloc!(rt_pow2_1024bytes_2align_realloc, 1024, 2); Oct 13 13:13:44.026 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! Oct 13 13:13:44.026 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.026 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.026 INFO kablam! | ^^^^^ Oct 13 13:13:44.026 INFO kablam! ... Oct 13 13:13:44.026 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 13 13:13:44.026 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! Oct 13 13:13:44.026 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.026 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.026 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.026 INFO kablam! ... Oct 13 13:13:44.026 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 13 13:13:44.026 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.026 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! Oct 13 13:13:44.026 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.026 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.026 INFO kablam! | Oct 13 13:13:44.026 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.027 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.027 INFO kablam! ... Oct 13 13:13:44.027 INFO kablam! 1064 | rt_realloc!(rt_pow2_2048bytes_2align_realloc, 2048, 2); Oct 13 13:13:44.027 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! Oct 13 13:13:44.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.027 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.027 INFO kablam! | ^^^^^ Oct 13 13:13:44.027 INFO kablam! ... Oct 13 13:13:44.027 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 13 13:13:44.027 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! Oct 13 13:13:44.027 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.027 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.027 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.027 INFO kablam! ... Oct 13 13:13:44.027 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 13 13:13:44.027 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! Oct 13 13:13:44.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.027 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.027 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.027 INFO kablam! ... Oct 13 13:13:44.027 INFO kablam! 1077 | rt_realloc!(rt_pow2_4096bytes_2align_realloc, 4096, 2); Oct 13 13:13:44.027 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! Oct 13 13:13:44.027 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.027 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.027 INFO kablam! | ^^^^^ Oct 13 13:13:44.027 INFO kablam! ... Oct 13 13:13:44.027 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 13 13:13:44.027 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! Oct 13 13:13:44.027 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.027 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.027 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.027 INFO kablam! ... Oct 13 13:13:44.027 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 13 13:13:44.027 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.027 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! Oct 13 13:13:44.027 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.027 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.027 INFO kablam! | Oct 13 13:13:44.027 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.028 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.028 INFO kablam! ... Oct 13 13:13:44.028 INFO kablam! 1090 | rt_realloc!(rt_pow2_8192bytes_2align_realloc, 8192, 2); Oct 13 13:13:44.028 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.028 INFO kablam! | Oct 13 13:13:44.028 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.028 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.028 INFO kablam! | Oct 13 13:13:44.028 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.028 INFO kablam! | Oct 13 13:13:44.028 INFO kablam! Oct 13 13:13:44.041 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.041 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.041 INFO kablam! | Oct 13 13:13:44.041 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.041 INFO kablam! | ^^^^^ Oct 13 13:13:44.041 INFO kablam! ... Oct 13 13:13:44.041 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 13 13:13:44.041 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.041 INFO kablam! | Oct 13 13:13:44.041 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! Oct 13 13:13:44.042 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.042 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.042 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.042 INFO kablam! ... Oct 13 13:13:44.042 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 13 13:13:44.042 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! Oct 13 13:13:44.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.042 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.042 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.042 INFO kablam! ... Oct 13 13:13:44.042 INFO kablam! 1103 | rt_realloc!(rt_pow2_16384bytes_2align_realloc, 16384, 2); Oct 13 13:13:44.042 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! Oct 13 13:13:44.042 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.042 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.042 INFO kablam! | ^^^^^ Oct 13 13:13:44.042 INFO kablam! ... Oct 13 13:13:44.042 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 13 13:13:44.042 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! Oct 13 13:13:44.042 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.042 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.042 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.042 INFO kablam! ... Oct 13 13:13:44.042 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 13 13:13:44.042 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.042 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! Oct 13 13:13:44.042 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.042 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.042 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.042 INFO kablam! ... Oct 13 13:13:44.042 INFO kablam! 1116 | rt_realloc!(rt_pow2_32768bytes_2align_realloc, 32768, 2); Oct 13 13:13:44.042 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.042 INFO kablam! | Oct 13 13:13:44.042 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! Oct 13 13:13:44.043 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.043 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.043 INFO kablam! | ^^^^^ Oct 13 13:13:44.043 INFO kablam! ... Oct 13 13:13:44.043 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 13 13:13:44.043 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! Oct 13 13:13:44.043 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.043 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.043 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.043 INFO kablam! ... Oct 13 13:13:44.043 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 13 13:13:44.043 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! Oct 13 13:13:44.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.043 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.043 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.043 INFO kablam! ... Oct 13 13:13:44.043 INFO kablam! 1129 | rt_realloc!(rt_pow2_65536bytes_2align_realloc, 65536, 2); Oct 13 13:13:44.043 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! Oct 13 13:13:44.043 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.043 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.043 INFO kablam! | ^^^^^ Oct 13 13:13:44.043 INFO kablam! ... Oct 13 13:13:44.043 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 13 13:13:44.043 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! Oct 13 13:13:44.043 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.043 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.043 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.043 INFO kablam! ... Oct 13 13:13:44.043 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 13 13:13:44.043 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! Oct 13 13:13:44.043 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.043 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.043 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.043 INFO kablam! ... Oct 13 13:13:44.043 INFO kablam! 1142 | rt_realloc!(rt_pow2_131072bytes_2align_realloc, 131072, 2); Oct 13 13:13:44.043 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.043 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.043 INFO kablam! | Oct 13 13:13:44.043 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! Oct 13 13:13:44.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.044 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.044 INFO kablam! | ^^^^^ Oct 13 13:13:44.044 INFO kablam! ... Oct 13 13:13:44.044 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 13 13:13:44.044 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! Oct 13 13:13:44.044 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.044 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.044 INFO kablam! ... Oct 13 13:13:44.044 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 13 13:13:44.044 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! Oct 13 13:13:44.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.044 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.044 INFO kablam! ... Oct 13 13:13:44.044 INFO kablam! 1155 | rt_realloc!(rt_pow2_4194304bytes_2align_realloc, 4194304, 2); Oct 13 13:13:44.044 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! Oct 13 13:13:44.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.044 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.044 INFO kablam! | ^^^^^ Oct 13 13:13:44.044 INFO kablam! ... Oct 13 13:13:44.044 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 13 13:13:44.044 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! Oct 13 13:13:44.044 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.044 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.044 INFO kablam! ... Oct 13 13:13:44.044 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 13 13:13:44.044 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.044 INFO kablam! | Oct 13 13:13:44.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.045 INFO kablam! | Oct 13 13:13:44.045 INFO kablam! Oct 13 13:13:44.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.045 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.045 INFO kablam! | Oct 13 13:13:44.045 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.045 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.045 INFO kablam! ... Oct 13 13:13:44.045 INFO kablam! 1169 | rt_realloc!(rt_even_10bytes_2align_realloc, 10, 2); Oct 13 13:13:44.045 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.045 INFO kablam! | Oct 13 13:13:44.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.045 INFO kablam! | Oct 13 13:13:44.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.045 INFO kablam! | Oct 13 13:13:44.045 INFO kablam! Oct 13 13:13:44.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.053 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.053 INFO kablam! | ^^^^^ Oct 13 13:13:44.053 INFO kablam! ... Oct 13 13:13:44.053 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 13 13:13:44.053 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! Oct 13 13:13:44.053 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.053 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.053 INFO kablam! ... Oct 13 13:13:44.053 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 13 13:13:44.053 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! Oct 13 13:13:44.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.053 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.053 INFO kablam! | Oct 13 13:13:44.053 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.053 INFO kablam! ... Oct 13 13:13:44.053 INFO kablam! 1182 | rt_realloc!(rt_even_100bytes_2align_realloc, 100, 2); Oct 13 13:13:44.053 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! Oct 13 13:13:44.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.054 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.054 INFO kablam! | ^^^^^ Oct 13 13:13:44.054 INFO kablam! ... Oct 13 13:13:44.054 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 13 13:13:44.054 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! Oct 13 13:13:44.054 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.054 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.054 INFO kablam! ... Oct 13 13:13:44.054 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 13 13:13:44.054 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! Oct 13 13:13:44.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.054 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.054 INFO kablam! ... Oct 13 13:13:44.054 INFO kablam! 1195 | rt_realloc!(rt_even_1000bytes_2align_realloc, 1000, 2); Oct 13 13:13:44.054 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! Oct 13 13:13:44.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.054 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.054 INFO kablam! | ^^^^^ Oct 13 13:13:44.054 INFO kablam! ... Oct 13 13:13:44.054 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 13 13:13:44.054 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! Oct 13 13:13:44.054 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.054 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.054 INFO kablam! ... Oct 13 13:13:44.054 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 13 13:13:44.054 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! Oct 13 13:13:44.054 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.054 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.054 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.054 INFO kablam! ... Oct 13 13:13:44.054 INFO kablam! 1208 | rt_realloc!(rt_even_10000bytes_2align_realloc, 10000, 2); Oct 13 13:13:44.054 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.054 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.054 INFO kablam! Oct 13 13:13:44.054 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.054 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.054 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.055 INFO kablam! | ^^^^^ Oct 13 13:13:44.055 INFO kablam! ... Oct 13 13:13:44.055 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 13 13:13:44.055 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! Oct 13 13:13:44.055 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.055 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.055 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.055 INFO kablam! ... Oct 13 13:13:44.055 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 13 13:13:44.055 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! Oct 13 13:13:44.055 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.055 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.055 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.055 INFO kablam! ... Oct 13 13:13:44.055 INFO kablam! 1221 | rt_realloc!(rt_even_100000bytes_2align_realloc, 100000, 2); Oct 13 13:13:44.055 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.055 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.055 INFO kablam! | Oct 13 13:13:44.055 INFO kablam! Oct 13 13:13:44.058 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.058 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.058 INFO kablam! | Oct 13 13:13:44.058 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.058 INFO kablam! | ^^^^^ Oct 13 13:13:44.058 INFO kablam! ... Oct 13 13:13:44.058 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 13 13:13:44.058 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.058 INFO kablam! | Oct 13 13:13:44.058 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.058 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.058 INFO kablam! | Oct 13 13:13:44.058 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.058 INFO kablam! | Oct 13 13:13:44.058 INFO kablam! Oct 13 13:13:44.058 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.058 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.058 INFO kablam! | Oct 13 13:13:44.058 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.058 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.058 INFO kablam! ... Oct 13 13:13:44.058 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 13 13:13:44.059 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! Oct 13 13:13:44.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.059 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.059 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.059 INFO kablam! ... Oct 13 13:13:44.059 INFO kablam! 1234 | rt_realloc!(rt_even_1000000bytes_2align_realloc, 1000000, 2); Oct 13 13:13:44.059 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! Oct 13 13:13:44.059 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.059 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.059 INFO kablam! | ^^^^^ Oct 13 13:13:44.059 INFO kablam! ... Oct 13 13:13:44.059 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 13 13:13:44.059 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! Oct 13 13:13:44.059 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.059 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.059 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.059 INFO kablam! ... Oct 13 13:13:44.059 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 13 13:13:44.059 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! Oct 13 13:13:44.059 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.059 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.059 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.059 INFO kablam! ... Oct 13 13:13:44.059 INFO kablam! 1248 | rt_realloc!(rt_odd_10bytes_2align_realloc, 10- 1, 2); Oct 13 13:13:44.059 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.059 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.059 INFO kablam! | Oct 13 13:13:44.059 INFO kablam! Oct 13 13:13:44.065 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.065 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.065 INFO kablam! | ^^^^^ Oct 13 13:13:44.065 INFO kablam! ... Oct 13 13:13:44.065 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 13 13:13:44.065 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! Oct 13 13:13:44.065 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.065 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.065 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.065 INFO kablam! ... Oct 13 13:13:44.065 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 13 13:13:44.065 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! Oct 13 13:13:44.065 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.065 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.065 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.065 INFO kablam! ... Oct 13 13:13:44.065 INFO kablam! 1261 | rt_realloc!(rt_odd_100bytes_2align_realloc, 100- 1, 2); Oct 13 13:13:44.065 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.065 INFO kablam! | Oct 13 13:13:44.065 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.065 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.066 INFO kablam! | Oct 13 13:13:44.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.066 INFO kablam! | Oct 13 13:13:44.066 INFO kablam! Oct 13 13:13:44.066 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.066 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.066 INFO kablam! | Oct 13 13:13:44.066 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.066 INFO kablam! | ^^^^^ Oct 13 13:13:44.066 INFO kablam! ... Oct 13 13:13:44.066 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 13 13:13:44.066 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.066 INFO kablam! | Oct 13 13:13:44.066 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.066 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.066 INFO kablam! | Oct 13 13:13:44.066 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.066 INFO kablam! | Oct 13 13:13:44.066 INFO kablam! Oct 13 13:13:44.072 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.072 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.072 INFO kablam! | Oct 13 13:13:44.072 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.072 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.072 INFO kablam! ... Oct 13 13:13:44.072 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 13 13:13:44.072 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.072 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! Oct 13 13:13:44.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.073 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.073 INFO kablam! ... Oct 13 13:13:44.073 INFO kablam! 1274 | rt_realloc!(rt_odd_1000bytes_2align_realloc, 1000- 1, 2); Oct 13 13:13:44.073 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! Oct 13 13:13:44.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.073 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.073 INFO kablam! | ^^^^^ Oct 13 13:13:44.073 INFO kablam! ... Oct 13 13:13:44.073 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 13 13:13:44.073 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! Oct 13 13:13:44.073 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.073 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.073 INFO kablam! ... Oct 13 13:13:44.073 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 13 13:13:44.073 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! Oct 13 13:13:44.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.073 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.073 INFO kablam! ... Oct 13 13:13:44.073 INFO kablam! 1287 | rt_realloc!(rt_odd_10000bytes_2align_realloc, 10000- 1, 2); Oct 13 13:13:44.073 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! Oct 13 13:13:44.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.073 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.073 INFO kablam! | ^^^^^ Oct 13 13:13:44.073 INFO kablam! ... Oct 13 13:13:44.073 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 13 13:13:44.073 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! Oct 13 13:13:44.073 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.073 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.073 INFO kablam! | Oct 13 13:13:44.073 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.074 INFO kablam! ... Oct 13 13:13:44.074 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 13 13:13:44.074 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.074 INFO kablam! | Oct 13 13:13:44.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.074 INFO kablam! | Oct 13 13:13:44.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.074 INFO kablam! | Oct 13 13:13:44.074 INFO kablam! Oct 13 13:13:44.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.074 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.074 INFO kablam! | Oct 13 13:13:44.074 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.074 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.074 INFO kablam! ... Oct 13 13:13:44.074 INFO kablam! 1300 | rt_realloc!(rt_odd_100000bytes_2align_realloc, 100000- 1, 2); Oct 13 13:13:44.074 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.074 INFO kablam! | Oct 13 13:13:44.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.074 INFO kablam! | Oct 13 13:13:44.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.074 INFO kablam! | Oct 13 13:13:44.074 INFO kablam! Oct 13 13:13:44.079 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.079 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.079 INFO kablam! | ^^^^^ Oct 13 13:13:44.079 INFO kablam! ... Oct 13 13:13:44.079 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 13 13:13:44.079 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! Oct 13 13:13:44.079 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.079 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.079 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.079 INFO kablam! ... Oct 13 13:13:44.079 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 13 13:13:44.079 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.079 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.079 INFO kablam! | Oct 13 13:13:44.079 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! Oct 13 13:13:44.080 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.080 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.080 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.080 INFO kablam! ... Oct 13 13:13:44.080 INFO kablam! 1313 | rt_realloc!(rt_odd_1000000bytes_2align_realloc, 1000000- 1, 2); Oct 13 13:13:44.080 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! Oct 13 13:13:44.080 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.080 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.080 INFO kablam! | ^^^^^ Oct 13 13:13:44.080 INFO kablam! ... Oct 13 13:13:44.080 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 13 13:13:44.080 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! Oct 13 13:13:44.080 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.080 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.080 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.080 INFO kablam! ... Oct 13 13:13:44.080 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 13 13:13:44.080 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.080 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.080 INFO kablam! | Oct 13 13:13:44.080 INFO kablam! Oct 13 13:13:44.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.089 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.089 INFO kablam! ... Oct 13 13:13:44.089 INFO kablam! 1327 | rt_realloc!(rt_primes_3bytes_2align_realloc, 3, 2); Oct 13 13:13:44.089 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! Oct 13 13:13:44.089 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.089 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.089 INFO kablam! | ^^^^^ Oct 13 13:13:44.089 INFO kablam! ... Oct 13 13:13:44.089 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 13 13:13:44.089 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! Oct 13 13:13:44.089 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.089 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.089 INFO kablam! ... Oct 13 13:13:44.089 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 13 13:13:44.089 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! Oct 13 13:13:44.089 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.089 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.089 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.089 INFO kablam! ... Oct 13 13:13:44.089 INFO kablam! 1340 | rt_realloc!(rt_primes_7bytes_2align_realloc, 7, 2); Oct 13 13:13:44.089 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.089 INFO kablam! | Oct 13 13:13:44.089 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.089 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! Oct 13 13:13:44.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.092 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.092 INFO kablam! | ^^^^^ Oct 13 13:13:44.092 INFO kablam! ... Oct 13 13:13:44.092 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 13 13:13:44.092 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! Oct 13 13:13:44.092 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.092 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.092 INFO kablam! ... Oct 13 13:13:44.092 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 13 13:13:44.092 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.092 INFO kablam! | Oct 13 13:13:44.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! Oct 13 13:13:44.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.097 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.097 INFO kablam! ... Oct 13 13:13:44.097 INFO kablam! 1353 | rt_realloc!(rt_primes_13bytes_2align_realloc, 13, 2); Oct 13 13:13:44.097 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! Oct 13 13:13:44.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.097 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.097 INFO kablam! | ^^^^^ Oct 13 13:13:44.097 INFO kablam! ... Oct 13 13:13:44.097 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 13 13:13:44.097 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! Oct 13 13:13:44.097 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.097 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.097 INFO kablam! ... Oct 13 13:13:44.097 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 13 13:13:44.097 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! Oct 13 13:13:44.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.097 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.097 INFO kablam! | Oct 13 13:13:44.097 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.097 INFO kablam! ... Oct 13 13:13:44.097 INFO kablam! 1366 | rt_realloc!(rt_primes_17bytes_2align_realloc, 17, 2); Oct 13 13:13:44.097 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! Oct 13 13:13:44.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.098 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.098 INFO kablam! | ^^^^^ Oct 13 13:13:44.098 INFO kablam! ... Oct 13 13:13:44.098 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 13 13:13:44.098 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! Oct 13 13:13:44.098 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.098 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.098 INFO kablam! ... Oct 13 13:13:44.098 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 13 13:13:44.098 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.098 INFO kablam! | Oct 13 13:13:44.098 INFO kablam! Oct 13 13:13:44.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.106 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.106 INFO kablam! | Oct 13 13:13:44.106 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.106 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.106 INFO kablam! ... Oct 13 13:13:44.106 INFO kablam! 1379 | rt_realloc!(rt_primes_31bytes_2align_realloc, 31, 2); Oct 13 13:13:44.106 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.106 INFO kablam! | Oct 13 13:13:44.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.106 INFO kablam! | Oct 13 13:13:44.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.106 INFO kablam! | Oct 13 13:13:44.106 INFO kablam! Oct 13 13:13:44.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.106 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.106 INFO kablam! | Oct 13 13:13:44.106 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.106 INFO kablam! | ^^^^^ Oct 13 13:13:44.106 INFO kablam! ... Oct 13 13:13:44.106 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 13 13:13:44.107 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! Oct 13 13:13:44.107 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.107 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.107 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.107 INFO kablam! ... Oct 13 13:13:44.107 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 13 13:13:44.107 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! Oct 13 13:13:44.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.107 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.107 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.107 INFO kablam! ... Oct 13 13:13:44.107 INFO kablam! 1392 | rt_realloc!(rt_primes_61bytes_2align_realloc, 61, 2); Oct 13 13:13:44.107 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! Oct 13 13:13:44.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.107 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.107 INFO kablam! | ^^^^^ Oct 13 13:13:44.107 INFO kablam! ... Oct 13 13:13:44.107 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 13 13:13:44.107 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! Oct 13 13:13:44.107 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.107 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.107 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.107 INFO kablam! ... Oct 13 13:13:44.107 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 13 13:13:44.107 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! Oct 13 13:13:44.107 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.107 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.107 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.107 INFO kablam! ... Oct 13 13:13:44.107 INFO kablam! 1405 | rt_realloc!(rt_primes_96bytes_2align_realloc, 96, 2); Oct 13 13:13:44.107 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.107 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! Oct 13 13:13:44.107 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.107 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.107 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.107 INFO kablam! | ^^^^^ Oct 13 13:13:44.107 INFO kablam! ... Oct 13 13:13:44.107 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 13 13:13:44.107 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.107 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! Oct 13 13:13:44.108 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.108 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.108 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.108 INFO kablam! ... Oct 13 13:13:44.108 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 13 13:13:44.108 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! Oct 13 13:13:44.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.108 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.108 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.108 INFO kablam! ... Oct 13 13:13:44.108 INFO kablam! 1418 | rt_realloc!(rt_primes_127bytes_2align_realloc, 127, 2); Oct 13 13:13:44.108 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! Oct 13 13:13:44.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.108 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.108 INFO kablam! | ^^^^^ Oct 13 13:13:44.108 INFO kablam! ... Oct 13 13:13:44.108 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 13 13:13:44.108 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! Oct 13 13:13:44.108 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.108 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.108 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.108 INFO kablam! ... Oct 13 13:13:44.108 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 13 13:13:44.108 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! Oct 13 13:13:44.108 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.108 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.108 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.108 INFO kablam! ... Oct 13 13:13:44.108 INFO kablam! 1431 | rt_realloc!(rt_primes_257bytes_2align_realloc, 257, 2); Oct 13 13:13:44.108 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.108 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! Oct 13 13:13:44.108 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.108 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.108 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.108 INFO kablam! | ^^^^^ Oct 13 13:13:44.108 INFO kablam! ... Oct 13 13:13:44.108 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 13 13:13:44.108 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.108 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! Oct 13 13:13:44.109 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.109 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.109 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.109 INFO kablam! ... Oct 13 13:13:44.109 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 13 13:13:44.109 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! Oct 13 13:13:44.109 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.109 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.109 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.109 INFO kablam! ... Oct 13 13:13:44.109 INFO kablam! 1444 | rt_realloc!(rt_primes_509bytes_2align_realloc, 509, 2); Oct 13 13:13:44.109 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! Oct 13 13:13:44.109 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.109 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.109 INFO kablam! | ^^^^^ Oct 13 13:13:44.109 INFO kablam! ... Oct 13 13:13:44.109 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 13 13:13:44.109 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.109 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.109 INFO kablam! | Oct 13 13:13:44.109 INFO kablam! Oct 13 13:13:44.121 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.121 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.121 INFO kablam! | Oct 13 13:13:44.121 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.121 INFO kablam! ... Oct 13 13:13:44.121 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 13 13:13:44.121 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.121 INFO kablam! | Oct 13 13:13:44.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.121 INFO kablam! | Oct 13 13:13:44.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.121 INFO kablam! | Oct 13 13:13:44.121 INFO kablam! Oct 13 13:13:44.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.121 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.121 INFO kablam! | Oct 13 13:13:44.121 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.122 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.122 INFO kablam! ... Oct 13 13:13:44.122 INFO kablam! 1457 | rt_realloc!(rt_primes_1021bytes_2align_realloc, 1021, 2); Oct 13 13:13:44.122 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! Oct 13 13:13:44.122 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.122 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.122 INFO kablam! | ^^^^^ Oct 13 13:13:44.122 INFO kablam! ... Oct 13 13:13:44.122 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 13 13:13:44.122 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! Oct 13 13:13:44.122 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.122 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.122 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.122 INFO kablam! ... Oct 13 13:13:44.122 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 13 13:13:44.122 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.122 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.122 INFO kablam! | Oct 13 13:13:44.122 INFO kablam! Oct 13 13:13:44.122 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.122 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.123 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.123 INFO kablam! ... Oct 13 13:13:44.123 INFO kablam! 1470 | rt_realloc!(rt_primes_2039bytes_2align_realloc, 2039, 2); Oct 13 13:13:44.123 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! Oct 13 13:13:44.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.123 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.123 INFO kablam! | ^^^^^ Oct 13 13:13:44.123 INFO kablam! ... Oct 13 13:13:44.123 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 13 13:13:44.123 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! Oct 13 13:13:44.123 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.123 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.123 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.123 INFO kablam! ... Oct 13 13:13:44.123 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 13 13:13:44.123 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! Oct 13 13:13:44.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.123 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.123 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.123 INFO kablam! ... Oct 13 13:13:44.123 INFO kablam! 1483 | rt_realloc!(rt_primes_4093bytes_2align_realloc, 4093, 2); Oct 13 13:13:44.123 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! Oct 13 13:13:44.123 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.123 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.123 INFO kablam! | ^^^^^ Oct 13 13:13:44.123 INFO kablam! ... Oct 13 13:13:44.123 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 13 13:13:44.123 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! Oct 13 13:13:44.123 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.123 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.123 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.123 INFO kablam! ... Oct 13 13:13:44.123 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 13 13:13:44.123 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.123 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! Oct 13 13:13:44.123 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.123 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.123 INFO kablam! | Oct 13 13:13:44.123 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.123 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.124 INFO kablam! ... Oct 13 13:13:44.124 INFO kablam! 1496 | rt_realloc!(rt_primes_8191bytes_2align_realloc, 8191, 2); Oct 13 13:13:44.124 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! Oct 13 13:13:44.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.124 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.124 INFO kablam! | ^^^^^ Oct 13 13:13:44.124 INFO kablam! ... Oct 13 13:13:44.124 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 13 13:13:44.124 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! Oct 13 13:13:44.124 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.124 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.124 INFO kablam! ... Oct 13 13:13:44.124 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 13 13:13:44.124 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! Oct 13 13:13:44.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.124 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.124 INFO kablam! ... Oct 13 13:13:44.124 INFO kablam! 1509 | rt_realloc!(rt_primes_16381bytes_2align_realloc, 16381, 2); Oct 13 13:13:44.124 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! Oct 13 13:13:44.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.124 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.124 INFO kablam! | ^^^^^ Oct 13 13:13:44.124 INFO kablam! ... Oct 13 13:13:44.124 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 13 13:13:44.124 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! Oct 13 13:13:44.124 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.124 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.124 INFO kablam! ... Oct 13 13:13:44.124 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 13 13:13:44.124 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! Oct 13 13:13:44.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.124 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.124 INFO kablam! | Oct 13 13:13:44.124 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.125 INFO kablam! ... Oct 13 13:13:44.125 INFO kablam! 1522 | rt_realloc!(rt_primes_32749bytes_2align_realloc, 32749, 2); Oct 13 13:13:44.125 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.125 INFO kablam! | Oct 13 13:13:44.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.125 INFO kablam! | Oct 13 13:13:44.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.125 INFO kablam! | Oct 13 13:13:44.125 INFO kablam! Oct 13 13:13:44.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.131 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.131 INFO kablam! | ^^^^^ Oct 13 13:13:44.131 INFO kablam! ... Oct 13 13:13:44.131 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 13 13:13:44.131 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! Oct 13 13:13:44.131 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.131 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.131 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.131 INFO kablam! ... Oct 13 13:13:44.131 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 13 13:13:44.131 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.131 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! Oct 13 13:13:44.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.132 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.132 INFO kablam! ... Oct 13 13:13:44.132 INFO kablam! 1535 | rt_realloc!(rt_primes_65537bytes_2align_realloc, 65537, 2); Oct 13 13:13:44.132 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! Oct 13 13:13:44.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.132 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.132 INFO kablam! | ^^^^^ Oct 13 13:13:44.132 INFO kablam! ... Oct 13 13:13:44.132 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 13 13:13:44.132 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! Oct 13 13:13:44.132 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.132 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.132 INFO kablam! ... Oct 13 13:13:44.132 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 13 13:13:44.132 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! Oct 13 13:13:44.132 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.132 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.132 INFO kablam! ... Oct 13 13:13:44.132 INFO kablam! 1548 | rt_realloc!(rt_primes_131071bytes_2align_realloc, 131071, 2); Oct 13 13:13:44.132 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! Oct 13 13:13:44.132 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.132 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.132 INFO kablam! | ^^^^^ Oct 13 13:13:44.132 INFO kablam! ... Oct 13 13:13:44.132 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 13 13:13:44.132 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! Oct 13 13:13:44.132 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.132 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.132 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.132 INFO kablam! ... Oct 13 13:13:44.132 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 13 13:13:44.132 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.132 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.132 INFO kablam! | Oct 13 13:13:44.133 INFO kablam! Oct 13 13:13:44.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.137 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.137 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.137 INFO kablam! ... Oct 13 13:13:44.137 INFO kablam! 1561 | rt_realloc!(rt_primes_4194301bytes_2align_realloc, 4194301, 2); Oct 13 13:13:44.137 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.137 INFO kablam! | Oct 13 13:13:44.137 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! Oct 13 13:13:44.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.138 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.138 INFO kablam! | ^^^^^ Oct 13 13:13:44.138 INFO kablam! ... Oct 13 13:13:44.138 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 13 13:13:44.138 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! Oct 13 13:13:44.138 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.138 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.138 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.138 INFO kablam! ... Oct 13 13:13:44.138 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 13 13:13:44.138 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.138 INFO kablam! | Oct 13 13:13:44.138 INFO kablam! Oct 13 13:13:44.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.144 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.144 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.144 INFO kablam! ... Oct 13 13:13:44.144 INFO kablam! 1577 | rt_realloc!(rt_pow2_1bytes_4align_realloc, 1, 4); Oct 13 13:13:44.144 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! Oct 13 13:13:44.144 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.144 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.144 INFO kablam! | ^^^^^ Oct 13 13:13:44.144 INFO kablam! ... Oct 13 13:13:44.144 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 13 13:13:44.144 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! Oct 13 13:13:44.144 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.144 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.144 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.144 INFO kablam! ... Oct 13 13:13:44.144 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 13 13:13:44.144 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.144 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.144 INFO kablam! | Oct 13 13:13:44.144 INFO kablam! Oct 13 13:13:44.144 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.144 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.145 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.145 INFO kablam! ... Oct 13 13:13:44.145 INFO kablam! 1590 | rt_realloc!(rt_pow2_2bytes_4align_realloc, 2, 4); Oct 13 13:13:44.145 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! Oct 13 13:13:44.145 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.145 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.145 INFO kablam! | ^^^^^ Oct 13 13:13:44.145 INFO kablam! ... Oct 13 13:13:44.145 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 13 13:13:44.145 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.145 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! Oct 13 13:13:44.145 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.145 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.145 INFO kablam! | Oct 13 13:13:44.145 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.145 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.145 INFO kablam! ... Oct 13 13:13:44.145 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 13 13:13:44.145 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.152 INFO kablam! | Oct 13 13:13:44.152 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.152 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.152 INFO kablam! | Oct 13 13:13:44.152 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! Oct 13 13:13:44.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.153 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.153 INFO kablam! ... Oct 13 13:13:44.153 INFO kablam! 1603 | rt_realloc!(rt_pow2_4bytes_4align_realloc, 4, 4); Oct 13 13:13:44.153 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! Oct 13 13:13:44.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.153 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.153 INFO kablam! | ^^^^^ Oct 13 13:13:44.153 INFO kablam! ... Oct 13 13:13:44.153 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 13 13:13:44.153 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! Oct 13 13:13:44.153 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.153 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.153 INFO kablam! ... Oct 13 13:13:44.153 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 13 13:13:44.153 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! Oct 13 13:13:44.153 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.153 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.153 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.153 INFO kablam! ... Oct 13 13:13:44.153 INFO kablam! 1616 | rt_realloc!(rt_pow2_8bytes_4align_realloc, 8, 4); Oct 13 13:13:44.153 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.153 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! Oct 13 13:13:44.153 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.153 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.153 INFO kablam! | Oct 13 13:13:44.153 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.153 INFO kablam! | ^^^^^ Oct 13 13:13:44.153 INFO kablam! ... Oct 13 13:13:44.154 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 13 13:13:44.154 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! Oct 13 13:13:44.154 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.154 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.154 INFO kablam! ... Oct 13 13:13:44.154 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 13 13:13:44.154 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! Oct 13 13:13:44.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.154 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.154 INFO kablam! ... Oct 13 13:13:44.154 INFO kablam! 1629 | rt_realloc!(rt_pow2_16bytes_4align_realloc, 16, 4); Oct 13 13:13:44.154 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.154 INFO kablam! | Oct 13 13:13:44.154 INFO kablam! Oct 13 13:13:44.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.157 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.157 INFO kablam! | ^^^^^ Oct 13 13:13:44.157 INFO kablam! ... Oct 13 13:13:44.157 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 13 13:13:44.157 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! Oct 13 13:13:44.157 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.157 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.157 INFO kablam! ... Oct 13 13:13:44.157 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 13 13:13:44.157 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! Oct 13 13:13:44.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.157 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.157 INFO kablam! ... Oct 13 13:13:44.157 INFO kablam! 1642 | rt_realloc!(rt_pow2_32bytes_4align_realloc, 32, 4); Oct 13 13:13:44.157 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! Oct 13 13:13:44.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.157 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.157 INFO kablam! | ^^^^^ Oct 13 13:13:44.157 INFO kablam! ... Oct 13 13:13:44.157 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 13 13:13:44.157 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.157 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! Oct 13 13:13:44.158 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.158 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.158 INFO kablam! ... Oct 13 13:13:44.158 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 13 13:13:44.158 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! Oct 13 13:13:44.158 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.158 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.158 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.158 INFO kablam! ... Oct 13 13:13:44.158 INFO kablam! 1655 | rt_realloc!(rt_pow2_64bytes_4align_realloc, 64, 4); Oct 13 13:13:44.158 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.158 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.158 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.158 INFO kablam! | Oct 13 13:13:44.164 INFO kablam! Oct 13 13:13:44.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.164 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.164 INFO kablam! | Oct 13 13:13:44.164 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.164 INFO kablam! | ^^^^^ Oct 13 13:13:44.164 INFO kablam! ... Oct 13 13:13:44.164 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 13 13:13:44.164 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.164 INFO kablam! | Oct 13 13:13:44.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.164 INFO kablam! | Oct 13 13:13:44.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.164 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! Oct 13 13:13:44.165 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.165 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.165 INFO kablam! ... Oct 13 13:13:44.165 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 13 13:13:44.165 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! Oct 13 13:13:44.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.165 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.165 INFO kablam! ... Oct 13 13:13:44.165 INFO kablam! 1668 | rt_realloc!(rt_pow2_128bytes_4align_realloc, 128, 4); Oct 13 13:13:44.165 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! Oct 13 13:13:44.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.165 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.165 INFO kablam! | ^^^^^ Oct 13 13:13:44.165 INFO kablam! ... Oct 13 13:13:44.165 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 13 13:13:44.165 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! Oct 13 13:13:44.165 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.165 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.165 INFO kablam! ... Oct 13 13:13:44.165 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 13 13:13:44.165 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.165 INFO kablam! | Oct 13 13:13:44.165 INFO kablam! Oct 13 13:13:44.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.165 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.166 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.166 INFO kablam! ... Oct 13 13:13:44.166 INFO kablam! 1681 | rt_realloc!(rt_pow2_256bytes_4align_realloc, 256, 4); Oct 13 13:13:44.166 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! Oct 13 13:13:44.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.166 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.166 INFO kablam! | ^^^^^ Oct 13 13:13:44.166 INFO kablam! ... Oct 13 13:13:44.166 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 13 13:13:44.166 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! Oct 13 13:13:44.166 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.166 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.166 INFO kablam! | Oct 13 13:13:44.166 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.166 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.166 INFO kablam! ... Oct 13 13:13:44.166 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 13 13:13:44.166 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.170 INFO kablam! | Oct 13 13:13:44.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.170 INFO kablam! | Oct 13 13:13:44.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.170 INFO kablam! | Oct 13 13:13:44.170 INFO kablam! Oct 13 13:13:44.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.170 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.170 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.171 INFO kablam! ... Oct 13 13:13:44.171 INFO kablam! 1694 | rt_realloc!(rt_pow2_512bytes_4align_realloc, 512, 4); Oct 13 13:13:44.171 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! Oct 13 13:13:44.171 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.171 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.171 INFO kablam! | ^^^^^ Oct 13 13:13:44.171 INFO kablam! ... Oct 13 13:13:44.171 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 13 13:13:44.171 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! Oct 13 13:13:44.171 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.171 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.171 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.171 INFO kablam! ... Oct 13 13:13:44.171 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 13 13:13:44.171 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.171 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.171 INFO kablam! | Oct 13 13:13:44.171 INFO kablam! Oct 13 13:13:44.173 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.173 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.173 INFO kablam! | Oct 13 13:13:44.173 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.173 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.173 INFO kablam! ... Oct 13 13:13:44.173 INFO kablam! 1707 | rt_realloc!(rt_pow2_1024bytes_4align_realloc, 1024, 4); Oct 13 13:13:44.173 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.173 INFO kablam! | Oct 13 13:13:44.173 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.173 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.173 INFO kablam! | Oct 13 13:13:44.173 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.173 INFO kablam! | Oct 13 13:13:44.173 INFO kablam! Oct 13 13:13:44.180 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.180 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.180 INFO kablam! | Oct 13 13:13:44.180 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.180 INFO kablam! | ^^^^^ Oct 13 13:13:44.180 INFO kablam! ... Oct 13 13:13:44.180 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 13 13:13:44.180 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.180 INFO kablam! | Oct 13 13:13:44.180 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.180 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! Oct 13 13:13:44.181 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.181 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.181 INFO kablam! ... Oct 13 13:13:44.181 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 13 13:13:44.181 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! Oct 13 13:13:44.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.181 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.181 INFO kablam! ... Oct 13 13:13:44.181 INFO kablam! 1720 | rt_realloc!(rt_pow2_2048bytes_4align_realloc, 2048, 4); Oct 13 13:13:44.181 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! Oct 13 13:13:44.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.181 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.181 INFO kablam! | ^^^^^ Oct 13 13:13:44.181 INFO kablam! ... Oct 13 13:13:44.181 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 13 13:13:44.181 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! Oct 13 13:13:44.181 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.181 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.181 INFO kablam! ... Oct 13 13:13:44.181 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 13 13:13:44.181 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! Oct 13 13:13:44.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.181 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.181 INFO kablam! ... Oct 13 13:13:44.181 INFO kablam! 1733 | rt_realloc!(rt_pow2_4096bytes_4align_realloc, 4096, 4); Oct 13 13:13:44.181 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.181 INFO kablam! | Oct 13 13:13:44.181 INFO kablam! Oct 13 13:13:44.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.184 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.184 INFO kablam! | ^^^^^ Oct 13 13:13:44.184 INFO kablam! ... Oct 13 13:13:44.184 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 13 13:13:44.184 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! Oct 13 13:13:44.184 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.184 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.184 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.184 INFO kablam! ... Oct 13 13:13:44.184 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 13 13:13:44.184 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! Oct 13 13:13:44.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.184 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.184 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.184 INFO kablam! ... Oct 13 13:13:44.184 INFO kablam! 1746 | rt_realloc!(rt_pow2_8192bytes_4align_realloc, 8192, 4); Oct 13 13:13:44.184 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.184 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! Oct 13 13:13:44.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.185 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.185 INFO kablam! | ^^^^^ Oct 13 13:13:44.185 INFO kablam! ... Oct 13 13:13:44.185 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 13 13:13:44.185 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! Oct 13 13:13:44.185 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.185 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.185 INFO kablam! ... Oct 13 13:13:44.185 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 13 13:13:44.185 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! Oct 13 13:13:44.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.185 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.185 INFO kablam! ... Oct 13 13:13:44.185 INFO kablam! 1759 | rt_realloc!(rt_pow2_16384bytes_4align_realloc, 16384, 4); Oct 13 13:13:44.185 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.185 INFO kablam! | Oct 13 13:13:44.185 INFO kablam! Oct 13 13:13:44.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.192 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.192 INFO kablam! | Oct 13 13:13:44.192 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.192 INFO kablam! | ^^^^^ Oct 13 13:13:44.192 INFO kablam! ... Oct 13 13:13:44.192 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 13 13:13:44.192 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.192 INFO kablam! | Oct 13 13:13:44.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! Oct 13 13:13:44.193 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.193 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.193 INFO kablam! ... Oct 13 13:13:44.193 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 13 13:13:44.193 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! Oct 13 13:13:44.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.193 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.193 INFO kablam! ... Oct 13 13:13:44.193 INFO kablam! 1772 | rt_realloc!(rt_pow2_32768bytes_4align_realloc, 32768, 4); Oct 13 13:13:44.193 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! Oct 13 13:13:44.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.193 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.193 INFO kablam! | ^^^^^ Oct 13 13:13:44.193 INFO kablam! ... Oct 13 13:13:44.193 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 13 13:13:44.193 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! Oct 13 13:13:44.193 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.193 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.193 INFO kablam! ... Oct 13 13:13:44.193 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 13 13:13:44.193 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.193 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! Oct 13 13:13:44.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.194 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.194 INFO kablam! ... Oct 13 13:13:44.194 INFO kablam! 1785 | rt_realloc!(rt_pow2_65536bytes_4align_realloc, 65536, 4); Oct 13 13:13:44.194 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! Oct 13 13:13:44.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.194 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.194 INFO kablam! | ^^^^^ Oct 13 13:13:44.194 INFO kablam! ... Oct 13 13:13:44.194 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 13 13:13:44.194 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! Oct 13 13:13:44.194 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.194 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.194 INFO kablam! ... Oct 13 13:13:44.194 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 13 13:13:44.194 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! Oct 13 13:13:44.194 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.194 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.194 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.194 INFO kablam! ... Oct 13 13:13:44.194 INFO kablam! 1798 | rt_realloc!(rt_pow2_131072bytes_4align_realloc, 131072, 4); Oct 13 13:13:44.194 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.194 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! Oct 13 13:13:44.194 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.194 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.194 INFO kablam! | ^^^^^ Oct 13 13:13:44.194 INFO kablam! ... Oct 13 13:13:44.194 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 13 13:13:44.194 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.194 INFO kablam! | Oct 13 13:13:44.194 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! Oct 13 13:13:44.205 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.205 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.205 INFO kablam! ... Oct 13 13:13:44.205 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 13 13:13:44.205 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! Oct 13 13:13:44.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.205 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.205 INFO kablam! ... Oct 13 13:13:44.205 INFO kablam! 1811 | rt_realloc!(rt_pow2_4194304bytes_4align_realloc, 4194304, 4); Oct 13 13:13:44.205 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! Oct 13 13:13:44.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.205 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.205 INFO kablam! | ^^^^^ Oct 13 13:13:44.205 INFO kablam! ... Oct 13 13:13:44.205 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 13 13:13:44.205 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! Oct 13 13:13:44.205 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.205 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.205 INFO kablam! ... Oct 13 13:13:44.205 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 13 13:13:44.205 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! Oct 13 13:13:44.205 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.205 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.205 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.205 INFO kablam! ... Oct 13 13:13:44.205 INFO kablam! 1825 | rt_realloc!(rt_even_10bytes_4align_realloc, 10, 4); Oct 13 13:13:44.205 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! Oct 13 13:13:44.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.205 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.205 INFO kablam! | ^^^^^ Oct 13 13:13:44.205 INFO kablam! ... Oct 13 13:13:44.205 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 13 13:13:44.205 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.205 INFO kablam! | Oct 13 13:13:44.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! Oct 13 13:13:44.206 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.206 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.206 INFO kablam! ... Oct 13 13:13:44.206 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 13 13:13:44.206 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! Oct 13 13:13:44.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.206 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.206 INFO kablam! ... Oct 13 13:13:44.206 INFO kablam! 1838 | rt_realloc!(rt_even_100bytes_4align_realloc, 100, 4); Oct 13 13:13:44.206 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.206 INFO kablam! | Oct 13 13:13:44.206 INFO kablam! Oct 13 13:13:44.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.212 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.212 INFO kablam! | Oct 13 13:13:44.212 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.212 INFO kablam! | ^^^^^ Oct 13 13:13:44.212 INFO kablam! ... Oct 13 13:13:44.212 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 13 13:13:44.212 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.212 INFO kablam! | Oct 13 13:13:44.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.212 INFO kablam! | Oct 13 13:13:44.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.212 INFO kablam! | Oct 13 13:13:44.212 INFO kablam! Oct 13 13:13:44.215 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.215 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.215 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.215 INFO kablam! ... Oct 13 13:13:44.215 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 13 13:13:44.215 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! Oct 13 13:13:44.215 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.215 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.215 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.215 INFO kablam! ... Oct 13 13:13:44.215 INFO kablam! 1851 | rt_realloc!(rt_even_1000bytes_4align_realloc, 1000, 4); Oct 13 13:13:44.215 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.215 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! Oct 13 13:13:44.216 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.216 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.216 INFO kablam! | ^^^^^ Oct 13 13:13:44.216 INFO kablam! ... Oct 13 13:13:44.216 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 13 13:13:44.216 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! Oct 13 13:13:44.216 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.216 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.216 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.216 INFO kablam! ... Oct 13 13:13:44.216 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 13 13:13:44.216 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.216 INFO kablam! | Oct 13 13:13:44.216 INFO kablam! Oct 13 13:13:44.217 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.217 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.217 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.217 INFO kablam! ... Oct 13 13:13:44.217 INFO kablam! 1864 | rt_realloc!(rt_even_10000bytes_4align_realloc, 10000, 4); Oct 13 13:13:44.217 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! Oct 13 13:13:44.217 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.217 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.217 INFO kablam! | ^^^^^ Oct 13 13:13:44.217 INFO kablam! ... Oct 13 13:13:44.217 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 13 13:13:44.217 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.217 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.217 INFO kablam! | Oct 13 13:13:44.217 INFO kablam! Oct 13 13:13:44.218 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.218 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.218 INFO kablam! | Oct 13 13:13:44.218 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.218 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.218 INFO kablam! ... Oct 13 13:13:44.218 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 13 13:13:44.218 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.218 INFO kablam! | Oct 13 13:13:44.218 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.218 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.218 INFO kablam! | Oct 13 13:13:44.218 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.218 INFO kablam! | Oct 13 13:13:44.218 INFO kablam! Oct 13 13:13:44.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.224 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.224 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.224 INFO kablam! ... Oct 13 13:13:44.224 INFO kablam! 1877 | rt_realloc!(rt_even_100000bytes_4align_realloc, 100000, 4); Oct 13 13:13:44.224 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! Oct 13 13:13:44.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.224 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.224 INFO kablam! | ^^^^^ Oct 13 13:13:44.224 INFO kablam! ... Oct 13 13:13:44.224 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 13 13:13:44.224 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! Oct 13 13:13:44.224 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.224 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.224 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.224 INFO kablam! ... Oct 13 13:13:44.224 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 13 13:13:44.224 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.224 INFO kablam! | Oct 13 13:13:44.224 INFO kablam! Oct 13 13:13:44.224 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.224 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.225 INFO kablam! | Oct 13 13:13:44.226 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.226 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.226 INFO kablam! ... Oct 13 13:13:44.226 INFO kablam! 1890 | rt_realloc!(rt_even_1000000bytes_4align_realloc, 1000000, 4); Oct 13 13:13:44.226 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.226 INFO kablam! | Oct 13 13:13:44.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.226 INFO kablam! | Oct 13 13:13:44.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.226 INFO kablam! | Oct 13 13:13:44.226 INFO kablam! Oct 13 13:13:44.229 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.229 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.229 INFO kablam! | Oct 13 13:13:44.229 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.229 INFO kablam! | ^^^^^ Oct 13 13:13:44.229 INFO kablam! ... Oct 13 13:13:44.229 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 13 13:13:44.229 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.229 INFO kablam! | Oct 13 13:13:44.229 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.229 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! Oct 13 13:13:44.230 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.230 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.230 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.230 INFO kablam! ... Oct 13 13:13:44.230 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 13 13:13:44.230 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! Oct 13 13:13:44.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.230 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.230 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.230 INFO kablam! ... Oct 13 13:13:44.230 INFO kablam! 1904 | rt_realloc!(rt_odd_10bytes_4align_realloc, 10- 1, 4); Oct 13 13:13:44.230 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.230 INFO kablam! | Oct 13 13:13:44.230 INFO kablam! Oct 13 13:13:44.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.234 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.234 INFO kablam! | ^^^^^ Oct 13 13:13:44.234 INFO kablam! ... Oct 13 13:13:44.234 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 13 13:13:44.234 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! Oct 13 13:13:44.234 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.234 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.234 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.234 INFO kablam! ... Oct 13 13:13:44.234 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 13 13:13:44.234 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! Oct 13 13:13:44.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.234 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.234 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.234 INFO kablam! ... Oct 13 13:13:44.234 INFO kablam! 1917 | rt_realloc!(rt_odd_100bytes_4align_realloc, 100- 1, 4); Oct 13 13:13:44.234 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! Oct 13 13:13:44.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.234 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.234 INFO kablam! | ^^^^^ Oct 13 13:13:44.234 INFO kablam! ... Oct 13 13:13:44.234 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 13 13:13:44.234 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! Oct 13 13:13:44.234 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.234 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.234 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.234 INFO kablam! ... Oct 13 13:13:44.234 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 13 13:13:44.234 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! Oct 13 13:13:44.234 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.234 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.234 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.234 INFO kablam! ... Oct 13 13:13:44.234 INFO kablam! 1930 | rt_realloc!(rt_odd_1000bytes_4align_realloc, 1000- 1, 4); Oct 13 13:13:44.234 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.234 INFO kablam! | Oct 13 13:13:44.234 INFO kablam! Oct 13 13:13:44.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.234 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.235 INFO kablam! | ^^^^^ Oct 13 13:13:44.235 INFO kablam! ... Oct 13 13:13:44.235 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 13 13:13:44.235 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! Oct 13 13:13:44.235 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.235 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.235 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.235 INFO kablam! ... Oct 13 13:13:44.235 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 13 13:13:44.235 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.235 INFO kablam! | Oct 13 13:13:44.235 INFO kablam! Oct 13 13:13:44.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.245 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.245 INFO kablam! | Oct 13 13:13:44.245 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.246 INFO kablam! ... Oct 13 13:13:44.246 INFO kablam! 1943 | rt_realloc!(rt_odd_10000bytes_4align_realloc, 10000- 1, 4); Oct 13 13:13:44.246 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! Oct 13 13:13:44.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.246 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.246 INFO kablam! | ^^^^^ Oct 13 13:13:44.246 INFO kablam! ... Oct 13 13:13:44.246 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 13 13:13:44.246 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! Oct 13 13:13:44.246 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.246 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.246 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.246 INFO kablam! ... Oct 13 13:13:44.246 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 13 13:13:44.246 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! Oct 13 13:13:44.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.246 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.246 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.246 INFO kablam! ... Oct 13 13:13:44.246 INFO kablam! 1956 | rt_realloc!(rt_odd_100000bytes_4align_realloc, 100000- 1, 4); Oct 13 13:13:44.246 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! Oct 13 13:13:44.246 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.246 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.246 INFO kablam! | ^^^^^ Oct 13 13:13:44.246 INFO kablam! ... Oct 13 13:13:44.246 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 13 13:13:44.246 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! Oct 13 13:13:44.246 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.246 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.246 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.246 INFO kablam! ... Oct 13 13:13:44.246 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 13 13:13:44.246 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.246 INFO kablam! | Oct 13 13:13:44.246 INFO kablam! Oct 13 13:13:44.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.246 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.247 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.247 INFO kablam! ... Oct 13 13:13:44.247 INFO kablam! 1969 | rt_realloc!(rt_odd_1000000bytes_4align_realloc, 1000000- 1, 4); Oct 13 13:13:44.247 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! Oct 13 13:13:44.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.247 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.247 INFO kablam! | ^^^^^ Oct 13 13:13:44.247 INFO kablam! ... Oct 13 13:13:44.247 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 13 13:13:44.247 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! Oct 13 13:13:44.247 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.247 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.247 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.247 INFO kablam! ... Oct 13 13:13:44.247 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 13 13:13:44.247 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! Oct 13 13:13:44.247 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.247 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.247 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.247 INFO kablam! ... Oct 13 13:13:44.247 INFO kablam! 1983 | rt_realloc!(rt_primes_3bytes_4align_realloc, 3, 4); Oct 13 13:13:44.247 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! Oct 13 13:13:44.247 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.247 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.247 INFO kablam! | ^^^^^ Oct 13 13:13:44.247 INFO kablam! ... Oct 13 13:13:44.247 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 13 13:13:44.247 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.247 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.247 INFO kablam! | Oct 13 13:13:44.247 INFO kablam! Oct 13 13:13:44.257 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.257 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.257 INFO kablam! | Oct 13 13:13:44.257 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.258 INFO kablam! ... Oct 13 13:13:44.258 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 13 13:13:44.258 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! Oct 13 13:13:44.258 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.258 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.258 INFO kablam! ... Oct 13 13:13:44.258 INFO kablam! 1996 | rt_realloc!(rt_primes_7bytes_4align_realloc, 7, 4); Oct 13 13:13:44.258 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! Oct 13 13:13:44.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.258 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.258 INFO kablam! | ^^^^^ Oct 13 13:13:44.258 INFO kablam! ... Oct 13 13:13:44.258 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 13 13:13:44.258 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! Oct 13 13:13:44.258 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.258 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.258 INFO kablam! ... Oct 13 13:13:44.258 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 13 13:13:44.258 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! Oct 13 13:13:44.258 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.258 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.258 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.258 INFO kablam! ... Oct 13 13:13:44.258 INFO kablam! 2009 | rt_realloc!(rt_primes_13bytes_4align_realloc, 13, 4); Oct 13 13:13:44.258 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! Oct 13 13:13:44.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.258 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.258 INFO kablam! | ^^^^^ Oct 13 13:13:44.258 INFO kablam! ... Oct 13 13:13:44.258 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 13 13:13:44.258 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.258 INFO kablam! Oct 13 13:13:44.258 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.258 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.258 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.259 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.259 INFO kablam! ... Oct 13 13:13:44.259 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 13 13:13:44.259 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! Oct 13 13:13:44.259 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.259 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.259 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.259 INFO kablam! ... Oct 13 13:13:44.259 INFO kablam! 2022 | rt_realloc!(rt_primes_17bytes_4align_realloc, 17, 4); Oct 13 13:13:44.259 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! Oct 13 13:13:44.259 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.259 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.259 INFO kablam! | ^^^^^ Oct 13 13:13:44.259 INFO kablam! ... Oct 13 13:13:44.259 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 13 13:13:44.259 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.259 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.259 INFO kablam! | Oct 13 13:13:44.259 INFO kablam! Oct 13 13:13:44.261 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.261 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.261 INFO kablam! ... Oct 13 13:13:44.261 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 13 13:13:44.261 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! Oct 13 13:13:44.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.261 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.261 INFO kablam! ... Oct 13 13:13:44.261 INFO kablam! 2035 | rt_realloc!(rt_primes_31bytes_4align_realloc, 31, 4); Oct 13 13:13:44.261 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! Oct 13 13:13:44.261 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.261 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.261 INFO kablam! | ^^^^^ Oct 13 13:13:44.261 INFO kablam! ... Oct 13 13:13:44.261 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 13 13:13:44.261 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.261 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.261 INFO kablam! | Oct 13 13:13:44.261 INFO kablam! Oct 13 13:13:44.261 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.262 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.262 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.262 INFO kablam! ... Oct 13 13:13:44.262 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 13 13:13:44.262 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! Oct 13 13:13:44.262 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.262 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.262 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.262 INFO kablam! ... Oct 13 13:13:44.262 INFO kablam! 2048 | rt_realloc!(rt_primes_61bytes_4align_realloc, 61, 4); Oct 13 13:13:44.262 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! Oct 13 13:13:44.262 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.262 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.262 INFO kablam! | ^^^^^ Oct 13 13:13:44.262 INFO kablam! ... Oct 13 13:13:44.262 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 13 13:13:44.262 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.262 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.262 INFO kablam! | Oct 13 13:13:44.262 INFO kablam! Oct 13 13:13:44.264 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.264 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.264 INFO kablam! | Oct 13 13:13:44.264 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.264 INFO kablam! ... Oct 13 13:13:44.264 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 13 13:13:44.264 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.264 INFO kablam! | Oct 13 13:13:44.264 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.264 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.264 INFO kablam! | Oct 13 13:13:44.264 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.264 INFO kablam! | Oct 13 13:13:44.264 INFO kablam! Oct 13 13:13:44.264 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.264 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.264 INFO kablam! | Oct 13 13:13:44.264 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.264 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.264 INFO kablam! ... Oct 13 13:13:44.264 INFO kablam! 2061 | rt_realloc!(rt_primes_96bytes_4align_realloc, 96, 4); Oct 13 13:13:44.264 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! Oct 13 13:13:44.265 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.265 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.265 INFO kablam! | ^^^^^ Oct 13 13:13:44.265 INFO kablam! ... Oct 13 13:13:44.265 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 13 13:13:44.265 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! Oct 13 13:13:44.265 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.265 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.265 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.265 INFO kablam! ... Oct 13 13:13:44.265 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 13 13:13:44.265 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.265 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.265 INFO kablam! | Oct 13 13:13:44.265 INFO kablam! Oct 13 13:13:44.272 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.272 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.272 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.272 INFO kablam! ... Oct 13 13:13:44.272 INFO kablam! 2074 | rt_realloc!(rt_primes_127bytes_4align_realloc, 127, 4); Oct 13 13:13:44.272 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! Oct 13 13:13:44.272 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.272 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.272 INFO kablam! | ^^^^^ Oct 13 13:13:44.272 INFO kablam! ... Oct 13 13:13:44.272 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 13 13:13:44.272 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! Oct 13 13:13:44.272 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.272 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.272 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.272 INFO kablam! ... Oct 13 13:13:44.272 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 13 13:13:44.272 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.272 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.272 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.272 INFO kablam! | Oct 13 13:13:44.273 INFO kablam! Oct 13 13:13:44.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.273 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.273 INFO kablam! | Oct 13 13:13:44.273 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.273 INFO kablam! ... Oct 13 13:13:44.273 INFO kablam! 2087 | rt_realloc!(rt_primes_257bytes_4align_realloc, 257, 4); Oct 13 13:13:44.273 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.273 INFO kablam! | Oct 13 13:13:44.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.273 INFO kablam! | Oct 13 13:13:44.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.273 INFO kablam! | Oct 13 13:13:44.273 INFO kablam! Oct 13 13:13:44.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.273 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.273 INFO kablam! | Oct 13 13:13:44.273 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.273 INFO kablam! | ^^^^^ Oct 13 13:13:44.273 INFO kablam! ... Oct 13 13:13:44.273 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 13 13:13:44.273 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.273 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! Oct 13 13:13:44.291 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.291 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.291 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.291 INFO kablam! ... Oct 13 13:13:44.291 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 13 13:13:44.291 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! Oct 13 13:13:44.291 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.291 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.291 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.291 INFO kablam! ... Oct 13 13:13:44.291 INFO kablam! 2100 | rt_realloc!(rt_primes_509bytes_4align_realloc, 509, 4); Oct 13 13:13:44.291 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! Oct 13 13:13:44.291 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.291 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.291 INFO kablam! | ^^^^^ Oct 13 13:13:44.291 INFO kablam! ... Oct 13 13:13:44.291 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 13 13:13:44.291 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.291 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.291 INFO kablam! | Oct 13 13:13:44.291 INFO kablam! Oct 13 13:13:44.292 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.292 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.292 INFO kablam! ... Oct 13 13:13:44.292 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 13 13:13:44.292 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! Oct 13 13:13:44.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.292 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.292 INFO kablam! ... Oct 13 13:13:44.292 INFO kablam! 2113 | rt_realloc!(rt_primes_1021bytes_4align_realloc, 1021, 4); Oct 13 13:13:44.292 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! Oct 13 13:13:44.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.292 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.292 INFO kablam! | ^^^^^ Oct 13 13:13:44.292 INFO kablam! ... Oct 13 13:13:44.292 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 13 13:13:44.292 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! Oct 13 13:13:44.292 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.292 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.292 INFO kablam! ... Oct 13 13:13:44.292 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 13 13:13:44.292 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! Oct 13 13:13:44.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.292 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.292 INFO kablam! ... Oct 13 13:13:44.292 INFO kablam! 2126 | rt_realloc!(rt_primes_2039bytes_4align_realloc, 2039, 4); Oct 13 13:13:44.292 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! Oct 13 13:13:44.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.292 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.292 INFO kablam! | ^^^^^ Oct 13 13:13:44.292 INFO kablam! ... Oct 13 13:13:44.292 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 13 13:13:44.292 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.292 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! Oct 13 13:13:44.293 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.293 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.293 INFO kablam! ... Oct 13 13:13:44.293 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 13 13:13:44.293 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! Oct 13 13:13:44.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.293 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.293 INFO kablam! ... Oct 13 13:13:44.293 INFO kablam! 2139 | rt_realloc!(rt_primes_4093bytes_4align_realloc, 4093, 4); Oct 13 13:13:44.293 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! Oct 13 13:13:44.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.293 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.293 INFO kablam! | ^^^^^ Oct 13 13:13:44.293 INFO kablam! ... Oct 13 13:13:44.293 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 13 13:13:44.293 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! Oct 13 13:13:44.293 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.293 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.293 INFO kablam! ... Oct 13 13:13:44.293 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 13 13:13:44.293 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! Oct 13 13:13:44.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.293 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.293 INFO kablam! ... Oct 13 13:13:44.293 INFO kablam! 2152 | rt_realloc!(rt_primes_8191bytes_4align_realloc, 8191, 4); Oct 13 13:13:44.293 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! Oct 13 13:13:44.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.293 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.293 INFO kablam! | ^^^^^ Oct 13 13:13:44.293 INFO kablam! ... Oct 13 13:13:44.293 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 13 13:13:44.293 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! Oct 13 13:13:44.293 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.293 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.293 INFO kablam! | Oct 13 13:13:44.293 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.293 INFO kablam! ... Oct 13 13:13:44.293 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 13 13:13:44.294 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! Oct 13 13:13:44.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.294 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.294 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.294 INFO kablam! ... Oct 13 13:13:44.294 INFO kablam! 2165 | rt_realloc!(rt_primes_16381bytes_4align_realloc, 16381, 4); Oct 13 13:13:44.294 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! Oct 13 13:13:44.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.294 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.294 INFO kablam! | ^^^^^ Oct 13 13:13:44.294 INFO kablam! ... Oct 13 13:13:44.294 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 13 13:13:44.294 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! Oct 13 13:13:44.294 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.294 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.294 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.294 INFO kablam! ... Oct 13 13:13:44.294 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 13 13:13:44.294 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! Oct 13 13:13:44.294 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.294 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.294 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.294 INFO kablam! ... Oct 13 13:13:44.294 INFO kablam! 2178 | rt_realloc!(rt_primes_32749bytes_4align_realloc, 32749, 4); Oct 13 13:13:44.294 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! Oct 13 13:13:44.294 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.294 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.294 INFO kablam! | ^^^^^ Oct 13 13:13:44.294 INFO kablam! ... Oct 13 13:13:44.294 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 13 13:13:44.294 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.294 INFO kablam! | Oct 13 13:13:44.294 INFO kablam! Oct 13 13:13:44.303 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.303 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.303 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.303 INFO kablam! ... Oct 13 13:13:44.303 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 13 13:13:44.303 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.303 INFO kablam! | Oct 13 13:13:44.303 INFO kablam! Oct 13 13:13:44.303 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.303 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.304 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.304 INFO kablam! ... Oct 13 13:13:44.304 INFO kablam! 2191 | rt_realloc!(rt_primes_65537bytes_4align_realloc, 65537, 4); Oct 13 13:13:44.304 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! Oct 13 13:13:44.304 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.304 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.304 INFO kablam! | ^^^^^ Oct 13 13:13:44.304 INFO kablam! ... Oct 13 13:13:44.304 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 13 13:13:44.304 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.304 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.304 INFO kablam! | Oct 13 13:13:44.304 INFO kablam! Oct 13 13:13:44.311 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.311 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.311 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.311 INFO kablam! ... Oct 13 13:13:44.311 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 13 13:13:44.311 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! Oct 13 13:13:44.311 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.311 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.311 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.311 INFO kablam! ... Oct 13 13:13:44.311 INFO kablam! 2204 | rt_realloc!(rt_primes_131071bytes_4align_realloc, 131071, 4); Oct 13 13:13:44.311 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.311 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.311 INFO kablam! | Oct 13 13:13:44.311 INFO kablam! Oct 13 13:13:44.311 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.311 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.312 INFO kablam! | Oct 13 13:13:44.312 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.312 INFO kablam! | ^^^^^ Oct 13 13:13:44.312 INFO kablam! ... Oct 13 13:13:44.312 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 13 13:13:44.312 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.312 INFO kablam! | Oct 13 13:13:44.312 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.312 INFO kablam! | Oct 13 13:13:44.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.312 INFO kablam! | Oct 13 13:13:44.312 INFO kablam! Oct 13 13:13:44.315 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.315 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.315 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.315 INFO kablam! ... Oct 13 13:13:44.315 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 13 13:13:44.315 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! Oct 13 13:13:44.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.315 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.315 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.315 INFO kablam! ... Oct 13 13:13:44.315 INFO kablam! 2217 | rt_realloc!(rt_primes_4194301bytes_4align_realloc, 4194301, 4); Oct 13 13:13:44.315 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! Oct 13 13:13:44.315 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.315 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.315 INFO kablam! | ^^^^^ Oct 13 13:13:44.315 INFO kablam! ... Oct 13 13:13:44.315 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 13 13:13:44.315 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! Oct 13 13:13:44.315 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.315 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.315 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.315 INFO kablam! ... Oct 13 13:13:44.315 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 13 13:13:44.315 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.315 INFO kablam! | Oct 13 13:13:44.315 INFO kablam! Oct 13 13:13:44.315 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.315 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.316 INFO kablam! ... Oct 13 13:13:44.316 INFO kablam! 2233 | rt_realloc!(rt_pow2_1bytes_8align_realloc, 1, 8); Oct 13 13:13:44.316 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! Oct 13 13:13:44.316 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.316 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.316 INFO kablam! | ^^^^^ Oct 13 13:13:44.316 INFO kablam! ... Oct 13 13:13:44.316 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 13 13:13:44.316 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! Oct 13 13:13:44.316 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.316 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.316 INFO kablam! ... Oct 13 13:13:44.316 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 13 13:13:44.316 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! Oct 13 13:13:44.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.316 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.316 INFO kablam! ... Oct 13 13:13:44.316 INFO kablam! 2246 | rt_realloc!(rt_pow2_2bytes_8align_realloc, 2, 8); Oct 13 13:13:44.316 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.316 INFO kablam! | Oct 13 13:13:44.316 INFO kablam! Oct 13 13:13:44.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.322 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.322 INFO kablam! | ^^^^^ Oct 13 13:13:44.322 INFO kablam! ... Oct 13 13:13:44.322 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 13 13:13:44.322 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! Oct 13 13:13:44.322 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.322 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.322 INFO kablam! ... Oct 13 13:13:44.322 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 13 13:13:44.322 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! Oct 13 13:13:44.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.322 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.322 INFO kablam! ... Oct 13 13:13:44.322 INFO kablam! 2259 | rt_realloc!(rt_pow2_4bytes_8align_realloc, 4, 8); Oct 13 13:13:44.322 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! Oct 13 13:13:44.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.322 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.322 INFO kablam! | Oct 13 13:13:44.322 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.322 INFO kablam! | ^^^^^ Oct 13 13:13:44.322 INFO kablam! ... Oct 13 13:13:44.322 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 13 13:13:44.322 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.323 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.323 INFO kablam! | Oct 13 13:13:44.323 INFO kablam! Oct 13 13:13:44.327 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.327 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.327 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.327 INFO kablam! ... Oct 13 13:13:44.327 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 13 13:13:44.327 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.327 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! Oct 13 13:13:44.327 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.327 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.327 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.327 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.327 INFO kablam! ... Oct 13 13:13:44.327 INFO kablam! 2272 | rt_realloc!(rt_pow2_8bytes_8align_realloc, 8, 8); Oct 13 13:13:44.327 INFO kablam! | ------------------------------------------------- in this macro invocation Oct 13 13:13:44.327 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! Oct 13 13:13:44.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.328 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.328 INFO kablam! | ^^^^^ Oct 13 13:13:44.328 INFO kablam! ... Oct 13 13:13:44.328 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 13 13:13:44.328 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! Oct 13 13:13:44.328 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.328 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.328 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.328 INFO kablam! ... Oct 13 13:13:44.328 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 13 13:13:44.328 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.328 INFO kablam! | Oct 13 13:13:44.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! Oct 13 13:13:44.330 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.330 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.330 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.330 INFO kablam! ... Oct 13 13:13:44.330 INFO kablam! 2285 | rt_realloc!(rt_pow2_16bytes_8align_realloc, 16, 8); Oct 13 13:13:44.330 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! Oct 13 13:13:44.330 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.330 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.330 INFO kablam! | ^^^^^ Oct 13 13:13:44.330 INFO kablam! ... Oct 13 13:13:44.330 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 13 13:13:44.330 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! Oct 13 13:13:44.330 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.330 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.330 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.330 INFO kablam! ... Oct 13 13:13:44.330 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 13 13:13:44.330 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.330 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.330 INFO kablam! | Oct 13 13:13:44.330 INFO kablam! Oct 13 13:13:44.334 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.334 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.334 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.334 INFO kablam! ... Oct 13 13:13:44.334 INFO kablam! 2298 | rt_realloc!(rt_pow2_32bytes_8align_realloc, 32, 8); Oct 13 13:13:44.334 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! Oct 13 13:13:44.334 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.334 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.334 INFO kablam! | ^^^^^ Oct 13 13:13:44.334 INFO kablam! ... Oct 13 13:13:44.334 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 13 13:13:44.334 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! Oct 13 13:13:44.334 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.334 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.334 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.334 INFO kablam! ... Oct 13 13:13:44.334 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 13 13:13:44.334 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.334 INFO kablam! | Oct 13 13:13:44.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.335 INFO kablam! | Oct 13 13:13:44.335 INFO kablam! Oct 13 13:13:44.335 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.335 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.335 INFO kablam! | Oct 13 13:13:44.335 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.335 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.335 INFO kablam! ... Oct 13 13:13:44.335 INFO kablam! 2311 | rt_realloc!(rt_pow2_64bytes_8align_realloc, 64, 8); Oct 13 13:13:44.335 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.335 INFO kablam! | Oct 13 13:13:44.335 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.335 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.335 INFO kablam! | Oct 13 13:13:44.335 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.335 INFO kablam! | Oct 13 13:13:44.335 INFO kablam! Oct 13 13:13:44.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.338 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.338 INFO kablam! | ^^^^^ Oct 13 13:13:44.338 INFO kablam! ... Oct 13 13:13:44.338 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 13 13:13:44.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! Oct 13 13:13:44.338 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.338 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.338 INFO kablam! ... Oct 13 13:13:44.338 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 13 13:13:44.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! Oct 13 13:13:44.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.338 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.338 INFO kablam! ... Oct 13 13:13:44.338 INFO kablam! 2324 | rt_realloc!(rt_pow2_128bytes_8align_realloc, 128, 8); Oct 13 13:13:44.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! Oct 13 13:13:44.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.338 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.338 INFO kablam! | ^^^^^ Oct 13 13:13:44.338 INFO kablam! ... Oct 13 13:13:44.338 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 13 13:13:44.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! Oct 13 13:13:44.338 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.338 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.338 INFO kablam! ... Oct 13 13:13:44.338 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 13 13:13:44.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! Oct 13 13:13:44.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.338 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.338 INFO kablam! ... Oct 13 13:13:44.338 INFO kablam! 2337 | rt_realloc!(rt_pow2_256bytes_8align_realloc, 256, 8); Oct 13 13:13:44.338 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! Oct 13 13:13:44.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.338 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.338 INFO kablam! | Oct 13 13:13:44.338 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.338 INFO kablam! | ^^^^^ Oct 13 13:13:44.338 INFO kablam! ... Oct 13 13:13:44.338 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 13 13:13:44.339 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! Oct 13 13:13:44.339 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.339 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.339 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.339 INFO kablam! ... Oct 13 13:13:44.339 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 13 13:13:44.339 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! Oct 13 13:13:44.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.339 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.339 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.339 INFO kablam! ... Oct 13 13:13:44.339 INFO kablam! 2350 | rt_realloc!(rt_pow2_512bytes_8align_realloc, 512, 8); Oct 13 13:13:44.339 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.339 INFO kablam! | Oct 13 13:13:44.339 INFO kablam! Oct 13 13:13:44.348 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.348 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.348 INFO kablam! | Oct 13 13:13:44.348 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.348 INFO kablam! | ^^^^^ Oct 13 13:13:44.348 INFO kablam! ... Oct 13 13:13:44.348 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 13 13:13:44.348 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.348 INFO kablam! | Oct 13 13:13:44.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.349 INFO kablam! | Oct 13 13:13:44.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.349 INFO kablam! | Oct 13 13:13:44.349 INFO kablam! Oct 13 13:13:44.349 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.349 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.349 INFO kablam! | Oct 13 13:13:44.349 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.349 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.349 INFO kablam! ... Oct 13 13:13:44.349 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 13 13:13:44.349 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.349 INFO kablam! | Oct 13 13:13:44.349 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.349 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.349 INFO kablam! | Oct 13 13:13:44.349 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.349 INFO kablam! | Oct 13 13:13:44.349 INFO kablam! Oct 13 13:13:44.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.356 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.356 INFO kablam! | Oct 13 13:13:44.356 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.356 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.356 INFO kablam! ... Oct 13 13:13:44.356 INFO kablam! 2363 | rt_realloc!(rt_pow2_1024bytes_8align_realloc, 1024, 8); Oct 13 13:13:44.356 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.356 INFO kablam! | Oct 13 13:13:44.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.357 INFO kablam! | Oct 13 13:13:44.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.357 INFO kablam! | Oct 13 13:13:44.357 INFO kablam! Oct 13 13:13:44.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.357 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.357 INFO kablam! | Oct 13 13:13:44.357 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.357 INFO kablam! | ^^^^^ Oct 13 13:13:44.357 INFO kablam! ... Oct 13 13:13:44.357 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 13 13:13:44.357 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.357 INFO kablam! | Oct 13 13:13:44.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.357 INFO kablam! | Oct 13 13:13:44.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.357 INFO kablam! | Oct 13 13:13:44.358 INFO kablam! Oct 13 13:13:44.358 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.358 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.358 INFO kablam! | Oct 13 13:13:44.358 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.358 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.358 INFO kablam! ... Oct 13 13:13:44.358 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 13 13:13:44.358 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.358 INFO kablam! | Oct 13 13:13:44.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.358 INFO kablam! | Oct 13 13:13:44.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.358 INFO kablam! | Oct 13 13:13:44.358 INFO kablam! Oct 13 13:13:44.358 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.358 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.358 INFO kablam! | Oct 13 13:13:44.358 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.358 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.358 INFO kablam! ... Oct 13 13:13:44.359 INFO kablam! 2376 | rt_realloc!(rt_pow2_2048bytes_8align_realloc, 2048, 8); Oct 13 13:13:44.359 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.359 INFO kablam! | Oct 13 13:13:44.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.359 INFO kablam! | Oct 13 13:13:44.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.359 INFO kablam! | Oct 13 13:13:44.359 INFO kablam! Oct 13 13:13:44.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.359 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.359 INFO kablam! | Oct 13 13:13:44.359 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.359 INFO kablam! | ^^^^^ Oct 13 13:13:44.359 INFO kablam! ... Oct 13 13:13:44.359 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 13 13:13:44.359 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.359 INFO kablam! | Oct 13 13:13:44.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.359 INFO kablam! | Oct 13 13:13:44.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.359 INFO kablam! | Oct 13 13:13:44.360 INFO kablam! Oct 13 13:13:44.360 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.360 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.360 INFO kablam! | Oct 13 13:13:44.360 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.360 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.360 INFO kablam! ... Oct 13 13:13:44.360 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 13 13:13:44.360 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.360 INFO kablam! | Oct 13 13:13:44.360 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.360 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.360 INFO kablam! | Oct 13 13:13:44.360 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.360 INFO kablam! | Oct 13 13:13:44.360 INFO kablam! Oct 13 13:13:44.360 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.360 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.360 INFO kablam! | Oct 13 13:13:44.360 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.360 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.360 INFO kablam! ... Oct 13 13:13:44.361 INFO kablam! 2389 | rt_realloc!(rt_pow2_4096bytes_8align_realloc, 4096, 8); Oct 13 13:13:44.361 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.361 INFO kablam! | Oct 13 13:13:44.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.361 INFO kablam! | Oct 13 13:13:44.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.361 INFO kablam! | Oct 13 13:13:44.361 INFO kablam! Oct 13 13:13:44.361 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.361 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.361 INFO kablam! | Oct 13 13:13:44.361 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.361 INFO kablam! | ^^^^^ Oct 13 13:13:44.361 INFO kablam! ... Oct 13 13:13:44.361 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 13 13:13:44.361 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.361 INFO kablam! | Oct 13 13:13:44.361 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.361 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.361 INFO kablam! | Oct 13 13:13:44.361 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.361 INFO kablam! | Oct 13 13:13:44.361 INFO kablam! Oct 13 13:13:44.362 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.362 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.362 INFO kablam! | Oct 13 13:13:44.362 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.362 INFO kablam! ... Oct 13 13:13:44.362 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 13 13:13:44.362 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.362 INFO kablam! | Oct 13 13:13:44.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.362 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.362 INFO kablam! | Oct 13 13:13:44.362 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.362 INFO kablam! | Oct 13 13:13:44.362 INFO kablam! Oct 13 13:13:44.362 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.362 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.362 INFO kablam! | Oct 13 13:13:44.362 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.362 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.362 INFO kablam! ... Oct 13 13:13:44.362 INFO kablam! 2402 | rt_realloc!(rt_pow2_8192bytes_8align_realloc, 8192, 8); Oct 13 13:13:44.362 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.362 INFO kablam! | Oct 13 13:13:44.362 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.363 INFO kablam! | Oct 13 13:13:44.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.363 INFO kablam! | Oct 13 13:13:44.363 INFO kablam! Oct 13 13:13:44.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.363 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.363 INFO kablam! | Oct 13 13:13:44.363 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.363 INFO kablam! | ^^^^^ Oct 13 13:13:44.363 INFO kablam! ... Oct 13 13:13:44.363 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 13 13:13:44.363 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.363 INFO kablam! | Oct 13 13:13:44.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.363 INFO kablam! | Oct 13 13:13:44.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.363 INFO kablam! | Oct 13 13:13:44.371 INFO kablam! Oct 13 13:13:44.371 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.371 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.371 INFO kablam! | Oct 13 13:13:44.371 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.371 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.371 INFO kablam! ... Oct 13 13:13:44.371 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 13 13:13:44.371 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.371 INFO kablam! | Oct 13 13:13:44.371 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.371 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.371 INFO kablam! | Oct 13 13:13:44.371 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.371 INFO kablam! | Oct 13 13:13:44.371 INFO kablam! Oct 13 13:13:44.371 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.371 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.371 INFO kablam! | Oct 13 13:13:44.372 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.372 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.372 INFO kablam! ... Oct 13 13:13:44.372 INFO kablam! 2415 | rt_realloc!(rt_pow2_16384bytes_8align_realloc, 16384, 8); Oct 13 13:13:44.372 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.372 INFO kablam! | Oct 13 13:13:44.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.372 INFO kablam! | Oct 13 13:13:44.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.372 INFO kablam! | Oct 13 13:13:44.372 INFO kablam! Oct 13 13:13:44.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.372 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.372 INFO kablam! | Oct 13 13:13:44.372 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.372 INFO kablam! | ^^^^^ Oct 13 13:13:44.372 INFO kablam! ... Oct 13 13:13:44.372 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 13 13:13:44.372 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.372 INFO kablam! | Oct 13 13:13:44.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.372 INFO kablam! | Oct 13 13:13:44.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.373 INFO kablam! | Oct 13 13:13:44.373 INFO kablam! Oct 13 13:13:44.373 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.373 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.373 INFO kablam! | Oct 13 13:13:44.373 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.373 INFO kablam! ... Oct 13 13:13:44.373 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 13 13:13:44.373 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.373 INFO kablam! | Oct 13 13:13:44.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.373 INFO kablam! | Oct 13 13:13:44.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.373 INFO kablam! | Oct 13 13:13:44.373 INFO kablam! Oct 13 13:13:44.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.373 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.373 INFO kablam! | Oct 13 13:13:44.373 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.373 INFO kablam! ... Oct 13 13:13:44.373 INFO kablam! 2428 | rt_realloc!(rt_pow2_32768bytes_8align_realloc, 32768, 8); Oct 13 13:13:44.373 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.374 INFO kablam! | Oct 13 13:13:44.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.374 INFO kablam! | Oct 13 13:13:44.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.374 INFO kablam! | Oct 13 13:13:44.374 INFO kablam! Oct 13 13:13:44.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.374 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.374 INFO kablam! | Oct 13 13:13:44.374 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.374 INFO kablam! | ^^^^^ Oct 13 13:13:44.374 INFO kablam! ... Oct 13 13:13:44.374 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 13 13:13:44.374 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.374 INFO kablam! | Oct 13 13:13:44.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.374 INFO kablam! | Oct 13 13:13:44.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.374 INFO kablam! | Oct 13 13:13:44.374 INFO kablam! Oct 13 13:13:44.374 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.374 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.375 INFO kablam! | Oct 13 13:13:44.375 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.375 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.375 INFO kablam! ... Oct 13 13:13:44.375 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 13 13:13:44.375 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.375 INFO kablam! | Oct 13 13:13:44.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.375 INFO kablam! | Oct 13 13:13:44.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.375 INFO kablam! | Oct 13 13:13:44.375 INFO kablam! Oct 13 13:13:44.375 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.375 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.375 INFO kablam! | Oct 13 13:13:44.375 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.375 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.375 INFO kablam! ... Oct 13 13:13:44.375 INFO kablam! 2441 | rt_realloc!(rt_pow2_65536bytes_8align_realloc, 65536, 8); Oct 13 13:13:44.375 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.375 INFO kablam! | Oct 13 13:13:44.375 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.375 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.375 INFO kablam! | Oct 13 13:13:44.375 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.376 INFO kablam! | Oct 13 13:13:44.376 INFO kablam! Oct 13 13:13:44.376 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.376 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.376 INFO kablam! | Oct 13 13:13:44.376 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.376 INFO kablam! | ^^^^^ Oct 13 13:13:44.376 INFO kablam! ... Oct 13 13:13:44.376 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 13 13:13:44.376 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.376 INFO kablam! | Oct 13 13:13:44.376 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.376 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.376 INFO kablam! | Oct 13 13:13:44.376 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.376 INFO kablam! | Oct 13 13:13:44.376 INFO kablam! Oct 13 13:13:44.376 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.376 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.376 INFO kablam! | Oct 13 13:13:44.376 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.376 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.377 INFO kablam! ... Oct 13 13:13:44.377 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 13 13:13:44.377 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.377 INFO kablam! | Oct 13 13:13:44.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.377 INFO kablam! | Oct 13 13:13:44.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.377 INFO kablam! | Oct 13 13:13:44.377 INFO kablam! Oct 13 13:13:44.377 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.377 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.377 INFO kablam! | Oct 13 13:13:44.377 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.377 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.377 INFO kablam! ... Oct 13 13:13:44.377 INFO kablam! 2454 | rt_realloc!(rt_pow2_131072bytes_8align_realloc, 131072, 8); Oct 13 13:13:44.377 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.377 INFO kablam! | Oct 13 13:13:44.377 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.377 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.377 INFO kablam! | Oct 13 13:13:44.377 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.377 INFO kablam! | Oct 13 13:13:44.378 INFO kablam! Oct 13 13:13:44.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.378 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.378 INFO kablam! | Oct 13 13:13:44.378 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.378 INFO kablam! | ^^^^^ Oct 13 13:13:44.378 INFO kablam! ... Oct 13 13:13:44.378 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 13 13:13:44.378 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.378 INFO kablam! | Oct 13 13:13:44.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.378 INFO kablam! | Oct 13 13:13:44.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.378 INFO kablam! | Oct 13 13:13:44.378 INFO kablam! Oct 13 13:13:44.378 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.378 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.378 INFO kablam! | Oct 13 13:13:44.378 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.378 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.378 INFO kablam! ... Oct 13 13:13:44.378 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 13 13:13:44.378 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.379 INFO kablam! | Oct 13 13:13:44.393 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.396 INFO kablam! | Oct 13 13:13:44.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.396 INFO kablam! | Oct 13 13:13:44.396 INFO kablam! Oct 13 13:13:44.396 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.396 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.396 INFO kablam! | Oct 13 13:13:44.396 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.396 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.396 INFO kablam! ... Oct 13 13:13:44.396 INFO kablam! 2467 | rt_realloc!(rt_pow2_4194304bytes_8align_realloc, 4194304, 8); Oct 13 13:13:44.396 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.396 INFO kablam! | Oct 13 13:13:44.396 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.396 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.396 INFO kablam! | Oct 13 13:13:44.396 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.396 INFO kablam! | Oct 13 13:13:44.396 INFO kablam! Oct 13 13:13:44.396 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.396 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.396 INFO kablam! | Oct 13 13:13:44.397 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.397 INFO kablam! | ^^^^^ Oct 13 13:13:44.397 INFO kablam! ... Oct 13 13:13:44.397 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 13 13:13:44.397 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.397 INFO kablam! | Oct 13 13:13:44.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.397 INFO kablam! | Oct 13 13:13:44.397 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.397 INFO kablam! | Oct 13 13:13:44.397 INFO kablam! Oct 13 13:13:44.397 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.397 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.397 INFO kablam! | Oct 13 13:13:44.397 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.397 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.397 INFO kablam! ... Oct 13 13:13:44.397 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 13 13:13:44.397 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.397 INFO kablam! | Oct 13 13:13:44.397 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.397 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.398 INFO kablam! | Oct 13 13:13:44.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.398 INFO kablam! | Oct 13 13:13:44.398 INFO kablam! Oct 13 13:13:44.398 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.398 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.398 INFO kablam! | Oct 13 13:13:44.398 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.398 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.398 INFO kablam! ... Oct 13 13:13:44.398 INFO kablam! 2481 | rt_realloc!(rt_even_10bytes_8align_realloc, 10, 8); Oct 13 13:13:44.398 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.398 INFO kablam! | Oct 13 13:13:44.398 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.398 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.398 INFO kablam! | Oct 13 13:13:44.398 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.398 INFO kablam! | Oct 13 13:13:44.398 INFO kablam! Oct 13 13:13:44.398 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.398 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.398 INFO kablam! | Oct 13 13:13:44.399 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.399 INFO kablam! | ^^^^^ Oct 13 13:13:44.399 INFO kablam! ... Oct 13 13:13:44.399 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 13 13:13:44.399 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.399 INFO kablam! | Oct 13 13:13:44.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.399 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.399 INFO kablam! | Oct 13 13:13:44.399 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.399 INFO kablam! | Oct 13 13:13:44.399 INFO kablam! Oct 13 13:13:44.399 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.399 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.399 INFO kablam! | Oct 13 13:13:44.399 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.399 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.399 INFO kablam! ... Oct 13 13:13:44.399 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 13 13:13:44.399 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.399 INFO kablam! | Oct 13 13:13:44.399 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.400 INFO kablam! | Oct 13 13:13:44.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.400 INFO kablam! | Oct 13 13:13:44.400 INFO kablam! Oct 13 13:13:44.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.400 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.400 INFO kablam! | Oct 13 13:13:44.400 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.400 INFO kablam! ... Oct 13 13:13:44.400 INFO kablam! 2494 | rt_realloc!(rt_even_100bytes_8align_realloc, 100, 8); Oct 13 13:13:44.400 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.400 INFO kablam! | Oct 13 13:13:44.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.400 INFO kablam! | Oct 13 13:13:44.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.400 INFO kablam! | Oct 13 13:13:44.400 INFO kablam! Oct 13 13:13:44.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.400 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.401 INFO kablam! | Oct 13 13:13:44.401 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.401 INFO kablam! | ^^^^^ Oct 13 13:13:44.401 INFO kablam! ... Oct 13 13:13:44.401 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 13 13:13:44.401 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.401 INFO kablam! | Oct 13 13:13:44.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.401 INFO kablam! | Oct 13 13:13:44.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.401 INFO kablam! | Oct 13 13:13:44.401 INFO kablam! Oct 13 13:13:44.401 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.401 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.401 INFO kablam! | Oct 13 13:13:44.401 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.401 INFO kablam! ... Oct 13 13:13:44.401 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 13 13:13:44.401 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.401 INFO kablam! | Oct 13 13:13:44.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.402 INFO kablam! | Oct 13 13:13:44.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.402 INFO kablam! | Oct 13 13:13:44.402 INFO kablam! Oct 13 13:13:44.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.402 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.402 INFO kablam! | Oct 13 13:13:44.402 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.402 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.402 INFO kablam! ... Oct 13 13:13:44.402 INFO kablam! 2507 | rt_realloc!(rt_even_1000bytes_8align_realloc, 1000, 8); Oct 13 13:13:44.402 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.402 INFO kablam! | Oct 13 13:13:44.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.402 INFO kablam! | Oct 13 13:13:44.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.402 INFO kablam! | Oct 13 13:13:44.402 INFO kablam! Oct 13 13:13:44.419 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.419 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.419 INFO kablam! | Oct 13 13:13:44.419 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.419 INFO kablam! | ^^^^^ Oct 13 13:13:44.419 INFO kablam! ... Oct 13 13:13:44.419 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 13 13:13:44.419 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.419 INFO kablam! | Oct 13 13:13:44.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.419 INFO kablam! | Oct 13 13:13:44.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.419 INFO kablam! | Oct 13 13:13:44.419 INFO kablam! Oct 13 13:13:44.419 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.420 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.420 INFO kablam! | Oct 13 13:13:44.420 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.420 INFO kablam! ... Oct 13 13:13:44.420 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 13 13:13:44.420 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.420 INFO kablam! | Oct 13 13:13:44.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.420 INFO kablam! | Oct 13 13:13:44.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.420 INFO kablam! | Oct 13 13:13:44.420 INFO kablam! Oct 13 13:13:44.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.420 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.421 INFO kablam! | Oct 13 13:13:44.421 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.421 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.421 INFO kablam! ... Oct 13 13:13:44.421 INFO kablam! 2520 | rt_realloc!(rt_even_10000bytes_8align_realloc, 10000, 8); Oct 13 13:13:44.421 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.421 INFO kablam! | Oct 13 13:13:44.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.421 INFO kablam! | Oct 13 13:13:44.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.421 INFO kablam! | Oct 13 13:13:44.421 INFO kablam! Oct 13 13:13:44.421 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.421 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.421 INFO kablam! | Oct 13 13:13:44.421 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.421 INFO kablam! | ^^^^^ Oct 13 13:13:44.421 INFO kablam! ... Oct 13 13:13:44.421 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 13 13:13:44.421 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.421 INFO kablam! | Oct 13 13:13:44.421 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.421 INFO kablam! | Oct 13 13:13:44.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.422 INFO kablam! | Oct 13 13:13:44.422 INFO kablam! Oct 13 13:13:44.422 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.422 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.422 INFO kablam! | Oct 13 13:13:44.422 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.422 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.422 INFO kablam! ... Oct 13 13:13:44.422 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 13 13:13:44.422 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.422 INFO kablam! | Oct 13 13:13:44.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.422 INFO kablam! | Oct 13 13:13:44.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.422 INFO kablam! | Oct 13 13:13:44.422 INFO kablam! Oct 13 13:13:44.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.422 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.422 INFO kablam! | Oct 13 13:13:44.422 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.422 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.422 INFO kablam! ... Oct 13 13:13:44.422 INFO kablam! 2533 | rt_realloc!(rt_even_100000bytes_8align_realloc, 100000, 8); Oct 13 13:13:44.423 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.423 INFO kablam! | Oct 13 13:13:44.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.423 INFO kablam! | Oct 13 13:13:44.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.423 INFO kablam! | Oct 13 13:13:44.423 INFO kablam! Oct 13 13:13:44.423 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.423 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.423 INFO kablam! | Oct 13 13:13:44.423 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.423 INFO kablam! | ^^^^^ Oct 13 13:13:44.423 INFO kablam! ... Oct 13 13:13:44.423 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 13 13:13:44.423 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.423 INFO kablam! | Oct 13 13:13:44.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.423 INFO kablam! | Oct 13 13:13:44.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.423 INFO kablam! | Oct 13 13:13:44.423 INFO kablam! Oct 13 13:13:44.423 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.423 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.424 INFO kablam! | Oct 13 13:13:44.424 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.424 INFO kablam! ... Oct 13 13:13:44.424 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 13 13:13:44.424 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.424 INFO kablam! | Oct 13 13:13:44.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.424 INFO kablam! | Oct 13 13:13:44.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.424 INFO kablam! | Oct 13 13:13:44.424 INFO kablam! Oct 13 13:13:44.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.424 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.424 INFO kablam! | Oct 13 13:13:44.424 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.424 INFO kablam! ... Oct 13 13:13:44.424 INFO kablam! 2546 | rt_realloc!(rt_even_1000000bytes_8align_realloc, 1000000, 8); Oct 13 13:13:44.424 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.425 INFO kablam! | Oct 13 13:13:44.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.425 INFO kablam! | Oct 13 13:13:44.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.425 INFO kablam! | Oct 13 13:13:44.425 INFO kablam! Oct 13 13:13:44.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.425 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.425 INFO kablam! | Oct 13 13:13:44.425 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.425 INFO kablam! | ^^^^^ Oct 13 13:13:44.425 INFO kablam! ... Oct 13 13:13:44.425 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 13 13:13:44.425 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.425 INFO kablam! | Oct 13 13:13:44.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.425 INFO kablam! | Oct 13 13:13:44.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.425 INFO kablam! | Oct 13 13:13:44.426 INFO kablam! Oct 13 13:13:44.426 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.426 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.426 INFO kablam! | Oct 13 13:13:44.426 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.426 INFO kablam! ... Oct 13 13:13:44.426 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 13 13:13:44.426 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.426 INFO kablam! | Oct 13 13:13:44.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.426 INFO kablam! | Oct 13 13:13:44.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.426 INFO kablam! | Oct 13 13:13:44.426 INFO kablam! Oct 13 13:13:44.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.426 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.426 INFO kablam! | Oct 13 13:13:44.427 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.427 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.427 INFO kablam! ... Oct 13 13:13:44.427 INFO kablam! 2560 | rt_realloc!(rt_odd_10bytes_8align_realloc, 10- 1, 8); Oct 13 13:13:44.427 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.427 INFO kablam! | Oct 13 13:13:44.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.427 INFO kablam! | Oct 13 13:13:44.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.427 INFO kablam! | Oct 13 13:13:44.427 INFO kablam! Oct 13 13:13:44.427 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.427 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.427 INFO kablam! | Oct 13 13:13:44.427 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.427 INFO kablam! | ^^^^^ Oct 13 13:13:44.427 INFO kablam! ... Oct 13 13:13:44.427 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 13 13:13:44.427 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.427 INFO kablam! | Oct 13 13:13:44.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.428 INFO kablam! | Oct 13 13:13:44.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.428 INFO kablam! | Oct 13 13:13:44.428 INFO kablam! Oct 13 13:13:44.428 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.428 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.428 INFO kablam! | Oct 13 13:13:44.428 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.428 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.428 INFO kablam! ... Oct 13 13:13:44.428 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 13 13:13:44.428 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.428 INFO kablam! | Oct 13 13:13:44.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.428 INFO kablam! | Oct 13 13:13:44.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.428 INFO kablam! | Oct 13 13:13:44.428 INFO kablam! Oct 13 13:13:44.428 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.428 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.428 INFO kablam! | Oct 13 13:13:44.429 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.429 INFO kablam! ... Oct 13 13:13:44.429 INFO kablam! 2573 | rt_realloc!(rt_odd_100bytes_8align_realloc, 100- 1, 8); Oct 13 13:13:44.429 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.429 INFO kablam! | Oct 13 13:13:44.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.429 INFO kablam! | Oct 13 13:13:44.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.429 INFO kablam! | Oct 13 13:13:44.429 INFO kablam! Oct 13 13:13:44.429 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.429 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.429 INFO kablam! | Oct 13 13:13:44.429 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.429 INFO kablam! | ^^^^^ Oct 13 13:13:44.429 INFO kablam! ... Oct 13 13:13:44.429 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 13 13:13:44.429 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.429 INFO kablam! | Oct 13 13:13:44.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.430 INFO kablam! | Oct 13 13:13:44.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.430 INFO kablam! | Oct 13 13:13:44.430 INFO kablam! Oct 13 13:13:44.430 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.430 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.430 INFO kablam! | Oct 13 13:13:44.430 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.430 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.430 INFO kablam! ... Oct 13 13:13:44.430 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 13 13:13:44.430 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.430 INFO kablam! | Oct 13 13:13:44.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.430 INFO kablam! | Oct 13 13:13:44.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.430 INFO kablam! | Oct 13 13:13:44.430 INFO kablam! Oct 13 13:13:44.430 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.430 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.430 INFO kablam! | Oct 13 13:13:44.431 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.431 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.431 INFO kablam! ... Oct 13 13:13:44.431 INFO kablam! 2586 | rt_realloc!(rt_odd_1000bytes_8align_realloc, 1000- 1, 8); Oct 13 13:13:44.431 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.431 INFO kablam! | Oct 13 13:13:44.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.431 INFO kablam! | Oct 13 13:13:44.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.431 INFO kablam! | Oct 13 13:13:44.431 INFO kablam! Oct 13 13:13:44.431 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.431 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.431 INFO kablam! | Oct 13 13:13:44.431 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.431 INFO kablam! | ^^^^^ Oct 13 13:13:44.431 INFO kablam! ... Oct 13 13:13:44.431 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 13 13:13:44.431 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.431 INFO kablam! | Oct 13 13:13:44.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.432 INFO kablam! | Oct 13 13:13:44.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.432 INFO kablam! | Oct 13 13:13:44.432 INFO kablam! Oct 13 13:13:44.432 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.432 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.432 INFO kablam! | Oct 13 13:13:44.432 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.432 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.432 INFO kablam! ... Oct 13 13:13:44.432 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 13 13:13:44.432 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.432 INFO kablam! | Oct 13 13:13:44.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.433 INFO kablam! | Oct 13 13:13:44.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.433 INFO kablam! | Oct 13 13:13:44.433 INFO kablam! Oct 13 13:13:44.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.433 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.433 INFO kablam! | Oct 13 13:13:44.433 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.433 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.433 INFO kablam! ... Oct 13 13:13:44.433 INFO kablam! 2599 | rt_realloc!(rt_odd_10000bytes_8align_realloc, 10000- 1, 8); Oct 13 13:13:44.433 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.433 INFO kablam! | Oct 13 13:13:44.433 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.433 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.433 INFO kablam! | Oct 13 13:13:44.433 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.433 INFO kablam! | Oct 13 13:13:44.433 INFO kablam! Oct 13 13:13:44.433 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.433 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.433 INFO kablam! | Oct 13 13:13:44.433 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.433 INFO kablam! | ^^^^^ Oct 13 13:13:44.434 INFO kablam! ... Oct 13 13:13:44.434 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 13 13:13:44.434 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.434 INFO kablam! | Oct 13 13:13:44.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.434 INFO kablam! | Oct 13 13:13:44.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.434 INFO kablam! | Oct 13 13:13:44.434 INFO kablam! Oct 13 13:13:44.434 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.434 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.434 INFO kablam! | Oct 13 13:13:44.434 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.434 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.434 INFO kablam! ... Oct 13 13:13:44.434 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 13 13:13:44.434 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.434 INFO kablam! | Oct 13 13:13:44.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.434 INFO kablam! | Oct 13 13:13:44.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.434 INFO kablam! | Oct 13 13:13:44.434 INFO kablam! Oct 13 13:13:44.434 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.434 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.435 INFO kablam! | Oct 13 13:13:44.435 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.435 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.435 INFO kablam! ... Oct 13 13:13:44.435 INFO kablam! 2612 | rt_realloc!(rt_odd_100000bytes_8align_realloc, 100000- 1, 8); Oct 13 13:13:44.435 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.435 INFO kablam! | Oct 13 13:13:44.435 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.435 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.435 INFO kablam! | Oct 13 13:13:44.435 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.435 INFO kablam! | Oct 13 13:13:44.435 INFO kablam! Oct 13 13:13:44.435 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.435 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.435 INFO kablam! | Oct 13 13:13:44.435 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.435 INFO kablam! | ^^^^^ Oct 13 13:13:44.435 INFO kablam! ... Oct 13 13:13:44.435 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 13 13:13:44.435 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.435 INFO kablam! | Oct 13 13:13:44.436 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.436 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.436 INFO kablam! | Oct 13 13:13:44.436 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.436 INFO kablam! | Oct 13 13:13:44.436 INFO kablam! Oct 13 13:13:44.456 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.456 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.456 INFO kablam! | Oct 13 13:13:44.456 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.456 INFO kablam! ... Oct 13 13:13:44.456 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 13 13:13:44.456 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.456 INFO kablam! | Oct 13 13:13:44.456 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.456 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.456 INFO kablam! | Oct 13 13:13:44.456 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.456 INFO kablam! | Oct 13 13:13:44.456 INFO kablam! Oct 13 13:13:44.456 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.456 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.456 INFO kablam! | Oct 13 13:13:44.456 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.456 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.457 INFO kablam! ... Oct 13 13:13:44.457 INFO kablam! 2625 | rt_realloc!(rt_odd_1000000bytes_8align_realloc, 1000000- 1, 8); Oct 13 13:13:44.457 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.457 INFO kablam! | Oct 13 13:13:44.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.457 INFO kablam! | Oct 13 13:13:44.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.457 INFO kablam! | Oct 13 13:13:44.457 INFO kablam! Oct 13 13:13:44.457 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.457 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.457 INFO kablam! | Oct 13 13:13:44.457 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.457 INFO kablam! | ^^^^^ Oct 13 13:13:44.457 INFO kablam! ... Oct 13 13:13:44.457 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 13 13:13:44.457 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.457 INFO kablam! | Oct 13 13:13:44.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.457 INFO kablam! | Oct 13 13:13:44.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.458 INFO kablam! | Oct 13 13:13:44.458 INFO kablam! Oct 13 13:13:44.458 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.458 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.458 INFO kablam! | Oct 13 13:13:44.458 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.458 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.458 INFO kablam! ... Oct 13 13:13:44.458 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 13 13:13:44.458 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.458 INFO kablam! | Oct 13 13:13:44.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.458 INFO kablam! | Oct 13 13:13:44.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.458 INFO kablam! | Oct 13 13:13:44.458 INFO kablam! Oct 13 13:13:44.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.458 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.458 INFO kablam! | Oct 13 13:13:44.458 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.459 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.459 INFO kablam! ... Oct 13 13:13:44.459 INFO kablam! 2639 | rt_realloc!(rt_primes_3bytes_8align_realloc, 3, 8); Oct 13 13:13:44.459 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.459 INFO kablam! | Oct 13 13:13:44.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.459 INFO kablam! | Oct 13 13:13:44.459 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.459 INFO kablam! | Oct 13 13:13:44.459 INFO kablam! Oct 13 13:13:44.459 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.459 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.459 INFO kablam! | Oct 13 13:13:44.459 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.459 INFO kablam! | ^^^^^ Oct 13 13:13:44.459 INFO kablam! ... Oct 13 13:13:44.459 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 13 13:13:44.459 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.459 INFO kablam! | Oct 13 13:13:44.459 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.459 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.460 INFO kablam! | Oct 13 13:13:44.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.460 INFO kablam! | Oct 13 13:13:44.460 INFO kablam! Oct 13 13:13:44.460 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.460 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.460 INFO kablam! | Oct 13 13:13:44.460 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.460 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.460 INFO kablam! ... Oct 13 13:13:44.460 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 13 13:13:44.460 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.460 INFO kablam! | Oct 13 13:13:44.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.460 INFO kablam! | Oct 13 13:13:44.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.460 INFO kablam! | Oct 13 13:13:44.461 INFO kablam! Oct 13 13:13:44.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.461 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.461 INFO kablam! | Oct 13 13:13:44.461 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.461 INFO kablam! ... Oct 13 13:13:44.461 INFO kablam! 2652 | rt_realloc!(rt_primes_7bytes_8align_realloc, 7, 8); Oct 13 13:13:44.461 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.461 INFO kablam! | Oct 13 13:13:44.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.461 INFO kablam! | Oct 13 13:13:44.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.461 INFO kablam! | Oct 13 13:13:44.461 INFO kablam! Oct 13 13:13:44.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.461 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.461 INFO kablam! | Oct 13 13:13:44.461 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.461 INFO kablam! | ^^^^^ Oct 13 13:13:44.461 INFO kablam! ... Oct 13 13:13:44.461 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 13 13:13:44.461 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.461 INFO kablam! | Oct 13 13:13:44.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.462 INFO kablam! | Oct 13 13:13:44.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.462 INFO kablam! | Oct 13 13:13:44.462 INFO kablam! Oct 13 13:13:44.462 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.462 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.462 INFO kablam! | Oct 13 13:13:44.462 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.462 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.462 INFO kablam! ... Oct 13 13:13:44.462 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 13 13:13:44.462 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.462 INFO kablam! | Oct 13 13:13:44.462 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.462 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.462 INFO kablam! | Oct 13 13:13:44.462 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.462 INFO kablam! | Oct 13 13:13:44.462 INFO kablam! Oct 13 13:13:44.462 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.462 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.462 INFO kablam! | Oct 13 13:13:44.462 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.462 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.462 INFO kablam! ... Oct 13 13:13:44.462 INFO kablam! 2665 | rt_realloc!(rt_primes_13bytes_8align_realloc, 13, 8); Oct 13 13:13:44.463 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.463 INFO kablam! | Oct 13 13:13:44.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.463 INFO kablam! | Oct 13 13:13:44.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.463 INFO kablam! | Oct 13 13:13:44.463 INFO kablam! Oct 13 13:13:44.463 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.463 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.463 INFO kablam! | Oct 13 13:13:44.463 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.463 INFO kablam! | ^^^^^ Oct 13 13:13:44.463 INFO kablam! ... Oct 13 13:13:44.463 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 13 13:13:44.463 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.463 INFO kablam! | Oct 13 13:13:44.463 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.463 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.463 INFO kablam! | Oct 13 13:13:44.463 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.463 INFO kablam! | Oct 13 13:13:44.463 INFO kablam! Oct 13 13:13:44.463 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.464 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.464 INFO kablam! | Oct 13 13:13:44.464 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.464 INFO kablam! ... Oct 13 13:13:44.464 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 13 13:13:44.464 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.464 INFO kablam! | Oct 13 13:13:44.464 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.464 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.464 INFO kablam! | Oct 13 13:13:44.464 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.464 INFO kablam! | Oct 13 13:13:44.464 INFO kablam! Oct 13 13:13:44.464 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.464 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.464 INFO kablam! | Oct 13 13:13:44.464 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.464 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.464 INFO kablam! ... Oct 13 13:13:44.464 INFO kablam! 2678 | rt_realloc!(rt_primes_17bytes_8align_realloc, 17, 8); Oct 13 13:13:44.464 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.464 INFO kablam! | Oct 13 13:13:44.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.465 INFO kablam! | Oct 13 13:13:44.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.465 INFO kablam! | Oct 13 13:13:44.465 INFO kablam! Oct 13 13:13:44.465 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.465 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.465 INFO kablam! | Oct 13 13:13:44.465 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.465 INFO kablam! | ^^^^^ Oct 13 13:13:44.465 INFO kablam! ... Oct 13 13:13:44.465 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 13 13:13:44.465 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.465 INFO kablam! | Oct 13 13:13:44.465 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.465 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.465 INFO kablam! | Oct 13 13:13:44.465 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.465 INFO kablam! | Oct 13 13:13:44.465 INFO kablam! Oct 13 13:13:44.465 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.465 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.466 INFO kablam! | Oct 13 13:13:44.466 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.466 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.466 INFO kablam! ... Oct 13 13:13:44.466 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 13 13:13:44.466 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.466 INFO kablam! | Oct 13 13:13:44.466 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.466 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.466 INFO kablam! | Oct 13 13:13:44.466 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.466 INFO kablam! | Oct 13 13:13:44.466 INFO kablam! Oct 13 13:13:44.466 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.466 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.466 INFO kablam! | Oct 13 13:13:44.466 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.466 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.466 INFO kablam! ... Oct 13 13:13:44.466 INFO kablam! 2691 | rt_realloc!(rt_primes_31bytes_8align_realloc, 31, 8); Oct 13 13:13:44.466 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.466 INFO kablam! | Oct 13 13:13:44.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.467 INFO kablam! | Oct 13 13:13:44.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.467 INFO kablam! | Oct 13 13:13:44.467 INFO kablam! Oct 13 13:13:44.467 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.467 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.467 INFO kablam! | Oct 13 13:13:44.467 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.467 INFO kablam! | ^^^^^ Oct 13 13:13:44.467 INFO kablam! ... Oct 13 13:13:44.467 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 13 13:13:44.467 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.467 INFO kablam! | Oct 13 13:13:44.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.467 INFO kablam! | Oct 13 13:13:44.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.467 INFO kablam! | Oct 13 13:13:44.467 INFO kablam! Oct 13 13:13:44.467 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.467 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.468 INFO kablam! | Oct 13 13:13:44.468 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.468 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.468 INFO kablam! ... Oct 13 13:13:44.468 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 13 13:13:44.468 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.468 INFO kablam! | Oct 13 13:13:44.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.468 INFO kablam! | Oct 13 13:13:44.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.468 INFO kablam! | Oct 13 13:13:44.468 INFO kablam! Oct 13 13:13:44.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.468 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.468 INFO kablam! | Oct 13 13:13:44.468 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.468 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.468 INFO kablam! ... Oct 13 13:13:44.468 INFO kablam! 2704 | rt_realloc!(rt_primes_61bytes_8align_realloc, 61, 8); Oct 13 13:13:44.468 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.468 INFO kablam! | Oct 13 13:13:44.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.469 INFO kablam! | Oct 13 13:13:44.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.469 INFO kablam! | Oct 13 13:13:44.469 INFO kablam! Oct 13 13:13:44.469 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.469 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.469 INFO kablam! | Oct 13 13:13:44.469 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.469 INFO kablam! | ^^^^^ Oct 13 13:13:44.469 INFO kablam! ... Oct 13 13:13:44.469 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 13 13:13:44.469 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.469 INFO kablam! | Oct 13 13:13:44.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.469 INFO kablam! | Oct 13 13:13:44.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.469 INFO kablam! | Oct 13 13:13:44.469 INFO kablam! Oct 13 13:13:44.469 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.469 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.469 INFO kablam! | Oct 13 13:13:44.470 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.470 INFO kablam! ... Oct 13 13:13:44.470 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 13 13:13:44.470 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.470 INFO kablam! | Oct 13 13:13:44.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.470 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.470 INFO kablam! | Oct 13 13:13:44.470 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.470 INFO kablam! | Oct 13 13:13:44.470 INFO kablam! Oct 13 13:13:44.470 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.470 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.470 INFO kablam! | Oct 13 13:13:44.470 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.470 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.470 INFO kablam! ... Oct 13 13:13:44.470 INFO kablam! 2717 | rt_realloc!(rt_primes_96bytes_8align_realloc, 96, 8); Oct 13 13:13:44.470 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.470 INFO kablam! | Oct 13 13:13:44.470 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.471 INFO kablam! | Oct 13 13:13:44.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.471 INFO kablam! | Oct 13 13:13:44.471 INFO kablam! Oct 13 13:13:44.471 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.471 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.471 INFO kablam! | Oct 13 13:13:44.471 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.471 INFO kablam! | ^^^^^ Oct 13 13:13:44.471 INFO kablam! ... Oct 13 13:13:44.471 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 13 13:13:44.471 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.471 INFO kablam! | Oct 13 13:13:44.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.471 INFO kablam! | Oct 13 13:13:44.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.471 INFO kablam! | Oct 13 13:13:44.471 INFO kablam! Oct 13 13:13:44.471 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.471 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.471 INFO kablam! | Oct 13 13:13:44.472 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.472 INFO kablam! ... Oct 13 13:13:44.472 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 13 13:13:44.472 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.472 INFO kablam! | Oct 13 13:13:44.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.472 INFO kablam! | Oct 13 13:13:44.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.472 INFO kablam! | Oct 13 13:13:44.472 INFO kablam! Oct 13 13:13:44.487 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.487 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.487 INFO kablam! | Oct 13 13:13:44.487 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.487 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.487 INFO kablam! ... Oct 13 13:13:44.487 INFO kablam! 2730 | rt_realloc!(rt_primes_127bytes_8align_realloc, 127, 8); Oct 13 13:13:44.487 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.487 INFO kablam! | Oct 13 13:13:44.487 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.487 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.487 INFO kablam! | Oct 13 13:13:44.487 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.487 INFO kablam! | Oct 13 13:13:44.487 INFO kablam! Oct 13 13:13:44.487 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.487 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.487 INFO kablam! | Oct 13 13:13:44.488 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.488 INFO kablam! | ^^^^^ Oct 13 13:13:44.488 INFO kablam! ... Oct 13 13:13:44.488 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 13 13:13:44.488 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.488 INFO kablam! | Oct 13 13:13:44.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.488 INFO kablam! | Oct 13 13:13:44.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.488 INFO kablam! | Oct 13 13:13:44.488 INFO kablam! Oct 13 13:13:44.488 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.488 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.488 INFO kablam! | Oct 13 13:13:44.488 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.488 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.488 INFO kablam! ... Oct 13 13:13:44.488 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 13 13:13:44.488 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.488 INFO kablam! | Oct 13 13:13:44.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.489 INFO kablam! | Oct 13 13:13:44.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.489 INFO kablam! | Oct 13 13:13:44.489 INFO kablam! Oct 13 13:13:44.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.489 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.489 INFO kablam! | Oct 13 13:13:44.489 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.489 INFO kablam! ... Oct 13 13:13:44.489 INFO kablam! 2743 | rt_realloc!(rt_primes_257bytes_8align_realloc, 257, 8); Oct 13 13:13:44.489 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.489 INFO kablam! | Oct 13 13:13:44.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.489 INFO kablam! | Oct 13 13:13:44.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.489 INFO kablam! | Oct 13 13:13:44.489 INFO kablam! Oct 13 13:13:44.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.489 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.489 INFO kablam! | Oct 13 13:13:44.489 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.490 INFO kablam! | ^^^^^ Oct 13 13:13:44.490 INFO kablam! ... Oct 13 13:13:44.490 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 13 13:13:44.490 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.490 INFO kablam! | Oct 13 13:13:44.490 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.490 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.490 INFO kablam! | Oct 13 13:13:44.490 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.490 INFO kablam! | Oct 13 13:13:44.490 INFO kablam! Oct 13 13:13:44.490 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.490 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.490 INFO kablam! | Oct 13 13:13:44.490 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.490 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.490 INFO kablam! ... Oct 13 13:13:44.490 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 13 13:13:44.490 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.490 INFO kablam! | Oct 13 13:13:44.491 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.491 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.491 INFO kablam! | Oct 13 13:13:44.491 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.491 INFO kablam! | Oct 13 13:13:44.491 INFO kablam! Oct 13 13:13:44.491 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.491 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.491 INFO kablam! | Oct 13 13:13:44.491 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.491 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.491 INFO kablam! ... Oct 13 13:13:44.491 INFO kablam! 2756 | rt_realloc!(rt_primes_509bytes_8align_realloc, 509, 8); Oct 13 13:13:44.491 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.491 INFO kablam! | Oct 13 13:13:44.491 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.491 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.491 INFO kablam! | Oct 13 13:13:44.491 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.491 INFO kablam! | Oct 13 13:13:44.491 INFO kablam! Oct 13 13:13:44.491 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.492 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.492 INFO kablam! | Oct 13 13:13:44.492 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.492 INFO kablam! | ^^^^^ Oct 13 13:13:44.492 INFO kablam! ... Oct 13 13:13:44.492 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 13 13:13:44.492 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.492 INFO kablam! | Oct 13 13:13:44.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.492 INFO kablam! | Oct 13 13:13:44.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.492 INFO kablam! | Oct 13 13:13:44.492 INFO kablam! Oct 13 13:13:44.492 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.492 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.492 INFO kablam! | Oct 13 13:13:44.492 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.492 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.493 INFO kablam! ... Oct 13 13:13:44.493 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 13 13:13:44.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.493 INFO kablam! | Oct 13 13:13:44.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.493 INFO kablam! | Oct 13 13:13:44.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.493 INFO kablam! | Oct 13 13:13:44.493 INFO kablam! Oct 13 13:13:44.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.493 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.493 INFO kablam! | Oct 13 13:13:44.493 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.493 INFO kablam! ... Oct 13 13:13:44.493 INFO kablam! 2769 | rt_realloc!(rt_primes_1021bytes_8align_realloc, 1021, 8); Oct 13 13:13:44.493 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.493 INFO kablam! | Oct 13 13:13:44.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.493 INFO kablam! | Oct 13 13:13:44.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.493 INFO kablam! | Oct 13 13:13:44.494 INFO kablam! Oct 13 13:13:44.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.494 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.494 INFO kablam! | Oct 13 13:13:44.494 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.494 INFO kablam! | ^^^^^ Oct 13 13:13:44.494 INFO kablam! ... Oct 13 13:13:44.494 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 13 13:13:44.494 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.494 INFO kablam! | Oct 13 13:13:44.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.494 INFO kablam! | Oct 13 13:13:44.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.494 INFO kablam! | Oct 13 13:13:44.494 INFO kablam! Oct 13 13:13:44.494 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.494 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.494 INFO kablam! | Oct 13 13:13:44.494 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.494 INFO kablam! ... Oct 13 13:13:44.494 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 13 13:13:44.494 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.495 INFO kablam! | Oct 13 13:13:44.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.495 INFO kablam! | Oct 13 13:13:44.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.495 INFO kablam! | Oct 13 13:13:44.495 INFO kablam! Oct 13 13:13:44.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.495 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.495 INFO kablam! | Oct 13 13:13:44.495 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.495 INFO kablam! ... Oct 13 13:13:44.495 INFO kablam! 2782 | rt_realloc!(rt_primes_2039bytes_8align_realloc, 2039, 8); Oct 13 13:13:44.495 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.495 INFO kablam! | Oct 13 13:13:44.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.495 INFO kablam! | Oct 13 13:13:44.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.495 INFO kablam! | Oct 13 13:13:44.495 INFO kablam! Oct 13 13:13:44.496 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.496 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.496 INFO kablam! | Oct 13 13:13:44.496 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.496 INFO kablam! | ^^^^^ Oct 13 13:13:44.496 INFO kablam! ... Oct 13 13:13:44.496 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 13 13:13:44.496 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.496 INFO kablam! | Oct 13 13:13:44.496 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.496 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.496 INFO kablam! | Oct 13 13:13:44.496 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.496 INFO kablam! | Oct 13 13:13:44.496 INFO kablam! Oct 13 13:13:44.496 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.496 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.496 INFO kablam! | Oct 13 13:13:44.496 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.496 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.496 INFO kablam! ... Oct 13 13:13:44.496 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 13 13:13:44.497 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.497 INFO kablam! | Oct 13 13:13:44.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.497 INFO kablam! | Oct 13 13:13:44.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.497 INFO kablam! | Oct 13 13:13:44.497 INFO kablam! Oct 13 13:13:44.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.497 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.497 INFO kablam! | Oct 13 13:13:44.497 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.497 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.497 INFO kablam! ... Oct 13 13:13:44.497 INFO kablam! 2795 | rt_realloc!(rt_primes_4093bytes_8align_realloc, 4093, 8); Oct 13 13:13:44.497 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.497 INFO kablam! | Oct 13 13:13:44.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.497 INFO kablam! | Oct 13 13:13:44.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.497 INFO kablam! | Oct 13 13:13:44.498 INFO kablam! Oct 13 13:13:44.498 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.498 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.498 INFO kablam! | Oct 13 13:13:44.498 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.498 INFO kablam! | ^^^^^ Oct 13 13:13:44.498 INFO kablam! ... Oct 13 13:13:44.498 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 13 13:13:44.498 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.498 INFO kablam! | Oct 13 13:13:44.498 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.498 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.498 INFO kablam! | Oct 13 13:13:44.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.498 INFO kablam! | Oct 13 13:13:44.498 INFO kablam! Oct 13 13:13:44.498 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.498 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.498 INFO kablam! | Oct 13 13:13:44.498 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.498 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.498 INFO kablam! ... Oct 13 13:13:44.498 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 13 13:13:44.499 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.499 INFO kablam! | Oct 13 13:13:44.499 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.499 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.499 INFO kablam! | Oct 13 13:13:44.499 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.499 INFO kablam! | Oct 13 13:13:44.499 INFO kablam! Oct 13 13:13:44.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.508 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.508 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.508 INFO kablam! ... Oct 13 13:13:44.508 INFO kablam! 2808 | rt_realloc!(rt_primes_8191bytes_8align_realloc, 8191, 8); Oct 13 13:13:44.508 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! Oct 13 13:13:44.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.508 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.508 INFO kablam! | ^^^^^ Oct 13 13:13:44.508 INFO kablam! ... Oct 13 13:13:44.508 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 13 13:13:44.508 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! Oct 13 13:13:44.508 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.508 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.508 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.508 INFO kablam! ... Oct 13 13:13:44.508 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 13 13:13:44.508 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.508 INFO kablam! | Oct 13 13:13:44.508 INFO kablam! Oct 13 13:13:44.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.509 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.509 INFO kablam! ... Oct 13 13:13:44.509 INFO kablam! 2821 | rt_realloc!(rt_primes_16381bytes_8align_realloc, 16381, 8); Oct 13 13:13:44.509 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! Oct 13 13:13:44.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.509 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.509 INFO kablam! | ^^^^^ Oct 13 13:13:44.509 INFO kablam! ... Oct 13 13:13:44.509 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 13 13:13:44.509 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! Oct 13 13:13:44.509 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.509 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.509 INFO kablam! ... Oct 13 13:13:44.509 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 13 13:13:44.509 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! Oct 13 13:13:44.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.509 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.509 INFO kablam! ... Oct 13 13:13:44.509 INFO kablam! 2834 | rt_realloc!(rt_primes_32749bytes_8align_realloc, 32749, 8); Oct 13 13:13:44.509 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! Oct 13 13:13:44.509 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.509 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.509 INFO kablam! | ^^^^^ Oct 13 13:13:44.509 INFO kablam! ... Oct 13 13:13:44.509 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 13 13:13:44.509 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! Oct 13 13:13:44.509 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.509 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.509 INFO kablam! ... Oct 13 13:13:44.509 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 13 13:13:44.509 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.509 INFO kablam! | Oct 13 13:13:44.509 INFO kablam! Oct 13 13:13:44.510 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.510 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.510 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.510 INFO kablam! ... Oct 13 13:13:44.510 INFO kablam! 2847 | rt_realloc!(rt_primes_65537bytes_8align_realloc, 65537, 8); Oct 13 13:13:44.510 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! Oct 13 13:13:44.510 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.510 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.510 INFO kablam! | ^^^^^ Oct 13 13:13:44.510 INFO kablam! ... Oct 13 13:13:44.510 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 13 13:13:44.510 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.510 INFO kablam! | Oct 13 13:13:44.510 INFO kablam! Oct 13 13:13:44.520 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.520 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.520 INFO kablam! ... Oct 13 13:13:44.520 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 13 13:13:44.520 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! Oct 13 13:13:44.520 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.520 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.520 INFO kablam! ... Oct 13 13:13:44.520 INFO kablam! 2860 | rt_realloc!(rt_primes_131071bytes_8align_realloc, 131071, 8); Oct 13 13:13:44.520 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! Oct 13 13:13:44.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.520 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.520 INFO kablam! | ^^^^^ Oct 13 13:13:44.520 INFO kablam! ... Oct 13 13:13:44.520 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 13 13:13:44.520 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.520 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! Oct 13 13:13:44.520 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.520 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.520 INFO kablam! | Oct 13 13:13:44.520 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.520 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.521 INFO kablam! ... Oct 13 13:13:44.521 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 13 13:13:44.521 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.521 INFO kablam! | Oct 13 13:13:44.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.521 INFO kablam! | Oct 13 13:13:44.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.521 INFO kablam! | Oct 13 13:13:44.521 INFO kablam! Oct 13 13:13:44.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.521 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.521 INFO kablam! | Oct 13 13:13:44.521 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.521 INFO kablam! ... Oct 13 13:13:44.521 INFO kablam! 2873 | rt_realloc!(rt_primes_4194301bytes_8align_realloc, 4194301, 8); Oct 13 13:13:44.521 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.521 INFO kablam! | Oct 13 13:13:44.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.521 INFO kablam! | Oct 13 13:13:44.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.521 INFO kablam! | Oct 13 13:13:44.521 INFO kablam! Oct 13 13:13:44.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.536 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.536 INFO kablam! | ^^^^^ Oct 13 13:13:44.536 INFO kablam! ... Oct 13 13:13:44.536 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 13 13:13:44.536 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! Oct 13 13:13:44.536 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.536 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.536 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.536 INFO kablam! ... Oct 13 13:13:44.536 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 13 13:13:44.536 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! Oct 13 13:13:44.536 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.536 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.536 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.536 INFO kablam! ... Oct 13 13:13:44.536 INFO kablam! 2889 | rt_realloc!(rt_pow2_1bytes_16align_realloc, 1, 16); Oct 13 13:13:44.536 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.536 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! Oct 13 13:13:44.536 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.536 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.536 INFO kablam! | Oct 13 13:13:44.536 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.536 INFO kablam! | ^^^^^ Oct 13 13:13:44.536 INFO kablam! ... Oct 13 13:13:44.536 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 13 13:13:44.536 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! Oct 13 13:13:44.537 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.537 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.537 INFO kablam! ... Oct 13 13:13:44.537 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 13 13:13:44.537 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! Oct 13 13:13:44.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.537 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.537 INFO kablam! ... Oct 13 13:13:44.537 INFO kablam! 2902 | rt_realloc!(rt_pow2_2bytes_16align_realloc, 2, 16); Oct 13 13:13:44.537 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! Oct 13 13:13:44.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.537 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.537 INFO kablam! | ^^^^^ Oct 13 13:13:44.537 INFO kablam! ... Oct 13 13:13:44.537 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 13 13:13:44.537 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! Oct 13 13:13:44.537 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.537 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.537 INFO kablam! ... Oct 13 13:13:44.537 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 13 13:13:44.537 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! Oct 13 13:13:44.537 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.537 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.537 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.537 INFO kablam! ... Oct 13 13:13:44.537 INFO kablam! 2915 | rt_realloc!(rt_pow2_4bytes_16align_realloc, 4, 16); Oct 13 13:13:44.537 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.537 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! Oct 13 13:13:44.537 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.537 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.537 INFO kablam! | Oct 13 13:13:44.537 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.537 INFO kablam! | ^^^^^ Oct 13 13:13:44.537 INFO kablam! ... Oct 13 13:13:44.537 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 13 13:13:44.538 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! Oct 13 13:13:44.538 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.538 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.538 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.538 INFO kablam! ... Oct 13 13:13:44.538 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 13 13:13:44.538 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! Oct 13 13:13:44.538 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.538 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.538 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.538 INFO kablam! ... Oct 13 13:13:44.538 INFO kablam! 2928 | rt_realloc!(rt_pow2_8bytes_16align_realloc, 8, 16); Oct 13 13:13:44.538 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! Oct 13 13:13:44.538 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.538 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.538 INFO kablam! | ^^^^^ Oct 13 13:13:44.538 INFO kablam! ... Oct 13 13:13:44.538 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 13 13:13:44.538 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.538 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.538 INFO kablam! | Oct 13 13:13:44.538 INFO kablam! Oct 13 13:13:44.548 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.548 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.548 INFO kablam! ... Oct 13 13:13:44.548 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 13 13:13:44.548 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! Oct 13 13:13:44.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.548 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.548 INFO kablam! ... Oct 13 13:13:44.548 INFO kablam! 2941 | rt_realloc!(rt_pow2_16bytes_16align_realloc, 16, 16); Oct 13 13:13:44.548 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.548 INFO kablam! | Oct 13 13:13:44.548 INFO kablam! Oct 13 13:13:44.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.560 INFO kablam! | ^^^^^ Oct 13 13:13:44.560 INFO kablam! ... Oct 13 13:13:44.560 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 13 13:13:44.560 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! Oct 13 13:13:44.560 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.560 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.560 INFO kablam! ... Oct 13 13:13:44.560 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 13 13:13:44.560 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! Oct 13 13:13:44.560 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.560 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.560 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.560 INFO kablam! ... Oct 13 13:13:44.560 INFO kablam! 2954 | rt_realloc!(rt_pow2_32bytes_16align_realloc, 32, 16); Oct 13 13:13:44.560 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! Oct 13 13:13:44.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.560 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.560 INFO kablam! | Oct 13 13:13:44.560 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.561 INFO kablam! | ^^^^^ Oct 13 13:13:44.561 INFO kablam! ... Oct 13 13:13:44.561 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 13 13:13:44.561 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! Oct 13 13:13:44.561 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.561 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.561 INFO kablam! ... Oct 13 13:13:44.561 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 13 13:13:44.561 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! Oct 13 13:13:44.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.561 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.561 INFO kablam! ... Oct 13 13:13:44.561 INFO kablam! 2967 | rt_realloc!(rt_pow2_64bytes_16align_realloc, 64, 16); Oct 13 13:13:44.561 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! Oct 13 13:13:44.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.561 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.561 INFO kablam! | ^^^^^ Oct 13 13:13:44.561 INFO kablam! ... Oct 13 13:13:44.561 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 13 13:13:44.561 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! Oct 13 13:13:44.561 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.561 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.561 INFO kablam! ... Oct 13 13:13:44.561 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 13 13:13:44.561 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! Oct 13 13:13:44.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.561 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.561 INFO kablam! ... Oct 13 13:13:44.561 INFO kablam! 2980 | rt_realloc!(rt_pow2_128bytes_16align_realloc, 128, 16); Oct 13 13:13:44.561 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! Oct 13 13:13:44.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.561 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.561 INFO kablam! | Oct 13 13:13:44.561 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.562 INFO kablam! | ^^^^^ Oct 13 13:13:44.562 INFO kablam! ... Oct 13 13:13:44.562 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 13 13:13:44.562 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! Oct 13 13:13:44.562 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.562 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.562 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.562 INFO kablam! ... Oct 13 13:13:44.562 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 13 13:13:44.562 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.562 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! Oct 13 13:13:44.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.568 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.568 INFO kablam! ... Oct 13 13:13:44.568 INFO kablam! 2993 | rt_realloc!(rt_pow2_256bytes_16align_realloc, 256, 16); Oct 13 13:13:44.568 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! Oct 13 13:13:44.568 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.568 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.568 INFO kablam! | ^^^^^ Oct 13 13:13:44.568 INFO kablam! ... Oct 13 13:13:44.568 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 13 13:13:44.568 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! Oct 13 13:13:44.568 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.568 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.568 INFO kablam! ... Oct 13 13:13:44.568 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 13 13:13:44.568 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.568 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! Oct 13 13:13:44.568 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.568 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.568 INFO kablam! | Oct 13 13:13:44.568 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.568 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.568 INFO kablam! ... Oct 13 13:13:44.569 INFO kablam! 3006 | rt_realloc!(rt_pow2_512bytes_16align_realloc, 512, 16); Oct 13 13:13:44.569 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! Oct 13 13:13:44.569 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.569 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.569 INFO kablam! | ^^^^^ Oct 13 13:13:44.569 INFO kablam! ... Oct 13 13:13:44.569 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 13 13:13:44.569 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.569 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! Oct 13 13:13:44.569 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.569 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.569 INFO kablam! | Oct 13 13:13:44.569 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.569 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.569 INFO kablam! ... Oct 13 13:13:44.569 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 13 13:13:44.569 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! Oct 13 13:13:44.584 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.584 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.584 INFO kablam! ... Oct 13 13:13:44.584 INFO kablam! 3019 | rt_realloc!(rt_pow2_1024bytes_16align_realloc, 1024, 16); Oct 13 13:13:44.584 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! Oct 13 13:13:44.584 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.584 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.584 INFO kablam! | ^^^^^ Oct 13 13:13:44.584 INFO kablam! ... Oct 13 13:13:44.584 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 13 13:13:44.584 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! Oct 13 13:13:44.584 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.584 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.584 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.584 INFO kablam! ... Oct 13 13:13:44.584 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 13 13:13:44.584 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.584 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.584 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.584 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! Oct 13 13:13:44.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.585 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.585 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.585 INFO kablam! ... Oct 13 13:13:44.585 INFO kablam! 3032 | rt_realloc!(rt_pow2_2048bytes_16align_realloc, 2048, 16); Oct 13 13:13:44.585 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! Oct 13 13:13:44.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.585 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.585 INFO kablam! | ^^^^^ Oct 13 13:13:44.585 INFO kablam! ... Oct 13 13:13:44.585 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 13 13:13:44.585 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! Oct 13 13:13:44.585 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.585 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.585 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.585 INFO kablam! ... Oct 13 13:13:44.585 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 13 13:13:44.585 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! Oct 13 13:13:44.585 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.585 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.585 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.585 INFO kablam! ... Oct 13 13:13:44.585 INFO kablam! 3045 | rt_realloc!(rt_pow2_4096bytes_16align_realloc, 4096, 16); Oct 13 13:13:44.585 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! Oct 13 13:13:44.585 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.585 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.585 INFO kablam! | ^^^^^ Oct 13 13:13:44.585 INFO kablam! ... Oct 13 13:13:44.585 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 13 13:13:44.585 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.585 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! Oct 13 13:13:44.585 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.585 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.585 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.585 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.585 INFO kablam! ... Oct 13 13:13:44.585 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 13 13:13:44.585 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.585 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! Oct 13 13:13:44.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.592 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.592 INFO kablam! ... Oct 13 13:13:44.592 INFO kablam! 3058 | rt_realloc!(rt_pow2_8192bytes_16align_realloc, 8192, 16); Oct 13 13:13:44.592 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! Oct 13 13:13:44.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.592 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.592 INFO kablam! | ^^^^^ Oct 13 13:13:44.592 INFO kablam! ... Oct 13 13:13:44.592 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 13 13:13:44.592 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! Oct 13 13:13:44.592 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.592 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.592 INFO kablam! ... Oct 13 13:13:44.592 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 13 13:13:44.592 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.592 INFO kablam! | Oct 13 13:13:44.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.593 INFO kablam! | Oct 13 13:13:44.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.593 INFO kablam! | Oct 13 13:13:44.593 INFO kablam! Oct 13 13:13:44.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.604 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.604 INFO kablam! ... Oct 13 13:13:44.604 INFO kablam! 3071 | rt_realloc!(rt_pow2_16384bytes_16align_realloc, 16384, 16); Oct 13 13:13:44.604 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! Oct 13 13:13:44.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.604 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.604 INFO kablam! | ^^^^^ Oct 13 13:13:44.604 INFO kablam! ... Oct 13 13:13:44.604 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 13 13:13:44.604 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! Oct 13 13:13:44.604 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.604 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.604 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.604 INFO kablam! ... Oct 13 13:13:44.604 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 13 13:13:44.604 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.604 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.604 INFO kablam! Oct 13 13:13:44.604 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.604 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.604 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.605 INFO kablam! ... Oct 13 13:13:44.605 INFO kablam! 3084 | rt_realloc!(rt_pow2_32768bytes_16align_realloc, 32768, 16); Oct 13 13:13:44.605 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! Oct 13 13:13:44.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.605 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.605 INFO kablam! | ^^^^^ Oct 13 13:13:44.605 INFO kablam! ... Oct 13 13:13:44.605 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 13 13:13:44.605 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! Oct 13 13:13:44.605 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.605 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.605 INFO kablam! ... Oct 13 13:13:44.605 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 13 13:13:44.605 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! Oct 13 13:13:44.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.605 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.605 INFO kablam! ... Oct 13 13:13:44.605 INFO kablam! 3097 | rt_realloc!(rt_pow2_65536bytes_16align_realloc, 65536, 16); Oct 13 13:13:44.605 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! Oct 13 13:13:44.605 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.605 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.605 INFO kablam! | ^^^^^ Oct 13 13:13:44.605 INFO kablam! ... Oct 13 13:13:44.605 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 13 13:13:44.605 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! Oct 13 13:13:44.605 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.605 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.605 INFO kablam! ... Oct 13 13:13:44.605 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 13 13:13:44.605 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! Oct 13 13:13:44.605 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.605 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.605 INFO kablam! | Oct 13 13:13:44.605 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.605 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.605 INFO kablam! ... Oct 13 13:13:44.606 INFO kablam! 3110 | rt_realloc!(rt_pow2_131072bytes_16align_realloc, 131072, 16); Oct 13 13:13:44.606 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! Oct 13 13:13:44.606 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.606 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.606 INFO kablam! | ^^^^^ Oct 13 13:13:44.606 INFO kablam! ... Oct 13 13:13:44.606 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 13 13:13:44.606 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! Oct 13 13:13:44.606 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.606 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.606 INFO kablam! ... Oct 13 13:13:44.606 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 13 13:13:44.606 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! Oct 13 13:13:44.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.606 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.606 INFO kablam! ... Oct 13 13:13:44.606 INFO kablam! 3123 | rt_realloc!(rt_pow2_4194304bytes_16align_realloc, 4194304, 16); Oct 13 13:13:44.606 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! Oct 13 13:13:44.606 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.606 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.606 INFO kablam! | ^^^^^ Oct 13 13:13:44.606 INFO kablam! ... Oct 13 13:13:44.606 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 13 13:13:44.606 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! Oct 13 13:13:44.606 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.606 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.606 INFO kablam! ... Oct 13 13:13:44.606 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 13 13:13:44.606 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.606 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! Oct 13 13:13:44.606 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.606 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.606 INFO kablam! | Oct 13 13:13:44.606 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.606 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.606 INFO kablam! ... Oct 13 13:13:44.606 INFO kablam! 3137 | rt_realloc!(rt_even_10bytes_16align_realloc, 10, 16); Oct 13 13:13:44.607 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.607 INFO kablam! | Oct 13 13:13:44.607 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.607 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.607 INFO kablam! | Oct 13 13:13:44.607 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.607 INFO kablam! | Oct 13 13:13:44.607 INFO kablam! Oct 13 13:13:44.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.620 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.620 INFO kablam! | ^^^^^ Oct 13 13:13:44.620 INFO kablam! ... Oct 13 13:13:44.620 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 13 13:13:44.620 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! Oct 13 13:13:44.620 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.620 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.620 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.620 INFO kablam! ... Oct 13 13:13:44.620 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 13 13:13:44.620 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! Oct 13 13:13:44.620 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.620 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.620 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.620 INFO kablam! ... Oct 13 13:13:44.620 INFO kablam! 3150 | rt_realloc!(rt_even_100bytes_16align_realloc, 100, 16); Oct 13 13:13:44.620 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.620 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.620 INFO kablam! Oct 13 13:13:44.620 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.620 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.620 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.621 INFO kablam! | ^^^^^ Oct 13 13:13:44.621 INFO kablam! ... Oct 13 13:13:44.621 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 13 13:13:44.621 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! Oct 13 13:13:44.621 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.621 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.621 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.621 INFO kablam! ... Oct 13 13:13:44.621 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 13 13:13:44.621 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! Oct 13 13:13:44.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.621 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.621 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.621 INFO kablam! ... Oct 13 13:13:44.621 INFO kablam! 3163 | rt_realloc!(rt_even_1000bytes_16align_realloc, 1000, 16); Oct 13 13:13:44.621 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! Oct 13 13:13:44.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.621 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.621 INFO kablam! | ^^^^^ Oct 13 13:13:44.621 INFO kablam! ... Oct 13 13:13:44.621 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 13 13:13:44.621 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! Oct 13 13:13:44.621 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.621 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.621 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.621 INFO kablam! ... Oct 13 13:13:44.621 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 13 13:13:44.621 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! Oct 13 13:13:44.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.621 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.621 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.621 INFO kablam! ... Oct 13 13:13:44.621 INFO kablam! 3176 | rt_realloc!(rt_even_10000bytes_16align_realloc, 10000, 16); Oct 13 13:13:44.621 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! Oct 13 13:13:44.621 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.621 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.621 INFO kablam! | Oct 13 13:13:44.621 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.622 INFO kablam! | ^^^^^ Oct 13 13:13:44.622 INFO kablam! ... Oct 13 13:13:44.622 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 13 13:13:44.622 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! Oct 13 13:13:44.622 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.622 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.622 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.622 INFO kablam! ... Oct 13 13:13:44.622 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 13 13:13:44.622 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! Oct 13 13:13:44.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.622 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.622 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.622 INFO kablam! ... Oct 13 13:13:44.622 INFO kablam! 3189 | rt_realloc!(rt_even_100000bytes_16align_realloc, 100000, 16); Oct 13 13:13:44.622 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! Oct 13 13:13:44.622 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.622 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.622 INFO kablam! | ^^^^^ Oct 13 13:13:44.622 INFO kablam! ... Oct 13 13:13:44.622 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 13 13:13:44.622 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! Oct 13 13:13:44.622 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.622 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.622 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.622 INFO kablam! ... Oct 13 13:13:44.622 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 13 13:13:44.622 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! Oct 13 13:13:44.622 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.622 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.622 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.622 INFO kablam! ... Oct 13 13:13:44.622 INFO kablam! 3202 | rt_realloc!(rt_even_1000000bytes_16align_realloc, 1000000, 16); Oct 13 13:13:44.622 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.622 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! Oct 13 13:13:44.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.636 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.636 INFO kablam! | ^^^^^ Oct 13 13:13:44.636 INFO kablam! ... Oct 13 13:13:44.636 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 13 13:13:44.636 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! Oct 13 13:13:44.636 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.636 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.636 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.636 INFO kablam! ... Oct 13 13:13:44.636 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 13 13:13:44.636 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! Oct 13 13:13:44.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.636 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.636 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.636 INFO kablam! ... Oct 13 13:13:44.636 INFO kablam! 3216 | rt_realloc!(rt_odd_10bytes_16align_realloc, 10- 1, 16); Oct 13 13:13:44.636 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.636 INFO kablam! | Oct 13 13:13:44.636 INFO kablam! Oct 13 13:13:44.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.637 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.637 INFO kablam! | ^^^^^ Oct 13 13:13:44.637 INFO kablam! ... Oct 13 13:13:44.637 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 13 13:13:44.637 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! Oct 13 13:13:44.637 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.637 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.637 INFO kablam! ... Oct 13 13:13:44.637 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 13 13:13:44.637 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! Oct 13 13:13:44.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.637 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.637 INFO kablam! ... Oct 13 13:13:44.637 INFO kablam! 3229 | rt_realloc!(rt_odd_100bytes_16align_realloc, 100- 1, 16); Oct 13 13:13:44.637 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! Oct 13 13:13:44.637 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.637 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.637 INFO kablam! | ^^^^^ Oct 13 13:13:44.637 INFO kablam! ... Oct 13 13:13:44.637 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 13 13:13:44.637 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! Oct 13 13:13:44.637 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.637 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.637 INFO kablam! ... Oct 13 13:13:44.637 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 13 13:13:44.637 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! Oct 13 13:13:44.637 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.637 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.637 INFO kablam! ... Oct 13 13:13:44.637 INFO kablam! 3242 | rt_realloc!(rt_odd_1000bytes_16align_realloc, 1000- 1, 16); Oct 13 13:13:44.637 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.637 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! Oct 13 13:13:44.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.638 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.638 INFO kablam! | ^^^^^ Oct 13 13:13:44.638 INFO kablam! ... Oct 13 13:13:44.638 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 13 13:13:44.638 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! Oct 13 13:13:44.638 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.638 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.638 INFO kablam! ... Oct 13 13:13:44.638 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 13 13:13:44.638 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! Oct 13 13:13:44.638 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.638 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.638 INFO kablam! ... Oct 13 13:13:44.638 INFO kablam! 3255 | rt_realloc!(rt_odd_10000bytes_16align_realloc, 10000- 1, 16); Oct 13 13:13:44.638 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! Oct 13 13:13:44.638 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.638 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.638 INFO kablam! | ^^^^^ Oct 13 13:13:44.638 INFO kablam! ... Oct 13 13:13:44.638 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 13 13:13:44.638 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.638 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! Oct 13 13:13:44.638 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.638 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.638 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.638 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.638 INFO kablam! ... Oct 13 13:13:44.638 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 13 13:13:44.638 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.638 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! Oct 13 13:13:44.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.652 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.652 INFO kablam! ... Oct 13 13:13:44.652 INFO kablam! 3268 | rt_realloc!(rt_odd_100000bytes_16align_realloc, 100000- 1, 16); Oct 13 13:13:44.652 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! Oct 13 13:13:44.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.652 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.652 INFO kablam! | ^^^^^ Oct 13 13:13:44.652 INFO kablam! ... Oct 13 13:13:44.652 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 13 13:13:44.652 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! Oct 13 13:13:44.652 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.652 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.652 INFO kablam! ... Oct 13 13:13:44.652 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 13 13:13:44.652 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.652 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! Oct 13 13:13:44.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.653 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.653 INFO kablam! ... Oct 13 13:13:44.653 INFO kablam! 3281 | rt_realloc!(rt_odd_1000000bytes_16align_realloc, 1000000- 1, 16); Oct 13 13:13:44.653 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! Oct 13 13:13:44.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.653 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.653 INFO kablam! | ^^^^^ Oct 13 13:13:44.653 INFO kablam! ... Oct 13 13:13:44.653 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 13 13:13:44.653 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! Oct 13 13:13:44.653 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.653 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.653 INFO kablam! ... Oct 13 13:13:44.653 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 13 13:13:44.653 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! Oct 13 13:13:44.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.653 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.653 INFO kablam! ... Oct 13 13:13:44.653 INFO kablam! 3295 | rt_realloc!(rt_primes_3bytes_16align_realloc, 3, 16); Oct 13 13:13:44.653 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! Oct 13 13:13:44.653 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.653 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.653 INFO kablam! | ^^^^^ Oct 13 13:13:44.653 INFO kablam! ... Oct 13 13:13:44.653 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 13 13:13:44.653 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! Oct 13 13:13:44.653 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.653 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.653 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.653 INFO kablam! ... Oct 13 13:13:44.653 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 13 13:13:44.653 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.653 INFO kablam! Oct 13 13:13:44.653 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.653 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.653 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.654 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.654 INFO kablam! ... Oct 13 13:13:44.654 INFO kablam! 3308 | rt_realloc!(rt_primes_7bytes_16align_realloc, 7, 16); Oct 13 13:13:44.654 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! Oct 13 13:13:44.654 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.654 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.654 INFO kablam! | ^^^^^ Oct 13 13:13:44.654 INFO kablam! ... Oct 13 13:13:44.654 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 13 13:13:44.654 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! Oct 13 13:13:44.654 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.654 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.654 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.654 INFO kablam! ... Oct 13 13:13:44.654 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 13 13:13:44.654 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! Oct 13 13:13:44.654 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.654 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.654 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.654 INFO kablam! ... Oct 13 13:13:44.654 INFO kablam! 3321 | rt_realloc!(rt_primes_13bytes_16align_realloc, 13, 16); Oct 13 13:13:44.654 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! Oct 13 13:13:44.654 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.654 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.654 INFO kablam! | ^^^^^ Oct 13 13:13:44.654 INFO kablam! ... Oct 13 13:13:44.654 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 13 13:13:44.654 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.654 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.654 INFO kablam! | Oct 13 13:13:44.654 INFO kablam! Oct 13 13:13:44.672 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.672 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.672 INFO kablam! ... Oct 13 13:13:44.672 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 13 13:13:44.672 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! Oct 13 13:13:44.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.672 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.672 INFO kablam! ... Oct 13 13:13:44.672 INFO kablam! 3334 | rt_realloc!(rt_primes_17bytes_16align_realloc, 17, 16); Oct 13 13:13:44.672 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! Oct 13 13:13:44.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.672 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.672 INFO kablam! | ^^^^^ Oct 13 13:13:44.672 INFO kablam! ... Oct 13 13:13:44.672 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 13 13:13:44.672 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.672 INFO kablam! | Oct 13 13:13:44.672 INFO kablam! Oct 13 13:13:44.672 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.672 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.673 INFO kablam! ... Oct 13 13:13:44.673 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 13 13:13:44.673 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! Oct 13 13:13:44.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.673 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.673 INFO kablam! ... Oct 13 13:13:44.673 INFO kablam! 3347 | rt_realloc!(rt_primes_31bytes_16align_realloc, 31, 16); Oct 13 13:13:44.673 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! Oct 13 13:13:44.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.673 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.673 INFO kablam! | ^^^^^ Oct 13 13:13:44.673 INFO kablam! ... Oct 13 13:13:44.673 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 13 13:13:44.673 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! Oct 13 13:13:44.673 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.673 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.673 INFO kablam! ... Oct 13 13:13:44.673 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 13 13:13:44.673 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! Oct 13 13:13:44.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.673 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.673 INFO kablam! ... Oct 13 13:13:44.673 INFO kablam! 3360 | rt_realloc!(rt_primes_61bytes_16align_realloc, 61, 16); Oct 13 13:13:44.673 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! Oct 13 13:13:44.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.673 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.673 INFO kablam! | ^^^^^ Oct 13 13:13:44.673 INFO kablam! ... Oct 13 13:13:44.673 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 13 13:13:44.673 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.673 INFO kablam! | Oct 13 13:13:44.673 INFO kablam! Oct 13 13:13:44.673 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.673 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.674 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.674 INFO kablam! ... Oct 13 13:13:44.674 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 13 13:13:44.674 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! Oct 13 13:13:44.674 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.674 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.674 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.674 INFO kablam! ... Oct 13 13:13:44.674 INFO kablam! 3373 | rt_realloc!(rt_primes_96bytes_16align_realloc, 96, 16); Oct 13 13:13:44.674 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! Oct 13 13:13:44.674 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.674 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.674 INFO kablam! | ^^^^^ Oct 13 13:13:44.674 INFO kablam! ... Oct 13 13:13:44.674 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 13 13:13:44.674 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! Oct 13 13:13:44.674 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.674 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.674 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.674 INFO kablam! ... Oct 13 13:13:44.674 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 13 13:13:44.674 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! Oct 13 13:13:44.674 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.674 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.674 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.674 INFO kablam! ... Oct 13 13:13:44.674 INFO kablam! 3386 | rt_realloc!(rt_primes_127bytes_16align_realloc, 127, 16); Oct 13 13:13:44.674 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! Oct 13 13:13:44.674 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.674 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.674 INFO kablam! | ^^^^^ Oct 13 13:13:44.674 INFO kablam! ... Oct 13 13:13:44.674 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 13 13:13:44.674 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.674 INFO kablam! | Oct 13 13:13:44.674 INFO kablam! Oct 13 13:13:44.688 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.688 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.688 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.688 INFO kablam! ... Oct 13 13:13:44.688 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 13 13:13:44.688 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! Oct 13 13:13:44.688 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.688 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.688 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.688 INFO kablam! ... Oct 13 13:13:44.688 INFO kablam! 3399 | rt_realloc!(rt_primes_257bytes_16align_realloc, 257, 16); Oct 13 13:13:44.688 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! Oct 13 13:13:44.688 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.688 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.688 INFO kablam! | ^^^^^ Oct 13 13:13:44.688 INFO kablam! ... Oct 13 13:13:44.688 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 13 13:13:44.688 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.688 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.688 INFO kablam! | Oct 13 13:13:44.688 INFO kablam! Oct 13 13:13:44.688 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.689 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.689 INFO kablam! ... Oct 13 13:13:44.689 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 13 13:13:44.689 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! Oct 13 13:13:44.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.689 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.689 INFO kablam! ... Oct 13 13:13:44.689 INFO kablam! 3412 | rt_realloc!(rt_primes_509bytes_16align_realloc, 509, 16); Oct 13 13:13:44.689 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! Oct 13 13:13:44.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.689 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.689 INFO kablam! | ^^^^^ Oct 13 13:13:44.689 INFO kablam! ... Oct 13 13:13:44.689 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 13 13:13:44.689 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! Oct 13 13:13:44.689 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.689 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.689 INFO kablam! ... Oct 13 13:13:44.689 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 13 13:13:44.689 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! Oct 13 13:13:44.689 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.689 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.689 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.689 INFO kablam! ... Oct 13 13:13:44.689 INFO kablam! 3425 | rt_realloc!(rt_primes_1021bytes_16align_realloc, 1021, 16); Oct 13 13:13:44.689 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! Oct 13 13:13:44.689 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.689 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.689 INFO kablam! | ^^^^^ Oct 13 13:13:44.689 INFO kablam! ... Oct 13 13:13:44.689 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 13 13:13:44.689 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.689 INFO kablam! | Oct 13 13:13:44.689 INFO kablam! Oct 13 13:13:44.690 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.690 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.690 INFO kablam! ... Oct 13 13:13:44.690 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 13 13:13:44.690 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! Oct 13 13:13:44.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.690 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.690 INFO kablam! ... Oct 13 13:13:44.690 INFO kablam! 3438 | rt_realloc!(rt_primes_2039bytes_16align_realloc, 2039, 16); Oct 13 13:13:44.690 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! Oct 13 13:13:44.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.690 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.690 INFO kablam! | ^^^^^ Oct 13 13:13:44.690 INFO kablam! ... Oct 13 13:13:44.690 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 13 13:13:44.690 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.690 INFO kablam! | Oct 13 13:13:44.690 INFO kablam! Oct 13 13:13:44.694 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.694 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.694 INFO kablam! | Oct 13 13:13:44.694 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.694 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.695 INFO kablam! ... Oct 13 13:13:44.695 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 13 13:13:44.695 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! Oct 13 13:13:44.695 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.695 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.695 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.695 INFO kablam! ... Oct 13 13:13:44.695 INFO kablam! 3451 | rt_realloc!(rt_primes_4093bytes_16align_realloc, 4093, 16); Oct 13 13:13:44.695 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! Oct 13 13:13:44.695 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.695 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.695 INFO kablam! | ^^^^^ Oct 13 13:13:44.695 INFO kablam! ... Oct 13 13:13:44.695 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 13 13:13:44.695 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.695 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! Oct 13 13:13:44.695 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.695 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.695 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.695 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.695 INFO kablam! ... Oct 13 13:13:44.695 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 13 13:13:44.695 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.695 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! Oct 13 13:13:44.708 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.708 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.708 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.708 INFO kablam! ... Oct 13 13:13:44.708 INFO kablam! 3464 | rt_realloc!(rt_primes_8191bytes_16align_realloc, 8191, 16); Oct 13 13:13:44.708 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! Oct 13 13:13:44.708 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.708 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.708 INFO kablam! | ^^^^^ Oct 13 13:13:44.708 INFO kablam! ... Oct 13 13:13:44.708 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 13 13:13:44.708 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! Oct 13 13:13:44.708 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.708 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.708 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.708 INFO kablam! ... Oct 13 13:13:44.708 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 13 13:13:44.708 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.708 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.708 INFO kablam! | Oct 13 13:13:44.708 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! Oct 13 13:13:44.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.709 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.709 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.709 INFO kablam! ... Oct 13 13:13:44.709 INFO kablam! 3477 | rt_realloc!(rt_primes_16381bytes_16align_realloc, 16381, 16); Oct 13 13:13:44.709 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! Oct 13 13:13:44.709 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.709 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.709 INFO kablam! | ^^^^^ Oct 13 13:13:44.709 INFO kablam! ... Oct 13 13:13:44.709 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 13 13:13:44.709 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! Oct 13 13:13:44.709 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.709 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.709 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.709 INFO kablam! ... Oct 13 13:13:44.709 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 13 13:13:44.709 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! Oct 13 13:13:44.709 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.709 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.709 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.709 INFO kablam! ... Oct 13 13:13:44.709 INFO kablam! 3490 | rt_realloc!(rt_primes_32749bytes_16align_realloc, 32749, 16); Oct 13 13:13:44.709 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! Oct 13 13:13:44.709 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.709 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.709 INFO kablam! | ^^^^^ Oct 13 13:13:44.709 INFO kablam! ... Oct 13 13:13:44.709 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 13 13:13:44.709 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! Oct 13 13:13:44.709 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.709 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.709 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.709 INFO kablam! ... Oct 13 13:13:44.709 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 13 13:13:44.709 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.709 INFO kablam! | Oct 13 13:13:44.709 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.709 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! Oct 13 13:13:44.710 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.710 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.710 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.710 INFO kablam! ... Oct 13 13:13:44.710 INFO kablam! 3503 | rt_realloc!(rt_primes_65537bytes_16align_realloc, 65537, 16); Oct 13 13:13:44.710 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! Oct 13 13:13:44.710 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.710 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.710 INFO kablam! | ^^^^^ Oct 13 13:13:44.710 INFO kablam! ... Oct 13 13:13:44.710 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 13 13:13:44.710 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.710 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.710 INFO kablam! | Oct 13 13:13:44.710 INFO kablam! Oct 13 13:13:44.717 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.717 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.717 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.717 INFO kablam! ... Oct 13 13:13:44.717 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 13 13:13:44.717 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! Oct 13 13:13:44.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.717 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.717 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.717 INFO kablam! ... Oct 13 13:13:44.717 INFO kablam! 3516 | rt_realloc!(rt_primes_131071bytes_16align_realloc, 131071, 16); Oct 13 13:13:44.717 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! Oct 13 13:13:44.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.717 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.717 INFO kablam! | ^^^^^ Oct 13 13:13:44.717 INFO kablam! ... Oct 13 13:13:44.717 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 13 13:13:44.717 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! Oct 13 13:13:44.717 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.717 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.717 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.717 INFO kablam! ... Oct 13 13:13:44.717 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 13 13:13:44.717 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.717 INFO kablam! | Oct 13 13:13:44.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! Oct 13 13:13:44.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.718 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.718 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.718 INFO kablam! ... Oct 13 13:13:44.718 INFO kablam! 3529 | rt_realloc!(rt_primes_4194301bytes_16align_realloc, 4194301, 16); Oct 13 13:13:44.718 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! Oct 13 13:13:44.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.718 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.718 INFO kablam! | ^^^^^ Oct 13 13:13:44.718 INFO kablam! ... Oct 13 13:13:44.718 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 13 13:13:44.718 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! Oct 13 13:13:44.718 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.718 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.718 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.718 INFO kablam! ... Oct 13 13:13:44.718 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 13 13:13:44.718 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! Oct 13 13:13:44.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.718 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.718 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.718 INFO kablam! ... Oct 13 13:13:44.718 INFO kablam! 3545 | rt_realloc!(rt_pow2_1bytes_32align_realloc, 1, 32); Oct 13 13:13:44.718 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! Oct 13 13:13:44.718 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.718 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.718 INFO kablam! | ^^^^^ Oct 13 13:13:44.718 INFO kablam! ... Oct 13 13:13:44.718 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 13 13:13:44.718 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! Oct 13 13:13:44.718 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.718 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.718 INFO kablam! | Oct 13 13:13:44.718 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.718 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.718 INFO kablam! ... Oct 13 13:13:44.718 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 13 13:13:44.719 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! Oct 13 13:13:44.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.719 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.719 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.719 INFO kablam! ... Oct 13 13:13:44.719 INFO kablam! 3558 | rt_realloc!(rt_pow2_2bytes_32align_realloc, 2, 32); Oct 13 13:13:44.719 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! Oct 13 13:13:44.719 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.719 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.719 INFO kablam! | ^^^^^ Oct 13 13:13:44.719 INFO kablam! ... Oct 13 13:13:44.719 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 13 13:13:44.719 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! Oct 13 13:13:44.719 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.719 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.719 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.719 INFO kablam! ... Oct 13 13:13:44.719 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 13 13:13:44.719 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! Oct 13 13:13:44.719 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.719 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.719 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.719 INFO kablam! ... Oct 13 13:13:44.719 INFO kablam! 3571 | rt_realloc!(rt_pow2_4bytes_32align_realloc, 4, 32); Oct 13 13:13:44.719 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.719 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.719 INFO kablam! | Oct 13 13:13:44.719 INFO kablam! Oct 13 13:13:44.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.736 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.736 INFO kablam! | ^^^^^ Oct 13 13:13:44.736 INFO kablam! ... Oct 13 13:13:44.736 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 13 13:13:44.736 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! Oct 13 13:13:44.736 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.736 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.736 INFO kablam! ... Oct 13 13:13:44.736 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 13 13:13:44.736 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! Oct 13 13:13:44.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.736 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.736 INFO kablam! ... Oct 13 13:13:44.736 INFO kablam! 3584 | rt_realloc!(rt_pow2_8bytes_32align_realloc, 8, 32); Oct 13 13:13:44.736 INFO kablam! | --------------------------------------------------- in this macro invocation Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.736 INFO kablam! | Oct 13 13:13:44.736 INFO kablam! Oct 13 13:13:44.738 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.738 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.738 INFO kablam! | Oct 13 13:13:44.738 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.738 INFO kablam! | ^^^^^ Oct 13 13:13:44.738 INFO kablam! ... Oct 13 13:13:44.738 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 13 13:13:44.738 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.738 INFO kablam! | Oct 13 13:13:44.738 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.738 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.738 INFO kablam! | Oct 13 13:13:44.738 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.738 INFO kablam! | Oct 13 13:13:44.738 INFO kablam! Oct 13 13:13:44.738 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.738 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.739 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.739 INFO kablam! ... Oct 13 13:13:44.739 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 13 13:13:44.739 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! Oct 13 13:13:44.739 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.739 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.739 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.739 INFO kablam! ... Oct 13 13:13:44.739 INFO kablam! 3597 | rt_realloc!(rt_pow2_16bytes_32align_realloc, 16, 32); Oct 13 13:13:44.739 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! Oct 13 13:13:44.739 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.739 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.739 INFO kablam! | ^^^^^ Oct 13 13:13:44.739 INFO kablam! ... Oct 13 13:13:44.739 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 13 13:13:44.739 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! Oct 13 13:13:44.739 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.739 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.739 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.739 INFO kablam! ... Oct 13 13:13:44.739 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 13 13:13:44.739 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.739 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.739 INFO kablam! | Oct 13 13:13:44.739 INFO kablam! Oct 13 13:13:44.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.741 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.741 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.741 INFO kablam! ... Oct 13 13:13:44.741 INFO kablam! 3610 | rt_realloc!(rt_pow2_32bytes_32align_realloc, 32, 32); Oct 13 13:13:44.741 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! Oct 13 13:13:44.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.741 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.741 INFO kablam! | ^^^^^ Oct 13 13:13:44.741 INFO kablam! ... Oct 13 13:13:44.741 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 13 13:13:44.741 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! Oct 13 13:13:44.741 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.741 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.741 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.741 INFO kablam! ... Oct 13 13:13:44.741 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 13 13:13:44.741 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! Oct 13 13:13:44.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.741 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.741 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.741 INFO kablam! ... Oct 13 13:13:44.741 INFO kablam! 3623 | rt_realloc!(rt_pow2_64bytes_32align_realloc, 64, 32); Oct 13 13:13:44.741 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! Oct 13 13:13:44.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.741 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.741 INFO kablam! | Oct 13 13:13:44.741 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.741 INFO kablam! | ^^^^^ Oct 13 13:13:44.741 INFO kablam! ... Oct 13 13:13:44.741 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 13 13:13:44.742 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.742 INFO kablam! | Oct 13 13:13:44.742 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.742 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.742 INFO kablam! | Oct 13 13:13:44.742 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.742 INFO kablam! | Oct 13 13:13:44.742 INFO kablam! Oct 13 13:13:44.744 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.744 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.744 INFO kablam! | Oct 13 13:13:44.744 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.744 INFO kablam! ... Oct 13 13:13:44.744 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 13 13:13:44.744 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.744 INFO kablam! | Oct 13 13:13:44.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.744 INFO kablam! | Oct 13 13:13:44.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.744 INFO kablam! | Oct 13 13:13:44.744 INFO kablam! Oct 13 13:13:44.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.744 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.744 INFO kablam! | Oct 13 13:13:44.744 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.744 INFO kablam! ... Oct 13 13:13:44.744 INFO kablam! 3636 | rt_realloc!(rt_pow2_128bytes_32align_realloc, 128, 32); Oct 13 13:13:44.744 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.744 INFO kablam! | Oct 13 13:13:44.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.745 INFO kablam! | Oct 13 13:13:44.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.745 INFO kablam! | Oct 13 13:13:44.745 INFO kablam! Oct 13 13:13:44.745 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.745 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.745 INFO kablam! | Oct 13 13:13:44.745 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.745 INFO kablam! | ^^^^^ Oct 13 13:13:44.745 INFO kablam! ... Oct 13 13:13:44.745 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 13 13:13:44.745 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.745 INFO kablam! | Oct 13 13:13:44.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.745 INFO kablam! | Oct 13 13:13:44.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.745 INFO kablam! | Oct 13 13:13:44.745 INFO kablam! Oct 13 13:13:44.760 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.760 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.760 INFO kablam! | Oct 13 13:13:44.760 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.760 INFO kablam! ... Oct 13 13:13:44.760 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 13 13:13:44.760 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.760 INFO kablam! | Oct 13 13:13:44.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! Oct 13 13:13:44.761 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.761 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.761 INFO kablam! ... Oct 13 13:13:44.761 INFO kablam! 3649 | rt_realloc!(rt_pow2_256bytes_32align_realloc, 256, 32); Oct 13 13:13:44.761 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! Oct 13 13:13:44.761 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.761 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.761 INFO kablam! | ^^^^^ Oct 13 13:13:44.761 INFO kablam! ... Oct 13 13:13:44.761 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 13 13:13:44.761 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! Oct 13 13:13:44.761 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.761 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.761 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.761 INFO kablam! ... Oct 13 13:13:44.761 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 13 13:13:44.761 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.761 INFO kablam! | Oct 13 13:13:44.761 INFO kablam! Oct 13 13:13:44.764 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.764 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.764 INFO kablam! | Oct 13 13:13:44.764 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.764 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.764 INFO kablam! ... Oct 13 13:13:44.764 INFO kablam! 3662 | rt_realloc!(rt_pow2_512bytes_32align_realloc, 512, 32); Oct 13 13:13:44.764 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.764 INFO kablam! | Oct 13 13:13:44.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.764 INFO kablam! | Oct 13 13:13:44.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.764 INFO kablam! | Oct 13 13:13:44.764 INFO kablam! Oct 13 13:13:44.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.764 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.764 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.765 INFO kablam! | ^^^^^ Oct 13 13:13:44.765 INFO kablam! ... Oct 13 13:13:44.765 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 13 13:13:44.765 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! Oct 13 13:13:44.765 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.765 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.765 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.765 INFO kablam! ... Oct 13 13:13:44.765 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 13 13:13:44.765 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! Oct 13 13:13:44.765 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.765 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.765 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.765 INFO kablam! ... Oct 13 13:13:44.765 INFO kablam! 3675 | rt_realloc!(rt_pow2_1024bytes_32align_realloc, 1024, 32); Oct 13 13:13:44.765 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.765 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.765 INFO kablam! | Oct 13 13:13:44.765 INFO kablam! Oct 13 13:13:44.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.768 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.768 INFO kablam! | Oct 13 13:13:44.768 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.768 INFO kablam! | ^^^^^ Oct 13 13:13:44.768 INFO kablam! ... Oct 13 13:13:44.768 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 13 13:13:44.768 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.768 INFO kablam! | Oct 13 13:13:44.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.768 INFO kablam! | Oct 13 13:13:44.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.768 INFO kablam! | Oct 13 13:13:44.768 INFO kablam! Oct 13 13:13:44.768 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.768 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.768 INFO kablam! | Oct 13 13:13:44.768 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.769 INFO kablam! ... Oct 13 13:13:44.769 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 13 13:13:44.769 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! Oct 13 13:13:44.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.769 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.769 INFO kablam! ... Oct 13 13:13:44.769 INFO kablam! 3688 | rt_realloc!(rt_pow2_2048bytes_32align_realloc, 2048, 32); Oct 13 13:13:44.769 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! Oct 13 13:13:44.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.769 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.769 INFO kablam! | ^^^^^ Oct 13 13:13:44.769 INFO kablam! ... Oct 13 13:13:44.769 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 13 13:13:44.769 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! Oct 13 13:13:44.769 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.769 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.769 INFO kablam! ... Oct 13 13:13:44.769 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 13 13:13:44.769 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.769 INFO kablam! | Oct 13 13:13:44.769 INFO kablam! Oct 13 13:13:44.772 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.772 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.772 INFO kablam! | Oct 13 13:13:44.772 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.772 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.772 INFO kablam! ... Oct 13 13:13:44.772 INFO kablam! 3701 | rt_realloc!(rt_pow2_4096bytes_32align_realloc, 4096, 32); Oct 13 13:13:44.772 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.772 INFO kablam! | Oct 13 13:13:44.772 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.772 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.772 INFO kablam! | Oct 13 13:13:44.772 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.772 INFO kablam! | Oct 13 13:13:44.772 INFO kablam! Oct 13 13:13:44.772 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.772 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.772 INFO kablam! | Oct 13 13:13:44.772 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.772 INFO kablam! | ^^^^^ Oct 13 13:13:44.772 INFO kablam! ... Oct 13 13:13:44.773 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 13 13:13:44.773 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! Oct 13 13:13:44.773 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.773 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.773 INFO kablam! ... Oct 13 13:13:44.773 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 13 13:13:44.773 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! Oct 13 13:13:44.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.773 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.773 INFO kablam! ... Oct 13 13:13:44.773 INFO kablam! 3714 | rt_realloc!(rt_pow2_8192bytes_32align_realloc, 8192, 32); Oct 13 13:13:44.773 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.773 INFO kablam! | Oct 13 13:13:44.773 INFO kablam! Oct 13 13:13:44.782 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.782 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.782 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.783 INFO kablam! | ^^^^^ Oct 13 13:13:44.783 INFO kablam! ... Oct 13 13:13:44.783 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 13 13:13:44.783 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.783 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.783 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.783 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! Oct 13 13:13:44.783 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.783 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.783 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.783 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.783 INFO kablam! ... Oct 13 13:13:44.783 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 13 13:13:44.783 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.783 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.783 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.783 INFO kablam! | Oct 13 13:13:44.783 INFO kablam! Oct 13 13:13:44.784 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.784 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.785 INFO kablam! ... Oct 13 13:13:44.785 INFO kablam! 3727 | rt_realloc!(rt_pow2_16384bytes_32align_realloc, 16384, 32); Oct 13 13:13:44.785 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! Oct 13 13:13:44.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.785 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.785 INFO kablam! | ^^^^^ Oct 13 13:13:44.785 INFO kablam! ... Oct 13 13:13:44.785 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 13 13:13:44.785 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.785 INFO kablam! | Oct 13 13:13:44.785 INFO kablam! Oct 13 13:13:44.786 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.786 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.786 INFO kablam! | Oct 13 13:13:44.786 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.786 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.786 INFO kablam! ... Oct 13 13:13:44.786 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 13 13:13:44.786 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.786 INFO kablam! | Oct 13 13:13:44.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.786 INFO kablam! | Oct 13 13:13:44.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.786 INFO kablam! | Oct 13 13:13:44.786 INFO kablam! Oct 13 13:13:44.786 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.786 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.786 INFO kablam! | Oct 13 13:13:44.786 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.786 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.786 INFO kablam! ... Oct 13 13:13:44.786 INFO kablam! 3740 | rt_realloc!(rt_pow2_32768bytes_32align_realloc, 32768, 32); Oct 13 13:13:44.786 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.786 INFO kablam! | Oct 13 13:13:44.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.786 INFO kablam! | Oct 13 13:13:44.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.787 INFO kablam! | Oct 13 13:13:44.787 INFO kablam! Oct 13 13:13:44.788 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.788 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.788 INFO kablam! | ^^^^^ Oct 13 13:13:44.788 INFO kablam! ... Oct 13 13:13:44.788 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 13 13:13:44.788 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! Oct 13 13:13:44.788 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.788 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.788 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.788 INFO kablam! ... Oct 13 13:13:44.788 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 13 13:13:44.788 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.788 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.788 INFO kablam! | Oct 13 13:13:44.788 INFO kablam! Oct 13 13:13:44.790 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.790 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.790 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.790 INFO kablam! ... Oct 13 13:13:44.790 INFO kablam! 3753 | rt_realloc!(rt_pow2_65536bytes_32align_realloc, 65536, 32); Oct 13 13:13:44.790 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! Oct 13 13:13:44.790 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.790 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.790 INFO kablam! | ^^^^^ Oct 13 13:13:44.790 INFO kablam! ... Oct 13 13:13:44.790 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 13 13:13:44.790 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.790 INFO kablam! | Oct 13 13:13:44.790 INFO kablam! Oct 13 13:13:44.803 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.803 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.803 INFO kablam! | Oct 13 13:13:44.803 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.803 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.803 INFO kablam! ... Oct 13 13:13:44.803 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 13 13:13:44.803 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.803 INFO kablam! | Oct 13 13:13:44.803 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.803 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.803 INFO kablam! | Oct 13 13:13:44.803 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! Oct 13 13:13:44.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.804 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.804 INFO kablam! ... Oct 13 13:13:44.804 INFO kablam! 3766 | rt_realloc!(rt_pow2_131072bytes_32align_realloc, 131072, 32); Oct 13 13:13:44.804 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! Oct 13 13:13:44.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.804 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.804 INFO kablam! | ^^^^^ Oct 13 13:13:44.804 INFO kablam! ... Oct 13 13:13:44.804 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 13 13:13:44.804 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! Oct 13 13:13:44.804 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.804 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.804 INFO kablam! ... Oct 13 13:13:44.804 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 13 13:13:44.804 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! Oct 13 13:13:44.804 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.804 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.804 INFO kablam! ... Oct 13 13:13:44.804 INFO kablam! 3779 | rt_realloc!(rt_pow2_4194304bytes_32align_realloc, 4194304, 32); Oct 13 13:13:44.804 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! Oct 13 13:13:44.804 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.804 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.804 INFO kablam! | ^^^^^ Oct 13 13:13:44.804 INFO kablam! ... Oct 13 13:13:44.804 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 13 13:13:44.804 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.804 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! Oct 13 13:13:44.804 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.804 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.804 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.804 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.804 INFO kablam! ... Oct 13 13:13:44.804 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 13 13:13:44.804 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.804 INFO kablam! | Oct 13 13:13:44.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.809 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.809 INFO kablam! | Oct 13 13:13:44.809 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.809 INFO kablam! | Oct 13 13:13:44.809 INFO kablam! Oct 13 13:13:44.818 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.818 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.818 INFO kablam! | Oct 13 13:13:44.818 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.818 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.818 INFO kablam! ... Oct 13 13:13:44.818 INFO kablam! 3793 | rt_realloc!(rt_even_10bytes_32align_realloc, 10, 32); Oct 13 13:13:44.818 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.818 INFO kablam! | Oct 13 13:13:44.818 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.818 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.818 INFO kablam! | Oct 13 13:13:44.818 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.818 INFO kablam! | Oct 13 13:13:44.818 INFO kablam! Oct 13 13:13:44.818 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.818 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.818 INFO kablam! | Oct 13 13:13:44.818 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.818 INFO kablam! | ^^^^^ Oct 13 13:13:44.818 INFO kablam! ... Oct 13 13:13:44.818 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 13 13:13:44.819 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! Oct 13 13:13:44.819 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.819 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.819 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.819 INFO kablam! ... Oct 13 13:13:44.819 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 13 13:13:44.819 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! Oct 13 13:13:44.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.819 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.819 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.819 INFO kablam! ... Oct 13 13:13:44.819 INFO kablam! 3806 | rt_realloc!(rt_even_100bytes_32align_realloc, 100, 32); Oct 13 13:13:44.819 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! Oct 13 13:13:44.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.819 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.819 INFO kablam! | ^^^^^ Oct 13 13:13:44.819 INFO kablam! ... Oct 13 13:13:44.819 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 13 13:13:44.819 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! Oct 13 13:13:44.819 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.819 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.819 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.819 INFO kablam! ... Oct 13 13:13:44.819 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 13 13:13:44.819 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! Oct 13 13:13:44.819 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.819 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.819 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.819 INFO kablam! ... Oct 13 13:13:44.819 INFO kablam! 3819 | rt_realloc!(rt_even_1000bytes_32align_realloc, 1000, 32); Oct 13 13:13:44.819 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.819 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! Oct 13 13:13:44.819 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.819 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.819 INFO kablam! | Oct 13 13:13:44.819 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.820 INFO kablam! | ^^^^^ Oct 13 13:13:44.820 INFO kablam! ... Oct 13 13:13:44.820 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 13 13:13:44.820 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.820 INFO kablam! | Oct 13 13:13:44.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.820 INFO kablam! | Oct 13 13:13:44.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.820 INFO kablam! | Oct 13 13:13:44.820 INFO kablam! Oct 13 13:13:44.820 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.820 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.820 INFO kablam! | Oct 13 13:13:44.820 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.820 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.820 INFO kablam! ... Oct 13 13:13:44.820 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 13 13:13:44.820 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.820 INFO kablam! | Oct 13 13:13:44.820 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.820 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.820 INFO kablam! | Oct 13 13:13:44.820 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.820 INFO kablam! | Oct 13 13:13:44.820 INFO kablam! Oct 13 13:13:44.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.824 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.824 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.824 INFO kablam! ... Oct 13 13:13:44.824 INFO kablam! 3832 | rt_realloc!(rt_even_10000bytes_32align_realloc, 10000, 32); Oct 13 13:13:44.824 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! Oct 13 13:13:44.824 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.824 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.824 INFO kablam! | ^^^^^ Oct 13 13:13:44.824 INFO kablam! ... Oct 13 13:13:44.824 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 13 13:13:44.824 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! Oct 13 13:13:44.824 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.824 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.824 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.824 INFO kablam! ... Oct 13 13:13:44.824 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 13 13:13:44.824 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.824 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.824 INFO kablam! | Oct 13 13:13:44.824 INFO kablam! Oct 13 13:13:44.824 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.824 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.825 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.825 INFO kablam! ... Oct 13 13:13:44.825 INFO kablam! 3845 | rt_realloc!(rt_even_100000bytes_32align_realloc, 100000, 32); Oct 13 13:13:44.825 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! Oct 13 13:13:44.825 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.825 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.825 INFO kablam! | ^^^^^ Oct 13 13:13:44.825 INFO kablam! ... Oct 13 13:13:44.825 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 13 13:13:44.825 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! Oct 13 13:13:44.825 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.825 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.825 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.825 INFO kablam! ... Oct 13 13:13:44.825 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 13 13:13:44.825 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! Oct 13 13:13:44.825 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.825 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.825 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.825 INFO kablam! ... Oct 13 13:13:44.825 INFO kablam! 3858 | rt_realloc!(rt_even_1000000bytes_32align_realloc, 1000000, 32); Oct 13 13:13:44.825 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.825 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.825 INFO kablam! | Oct 13 13:13:44.825 INFO kablam! Oct 13 13:13:44.840 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.840 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.840 INFO kablam! | Oct 13 13:13:44.840 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.840 INFO kablam! | ^^^^^ Oct 13 13:13:44.840 INFO kablam! ... Oct 13 13:13:44.840 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 13 13:13:44.840 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.840 INFO kablam! | Oct 13 13:13:44.840 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.840 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.840 INFO kablam! | Oct 13 13:13:44.840 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.840 INFO kablam! | Oct 13 13:13:44.840 INFO kablam! Oct 13 13:13:44.840 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.840 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.841 INFO kablam! ... Oct 13 13:13:44.841 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 13 13:13:44.841 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! Oct 13 13:13:44.841 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.841 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.841 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.841 INFO kablam! ... Oct 13 13:13:44.841 INFO kablam! 3872 | rt_realloc!(rt_odd_10bytes_32align_realloc, 10- 1, 32); Oct 13 13:13:44.841 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.841 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.841 INFO kablam! | Oct 13 13:13:44.841 INFO kablam! Oct 13 13:13:44.844 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.844 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.844 INFO kablam! | ^^^^^ Oct 13 13:13:44.844 INFO kablam! ... Oct 13 13:13:44.844 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 13 13:13:44.844 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! Oct 13 13:13:44.844 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.844 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.844 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.844 INFO kablam! ... Oct 13 13:13:44.844 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 13 13:13:44.844 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.844 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.844 INFO kablam! | Oct 13 13:13:44.844 INFO kablam! Oct 13 13:13:44.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.848 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.848 INFO kablam! ... Oct 13 13:13:44.848 INFO kablam! 3885 | rt_realloc!(rt_odd_100bytes_32align_realloc, 100- 1, 32); Oct 13 13:13:44.848 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! Oct 13 13:13:44.848 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.848 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.848 INFO kablam! | ^^^^^ Oct 13 13:13:44.848 INFO kablam! ... Oct 13 13:13:44.848 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 13 13:13:44.848 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! Oct 13 13:13:44.848 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.848 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.848 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.848 INFO kablam! ... Oct 13 13:13:44.848 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 13 13:13:44.848 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.848 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.848 INFO kablam! | Oct 13 13:13:44.848 INFO kablam! Oct 13 13:13:44.848 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.849 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.849 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.849 INFO kablam! ... Oct 13 13:13:44.849 INFO kablam! 3898 | rt_realloc!(rt_odd_1000bytes_32align_realloc, 1000- 1, 32); Oct 13 13:13:44.849 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! Oct 13 13:13:44.849 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.849 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.849 INFO kablam! | ^^^^^ Oct 13 13:13:44.849 INFO kablam! ... Oct 13 13:13:44.849 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 13 13:13:44.849 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.849 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.849 INFO kablam! | Oct 13 13:13:44.849 INFO kablam! Oct 13 13:13:44.851 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.851 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.851 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.851 INFO kablam! ... Oct 13 13:13:44.851 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 13 13:13:44.851 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! Oct 13 13:13:44.851 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.851 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.851 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.851 INFO kablam! ... Oct 13 13:13:44.851 INFO kablam! 3911 | rt_realloc!(rt_odd_10000bytes_32align_realloc, 10000- 1, 32); Oct 13 13:13:44.851 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! Oct 13 13:13:44.851 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.851 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.851 INFO kablam! | ^^^^^ Oct 13 13:13:44.851 INFO kablam! ... Oct 13 13:13:44.851 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 13 13:13:44.851 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.851 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.851 INFO kablam! | Oct 13 13:13:44.851 INFO kablam! Oct 13 13:13:44.852 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.852 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.852 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.852 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.852 INFO kablam! ... Oct 13 13:13:44.852 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 13 13:13:44.852 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.852 INFO kablam! Oct 13 13:13:44.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.852 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.852 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.852 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.852 INFO kablam! ... Oct 13 13:13:44.852 INFO kablam! 3924 | rt_realloc!(rt_odd_100000bytes_32align_realloc, 100000- 1, 32); Oct 13 13:13:44.852 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.852 INFO kablam! | Oct 13 13:13:44.853 INFO kablam! Oct 13 13:13:44.872 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.872 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.873 INFO kablam! | ^^^^^ Oct 13 13:13:44.873 INFO kablam! ... Oct 13 13:13:44.873 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 13 13:13:44.873 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! Oct 13 13:13:44.873 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.873 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.873 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.873 INFO kablam! ... Oct 13 13:13:44.873 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 13 13:13:44.873 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.873 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! Oct 13 13:13:44.873 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.873 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.873 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.873 INFO kablam! ... Oct 13 13:13:44.873 INFO kablam! 3937 | rt_realloc!(rt_odd_1000000bytes_32align_realloc, 1000000- 1, 32); Oct 13 13:13:44.873 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.873 INFO kablam! | Oct 13 13:13:44.873 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! Oct 13 13:13:44.880 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.880 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.880 INFO kablam! | ^^^^^ Oct 13 13:13:44.880 INFO kablam! ... Oct 13 13:13:44.880 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 13 13:13:44.880 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! Oct 13 13:13:44.880 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.880 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.880 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.880 INFO kablam! ... Oct 13 13:13:44.880 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 13 13:13:44.880 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! Oct 13 13:13:44.880 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.880 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.880 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.880 INFO kablam! ... Oct 13 13:13:44.880 INFO kablam! 3951 | rt_realloc!(rt_primes_3bytes_32align_realloc, 3, 32); Oct 13 13:13:44.880 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.880 INFO kablam! | Oct 13 13:13:44.880 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.880 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! Oct 13 13:13:44.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.881 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.881 INFO kablam! | ^^^^^ Oct 13 13:13:44.881 INFO kablam! ... Oct 13 13:13:44.881 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 13 13:13:44.881 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! Oct 13 13:13:44.881 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.881 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.881 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.881 INFO kablam! ... Oct 13 13:13:44.881 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 13 13:13:44.881 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! Oct 13 13:13:44.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.881 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.881 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.881 INFO kablam! ... Oct 13 13:13:44.881 INFO kablam! 3964 | rt_realloc!(rt_primes_7bytes_32align_realloc, 7, 32); Oct 13 13:13:44.881 INFO kablam! | ----------------------------------------------------- in this macro invocation Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.881 INFO kablam! | Oct 13 13:13:44.881 INFO kablam! Oct 13 13:13:44.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.900 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.900 INFO kablam! | ^^^^^ Oct 13 13:13:44.900 INFO kablam! ... Oct 13 13:13:44.900 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 13 13:13:44.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! Oct 13 13:13:44.900 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.900 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.900 INFO kablam! ... Oct 13 13:13:44.900 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 13 13:13:44.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! Oct 13 13:13:44.900 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.900 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.900 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.900 INFO kablam! ... Oct 13 13:13:44.900 INFO kablam! 3977 | rt_realloc!(rt_primes_13bytes_32align_realloc, 13, 32); Oct 13 13:13:44.900 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.900 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.900 INFO kablam! | Oct 13 13:13:44.900 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! Oct 13 13:13:44.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.901 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.901 INFO kablam! | ^^^^^ Oct 13 13:13:44.901 INFO kablam! ... Oct 13 13:13:44.901 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 13 13:13:44.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! Oct 13 13:13:44.901 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.901 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.901 INFO kablam! ... Oct 13 13:13:44.901 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 13 13:13:44.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! Oct 13 13:13:44.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.901 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.901 INFO kablam! ... Oct 13 13:13:44.901 INFO kablam! 3990 | rt_realloc!(rt_primes_17bytes_32align_realloc, 17, 32); Oct 13 13:13:44.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! Oct 13 13:13:44.901 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.901 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.901 INFO kablam! | ^^^^^ Oct 13 13:13:44.901 INFO kablam! ... Oct 13 13:13:44.901 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 13 13:13:44.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! Oct 13 13:13:44.901 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.901 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.901 INFO kablam! ... Oct 13 13:13:44.901 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 13 13:13:44.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! Oct 13 13:13:44.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.901 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.901 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.901 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.901 INFO kablam! ... Oct 13 13:13:44.901 INFO kablam! 4003 | rt_realloc!(rt_primes_31bytes_32align_realloc, 31, 32); Oct 13 13:13:44.901 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.901 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! Oct 13 13:13:44.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.902 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.902 INFO kablam! | ^^^^^ Oct 13 13:13:44.902 INFO kablam! ... Oct 13 13:13:44.902 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 13 13:13:44.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! Oct 13 13:13:44.902 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.902 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.902 INFO kablam! ... Oct 13 13:13:44.902 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 13 13:13:44.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! Oct 13 13:13:44.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.902 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.902 INFO kablam! ... Oct 13 13:13:44.902 INFO kablam! 4016 | rt_realloc!(rt_primes_61bytes_32align_realloc, 61, 32); Oct 13 13:13:44.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! Oct 13 13:13:44.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.902 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.902 INFO kablam! | ^^^^^ Oct 13 13:13:44.902 INFO kablam! ... Oct 13 13:13:44.902 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 13 13:13:44.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! Oct 13 13:13:44.902 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.902 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.902 INFO kablam! ... Oct 13 13:13:44.902 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 13 13:13:44.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! Oct 13 13:13:44.902 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.902 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.902 INFO kablam! | Oct 13 13:13:44.902 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.902 INFO kablam! ... Oct 13 13:13:44.902 INFO kablam! 4029 | rt_realloc!(rt_primes_96bytes_32align_realloc, 96, 32); Oct 13 13:13:44.902 INFO kablam! | ------------------------------------------------------- in this macro invocation Oct 13 13:13:44.903 INFO kablam! | Oct 13 13:13:44.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.903 INFO kablam! | Oct 13 13:13:44.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.903 INFO kablam! | Oct 13 13:13:44.903 INFO kablam! Oct 13 13:13:44.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.908 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.908 INFO kablam! | ^^^^^ Oct 13 13:13:44.908 INFO kablam! ... Oct 13 13:13:44.908 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 13 13:13:44.908 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! Oct 13 13:13:44.908 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.908 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.908 INFO kablam! ... Oct 13 13:13:44.908 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 13 13:13:44.908 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! Oct 13 13:13:44.908 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.908 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.908 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.908 INFO kablam! ... Oct 13 13:13:44.908 INFO kablam! 4042 | rt_realloc!(rt_primes_127bytes_32align_realloc, 127, 32); Oct 13 13:13:44.908 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.908 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.908 INFO kablam! | Oct 13 13:13:44.908 INFO kablam! Oct 13 13:13:44.908 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.909 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.909 INFO kablam! | ^^^^^ Oct 13 13:13:44.909 INFO kablam! ... Oct 13 13:13:44.909 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 13 13:13:44.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! Oct 13 13:13:44.909 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.909 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.909 INFO kablam! ... Oct 13 13:13:44.909 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 13 13:13:44.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! Oct 13 13:13:44.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.909 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.909 INFO kablam! ... Oct 13 13:13:44.909 INFO kablam! 4055 | rt_realloc!(rt_primes_257bytes_32align_realloc, 257, 32); Oct 13 13:13:44.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! Oct 13 13:13:44.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.909 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.909 INFO kablam! | ^^^^^ Oct 13 13:13:44.909 INFO kablam! ... Oct 13 13:13:44.909 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 13 13:13:44.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! Oct 13 13:13:44.909 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.909 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.909 INFO kablam! ... Oct 13 13:13:44.909 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 13 13:13:44.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! Oct 13 13:13:44.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.909 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.909 INFO kablam! ... Oct 13 13:13:44.909 INFO kablam! 4068 | rt_realloc!(rt_primes_509bytes_32align_realloc, 509, 32); Oct 13 13:13:44.909 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.909 INFO kablam! | Oct 13 13:13:44.910 INFO kablam! Oct 13 13:13:44.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.920 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.920 INFO kablam! | ^^^^^ Oct 13 13:13:44.920 INFO kablam! ... Oct 13 13:13:44.920 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 13 13:13:44.920 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! Oct 13 13:13:44.920 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.920 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.920 INFO kablam! ... Oct 13 13:13:44.920 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 13 13:13:44.920 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! Oct 13 13:13:44.920 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.920 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.920 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.920 INFO kablam! ... Oct 13 13:13:44.920 INFO kablam! 4081 | rt_realloc!(rt_primes_1021bytes_32align_realloc, 1021, 32); Oct 13 13:13:44.920 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.920 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.920 INFO kablam! | Oct 13 13:13:44.920 INFO kablam! Oct 13 13:13:44.920 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.921 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.921 INFO kablam! | ^^^^^ Oct 13 13:13:44.921 INFO kablam! ... Oct 13 13:13:44.921 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 13 13:13:44.921 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! Oct 13 13:13:44.921 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.921 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.921 INFO kablam! ... Oct 13 13:13:44.921 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 13 13:13:44.921 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! Oct 13 13:13:44.921 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.921 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.921 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.921 INFO kablam! ... Oct 13 13:13:44.921 INFO kablam! 4094 | rt_realloc!(rt_primes_2039bytes_32align_realloc, 2039, 32); Oct 13 13:13:44.921 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! Oct 13 13:13:44.921 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.921 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.921 INFO kablam! | ^^^^^ Oct 13 13:13:44.921 INFO kablam! ... Oct 13 13:13:44.921 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 13 13:13:44.921 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.921 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.921 INFO kablam! | Oct 13 13:13:44.921 INFO kablam! Oct 13 13:13:44.924 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.924 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.924 INFO kablam! | Oct 13 13:13:44.924 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.924 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.924 INFO kablam! ... Oct 13 13:13:44.924 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 13 13:13:44.924 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.924 INFO kablam! | Oct 13 13:13:44.924 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.924 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.924 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! Oct 13 13:13:44.925 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.925 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.925 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.925 INFO kablam! ... Oct 13 13:13:44.925 INFO kablam! 4107 | rt_realloc!(rt_primes_4093bytes_32align_realloc, 4093, 32); Oct 13 13:13:44.925 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! Oct 13 13:13:44.925 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.925 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.925 INFO kablam! | ^^^^^ Oct 13 13:13:44.925 INFO kablam! ... Oct 13 13:13:44.925 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 13 13:13:44.925 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! Oct 13 13:13:44.925 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.925 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.925 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.925 INFO kablam! ... Oct 13 13:13:44.925 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 13 13:13:44.925 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! Oct 13 13:13:44.925 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.925 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.925 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.925 INFO kablam! ... Oct 13 13:13:44.925 INFO kablam! 4120 | rt_realloc!(rt_primes_8191bytes_32align_realloc, 8191, 32); Oct 13 13:13:44.925 INFO kablam! | ----------------------------------------------------------- in this macro invocation Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! Oct 13 13:13:44.925 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.925 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.925 INFO kablam! | ^^^^^ Oct 13 13:13:44.925 INFO kablam! ... Oct 13 13:13:44.925 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 13 13:13:44.925 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.925 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.925 INFO kablam! | Oct 13 13:13:44.925 INFO kablam! Oct 13 13:13:44.932 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.932 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.932 INFO kablam! | Oct 13 13:13:44.932 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.932 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.932 INFO kablam! ... Oct 13 13:13:44.932 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 13 13:13:44.932 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.932 INFO kablam! | Oct 13 13:13:44.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.932 INFO kablam! | Oct 13 13:13:44.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.932 INFO kablam! | Oct 13 13:13:44.932 INFO kablam! Oct 13 13:13:44.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.932 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.936 INFO kablam! ... Oct 13 13:13:44.936 INFO kablam! 4133 | rt_realloc!(rt_primes_16381bytes_32align_realloc, 16381, 32); Oct 13 13:13:44.936 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! Oct 13 13:13:44.936 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.936 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.936 INFO kablam! | ^^^^^ Oct 13 13:13:44.936 INFO kablam! ... Oct 13 13:13:44.936 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 13 13:13:44.936 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.936 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! Oct 13 13:13:44.936 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.936 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.936 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.936 INFO kablam! ... Oct 13 13:13:44.936 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 13 13:13:44.936 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.936 INFO kablam! | Oct 13 13:13:44.936 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.937 INFO kablam! | Oct 13 13:13:44.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.937 INFO kablam! | Oct 13 13:13:44.937 INFO kablam! Oct 13 13:13:44.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.948 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.948 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.948 INFO kablam! ... Oct 13 13:13:44.948 INFO kablam! 4146 | rt_realloc!(rt_primes_32749bytes_32align_realloc, 32749, 32); Oct 13 13:13:44.948 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! Oct 13 13:13:44.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.948 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.948 INFO kablam! | ^^^^^ Oct 13 13:13:44.948 INFO kablam! ... Oct 13 13:13:44.948 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 13 13:13:44.948 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! Oct 13 13:13:44.948 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.948 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.948 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.948 INFO kablam! ... Oct 13 13:13:44.948 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 13 13:13:44.948 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.948 INFO kablam! | Oct 13 13:13:44.948 INFO kablam! Oct 13 13:13:44.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.949 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.949 INFO kablam! ... Oct 13 13:13:44.949 INFO kablam! 4159 | rt_realloc!(rt_primes_65537bytes_32align_realloc, 65537, 32); Oct 13 13:13:44.949 INFO kablam! | ------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! Oct 13 13:13:44.949 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.949 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.949 INFO kablam! | ^^^^^ Oct 13 13:13:44.949 INFO kablam! ... Oct 13 13:13:44.949 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 13 13:13:44.949 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! Oct 13 13:13:44.949 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.949 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.949 INFO kablam! ... Oct 13 13:13:44.949 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 13 13:13:44.949 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! Oct 13 13:13:44.949 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.949 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.949 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.949 INFO kablam! ... Oct 13 13:13:44.949 INFO kablam! 4172 | rt_realloc!(rt_primes_131071bytes_32align_realloc, 131071, 32); Oct 13 13:13:44.949 INFO kablam! | --------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.949 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.949 INFO kablam! | Oct 13 13:13:44.949 INFO kablam! Oct 13 13:13:44.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.956 INFO kablam! --> benches/roundtrip.rs:197:36 Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! 197 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.956 INFO kablam! | ^^^^^ Oct 13 13:13:44.956 INFO kablam! ... Oct 13 13:13:44.956 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 13 13:13:44.956 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! Oct 13 13:13:44.956 INFO kablam! error[E0599]: no method named `realloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.956 INFO kablam! --> benches/roundtrip.rs:201:36 Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! 201 | let ptr = Jemalloc.realloc(ptr, layout, new_layout.clone()).unwrap(); Oct 13 13:13:44.956 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.956 INFO kablam! ... Oct 13 13:13:44.956 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 13 13:13:44.956 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! Oct 13 13:13:44.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.956 INFO kablam! --> benches/roundtrip.rs:204:26 Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! 204 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.956 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.956 INFO kablam! ... Oct 13 13:13:44.956 INFO kablam! 4185 | rt_realloc!(rt_primes_4194301bytes_32align_realloc, 4194301, 32); Oct 13 13:13:44.956 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.956 INFO kablam! | Oct 13 13:13:44.956 INFO kablam! Oct 13 13:13:44.956 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.957 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.957 INFO kablam! | Oct 13 13:13:44.957 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.957 INFO kablam! | ^^^^^ Oct 13 13:13:44.957 INFO kablam! ... Oct 13 13:13:44.957 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 13 13:13:44.957 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.957 INFO kablam! | Oct 13 13:13:44.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! Oct 13 13:13:44.968 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.968 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.968 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.968 INFO kablam! ... Oct 13 13:13:44.968 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 13 13:13:44.968 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.968 INFO kablam! Oct 13 13:13:44.968 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.968 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.968 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.968 INFO kablam! ... Oct 13 13:13:44.968 INFO kablam! 266 | rt_realloc_excess_unused!(rt_pow2_1bytes_1align_realloc_excess_unused, 1, 1); Oct 13 13:13:44.968 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! Oct 13 13:13:44.968 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.968 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.968 INFO kablam! | ^^^^^ Oct 13 13:13:44.968 INFO kablam! ... Oct 13 13:13:44.968 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 13 13:13:44.968 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.968 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.968 INFO kablam! | Oct 13 13:13:44.968 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! Oct 13 13:13:44.969 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.969 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.969 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.969 INFO kablam! ... Oct 13 13:13:44.969 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 13 13:13:44.969 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.969 INFO kablam! Oct 13 13:13:44.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.969 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.969 INFO kablam! ... Oct 13 13:13:44.969 INFO kablam! 279 | rt_realloc_excess_unused!(rt_pow2_2bytes_1align_realloc_excess_unused, 2, 1); Oct 13 13:13:44.969 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! Oct 13 13:13:44.969 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.969 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.969 INFO kablam! | ^^^^^ Oct 13 13:13:44.969 INFO kablam! ... Oct 13 13:13:44.969 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 13 13:13:44.969 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! Oct 13 13:13:44.969 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.969 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.969 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.969 INFO kablam! ... Oct 13 13:13:44.969 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 13 13:13:44.969 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.969 INFO kablam! Oct 13 13:13:44.969 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.969 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.969 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.969 INFO kablam! ... Oct 13 13:13:44.969 INFO kablam! 292 | rt_realloc_excess_unused!(rt_pow2_4bytes_1align_realloc_excess_unused, 4, 1); Oct 13 13:13:44.969 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.969 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.969 INFO kablam! | Oct 13 13:13:44.969 INFO kablam! Oct 13 13:13:44.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.976 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.976 INFO kablam! | ^^^^^ Oct 13 13:13:44.976 INFO kablam! ... Oct 13 13:13:44.976 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 13 13:13:44.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! Oct 13 13:13:44.976 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.976 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.976 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.976 INFO kablam! ... Oct 13 13:13:44.976 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 13 13:13:44.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.976 INFO kablam! Oct 13 13:13:44.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.976 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.976 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.976 INFO kablam! ... Oct 13 13:13:44.976 INFO kablam! 305 | rt_realloc_excess_unused!(rt_pow2_8bytes_1align_realloc_excess_unused, 8, 1); Oct 13 13:13:44.976 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! Oct 13 13:13:44.976 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.976 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.976 INFO kablam! | ^^^^^ Oct 13 13:13:44.976 INFO kablam! ... Oct 13 13:13:44.976 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 13 13:13:44.976 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.976 INFO kablam! | Oct 13 13:13:44.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! Oct 13 13:13:44.977 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.977 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.977 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.977 INFO kablam! ... Oct 13 13:13:44.977 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 13 13:13:44.977 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.977 INFO kablam! Oct 13 13:13:44.977 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.977 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.977 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.977 INFO kablam! ... Oct 13 13:13:44.977 INFO kablam! 318 | rt_realloc_excess_unused!(rt_pow2_16bytes_1align_realloc_excess_unused, 16, 1); Oct 13 13:13:44.977 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! Oct 13 13:13:44.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.977 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.977 INFO kablam! | ^^^^^ Oct 13 13:13:44.977 INFO kablam! ... Oct 13 13:13:44.977 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 13 13:13:44.977 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! Oct 13 13:13:44.977 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.977 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.977 INFO kablam! | Oct 13 13:13:44.977 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.977 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.977 INFO kablam! ... Oct 13 13:13:44.977 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 13 13:13:44.977 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.977 INFO kablam! Oct 13 13:13:44.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.988 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.988 INFO kablam! ... Oct 13 13:13:44.988 INFO kablam! 331 | rt_realloc_excess_unused!(rt_pow2_32bytes_1align_realloc_excess_unused, 32, 1); Oct 13 13:13:44.988 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! Oct 13 13:13:44.988 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.988 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.988 INFO kablam! | ^^^^^ Oct 13 13:13:44.988 INFO kablam! ... Oct 13 13:13:44.988 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 13 13:13:44.988 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.988 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! Oct 13 13:13:44.988 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.988 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.988 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.988 INFO kablam! ... Oct 13 13:13:44.988 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 13 13:13:44.988 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.988 INFO kablam! Oct 13 13:13:44.988 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.988 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.988 INFO kablam! | Oct 13 13:13:44.988 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.988 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.988 INFO kablam! ... Oct 13 13:13:44.989 INFO kablam! 344 | rt_realloc_excess_unused!(rt_pow2_64bytes_1align_realloc_excess_unused, 64, 1); Oct 13 13:13:44.989 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! Oct 13 13:13:44.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.989 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.989 INFO kablam! | ^^^^^ Oct 13 13:13:44.989 INFO kablam! ... Oct 13 13:13:44.989 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 13 13:13:44.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! Oct 13 13:13:44.989 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.989 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.989 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.989 INFO kablam! ... Oct 13 13:13:44.989 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 13 13:13:44.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.989 INFO kablam! Oct 13 13:13:44.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.989 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.989 INFO kablam! ... Oct 13 13:13:44.989 INFO kablam! 357 | rt_realloc_excess_unused!(rt_pow2_128bytes_1align_realloc_excess_unused, 128, 1); Oct 13 13:13:44.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! Oct 13 13:13:44.989 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.989 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:44.989 INFO kablam! | ^^^^^ Oct 13 13:13:44.989 INFO kablam! ... Oct 13 13:13:44.989 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 13 13:13:44.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! Oct 13 13:13:44.989 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.989 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:44.989 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:44.989 INFO kablam! ... Oct 13 13:13:44.989 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 13 13:13:44.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.989 INFO kablam! Oct 13 13:13:44.989 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:44.989 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:44.989 INFO kablam! | ^^^^^^^ Oct 13 13:13:44.989 INFO kablam! ... Oct 13 13:13:44.989 INFO kablam! 370 | rt_realloc_excess_unused!(rt_pow2_256bytes_1align_realloc_excess_unused, 256, 1); Oct 13 13:13:44.989 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:44.989 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:44.989 INFO kablam! | Oct 13 13:13:44.989 INFO kablam! Oct 13 13:13:45.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.000 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.000 INFO kablam! | ^^^^^ Oct 13 13:13:45.000 INFO kablam! ... Oct 13 13:13:45.000 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 13 13:13:45.000 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! Oct 13 13:13:45.000 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.000 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.000 INFO kablam! ... Oct 13 13:13:45.000 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 13 13:13:45.000 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.000 INFO kablam! Oct 13 13:13:45.000 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.000 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.000 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.000 INFO kablam! ... Oct 13 13:13:45.000 INFO kablam! 383 | rt_realloc_excess_unused!(rt_pow2_512bytes_1align_realloc_excess_unused, 512, 1); Oct 13 13:13:45.000 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! Oct 13 13:13:45.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.000 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.000 INFO kablam! | ^^^^^ Oct 13 13:13:45.000 INFO kablam! ... Oct 13 13:13:45.000 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 13 13:13:45.000 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.000 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.001 INFO kablam! ... Oct 13 13:13:45.001 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 13 13:13:45.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.001 INFO kablam! ... Oct 13 13:13:45.001 INFO kablam! 396 | rt_realloc_excess_unused!(rt_pow2_1024bytes_1align_realloc_excess_unused, 1024, 1); Oct 13 13:13:45.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.001 INFO kablam! | ^^^^^ Oct 13 13:13:45.001 INFO kablam! ... Oct 13 13:13:45.001 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 13 13:13:45.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.001 INFO kablam! ... Oct 13 13:13:45.001 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 13 13:13:45.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.001 INFO kablam! ... Oct 13 13:13:45.001 INFO kablam! 409 | rt_realloc_excess_unused!(rt_pow2_2048bytes_1align_realloc_excess_unused, 2048, 1); Oct 13 13:13:45.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.001 INFO kablam! | ^^^^^ Oct 13 13:13:45.001 INFO kablam! ... Oct 13 13:13:45.001 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 13 13:13:45.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.001 INFO kablam! ... Oct 13 13:13:45.001 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 13 13:13:45.001 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.001 INFO kablam! Oct 13 13:13:45.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.001 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.001 INFO kablam! | Oct 13 13:13:45.001 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.002 INFO kablam! ... Oct 13 13:13:45.002 INFO kablam! 422 | rt_realloc_excess_unused!(rt_pow2_4096bytes_1align_realloc_excess_unused, 4096, 1); Oct 13 13:13:45.002 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! Oct 13 13:13:45.002 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.002 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.002 INFO kablam! | ^^^^^ Oct 13 13:13:45.002 INFO kablam! ... Oct 13 13:13:45.002 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 13 13:13:45.002 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! Oct 13 13:13:45.002 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.002 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.002 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.002 INFO kablam! ... Oct 13 13:13:45.002 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 13 13:13:45.002 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.002 INFO kablam! Oct 13 13:13:45.002 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.002 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.002 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.002 INFO kablam! ... Oct 13 13:13:45.002 INFO kablam! 435 | rt_realloc_excess_unused!(rt_pow2_8192bytes_1align_realloc_excess_unused, 8192, 1); Oct 13 13:13:45.002 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.002 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.002 INFO kablam! | Oct 13 13:13:45.002 INFO kablam! Oct 13 13:13:45.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.008 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.008 INFO kablam! | ^^^^^ Oct 13 13:13:45.008 INFO kablam! ... Oct 13 13:13:45.008 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 13 13:13:45.008 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! Oct 13 13:13:45.008 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.008 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.008 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.008 INFO kablam! ... Oct 13 13:13:45.008 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 13 13:13:45.008 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.008 INFO kablam! Oct 13 13:13:45.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.008 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.008 INFO kablam! ... Oct 13 13:13:45.008 INFO kablam! 448 | rt_realloc_excess_unused!(rt_pow2_16384bytes_1align_realloc_excess_unused, 16384, 1); Oct 13 13:13:45.008 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! Oct 13 13:13:45.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.008 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.008 INFO kablam! | Oct 13 13:13:45.008 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.008 INFO kablam! | ^^^^^ Oct 13 13:13:45.008 INFO kablam! ... Oct 13 13:13:45.008 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 13 13:13:45.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! Oct 13 13:13:45.009 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.009 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.009 INFO kablam! ... Oct 13 13:13:45.009 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 13 13:13:45.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.009 INFO kablam! Oct 13 13:13:45.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.009 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.009 INFO kablam! ... Oct 13 13:13:45.009 INFO kablam! 461 | rt_realloc_excess_unused!(rt_pow2_32768bytes_1align_realloc_excess_unused, 32768, 1); Oct 13 13:13:45.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! Oct 13 13:13:45.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.009 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.009 INFO kablam! | ^^^^^ Oct 13 13:13:45.009 INFO kablam! ... Oct 13 13:13:45.009 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 13 13:13:45.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! Oct 13 13:13:45.009 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.009 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.009 INFO kablam! ... Oct 13 13:13:45.009 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 13 13:13:45.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.009 INFO kablam! Oct 13 13:13:45.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.009 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.009 INFO kablam! ... Oct 13 13:13:45.009 INFO kablam! 474 | rt_realloc_excess_unused!(rt_pow2_65536bytes_1align_realloc_excess_unused, 65536, 1); Oct 13 13:13:45.009 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.009 INFO kablam! | Oct 13 13:13:45.009 INFO kablam! Oct 13 13:13:45.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.016 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.016 INFO kablam! | ^^^^^ Oct 13 13:13:45.016 INFO kablam! ... Oct 13 13:13:45.016 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 13 13:13:45.016 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! Oct 13 13:13:45.016 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.016 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.016 INFO kablam! ... Oct 13 13:13:45.016 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 13 13:13:45.016 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.016 INFO kablam! Oct 13 13:13:45.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.016 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.016 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.016 INFO kablam! ... Oct 13 13:13:45.016 INFO kablam! 487 | rt_realloc_excess_unused!(rt_pow2_131072bytes_1align_realloc_excess_unused, 131072, 1); Oct 13 13:13:45.016 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! Oct 13 13:13:45.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.016 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.016 INFO kablam! | Oct 13 13:13:45.016 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.016 INFO kablam! | ^^^^^ Oct 13 13:13:45.016 INFO kablam! ... Oct 13 13:13:45.016 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 13 13:13:45.016 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! Oct 13 13:13:45.017 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.017 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.017 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.017 INFO kablam! ... Oct 13 13:13:45.017 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 13 13:13:45.017 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.017 INFO kablam! Oct 13 13:13:45.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.017 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.017 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.017 INFO kablam! ... Oct 13 13:13:45.017 INFO kablam! 500 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_1align_realloc_excess_unused, 4194304, 1); Oct 13 13:13:45.017 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! Oct 13 13:13:45.017 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.017 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.017 INFO kablam! | ^^^^^ Oct 13 13:13:45.017 INFO kablam! ... Oct 13 13:13:45.017 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 13 13:13:45.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! Oct 13 13:13:45.017 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.017 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.017 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.017 INFO kablam! ... Oct 13 13:13:45.017 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 13 13:13:45.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.017 INFO kablam! Oct 13 13:13:45.017 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.017 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.017 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.017 INFO kablam! ... Oct 13 13:13:45.017 INFO kablam! 514 | rt_realloc_excess_unused!(rt_even_10bytes_1align_realloc_excess_unused, 10, 1); Oct 13 13:13:45.017 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.017 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.017 INFO kablam! | Oct 13 13:13:45.017 INFO kablam! Oct 13 13:13:45.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.024 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.024 INFO kablam! | ^^^^^ Oct 13 13:13:45.024 INFO kablam! ... Oct 13 13:13:45.024 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 13 13:13:45.024 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! Oct 13 13:13:45.024 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.024 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.024 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.024 INFO kablam! ... Oct 13 13:13:45.024 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 13 13:13:45.024 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.024 INFO kablam! Oct 13 13:13:45.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.024 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.024 INFO kablam! ... Oct 13 13:13:45.024 INFO kablam! 527 | rt_realloc_excess_unused!(rt_even_100bytes_1align_realloc_excess_unused, 100, 1); Oct 13 13:13:45.024 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! Oct 13 13:13:45.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.024 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.024 INFO kablam! | ^^^^^ Oct 13 13:13:45.024 INFO kablam! ... Oct 13 13:13:45.024 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 13 13:13:45.024 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.024 INFO kablam! | Oct 13 13:13:45.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! Oct 13 13:13:45.025 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.025 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.025 INFO kablam! ... Oct 13 13:13:45.025 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 13 13:13:45.025 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.025 INFO kablam! Oct 13 13:13:45.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.025 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.025 INFO kablam! ... Oct 13 13:13:45.025 INFO kablam! 540 | rt_realloc_excess_unused!(rt_even_1000bytes_1align_realloc_excess_unused, 1000, 1); Oct 13 13:13:45.025 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! Oct 13 13:13:45.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.025 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.025 INFO kablam! | ^^^^^ Oct 13 13:13:45.025 INFO kablam! ... Oct 13 13:13:45.025 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 13 13:13:45.025 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! Oct 13 13:13:45.025 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.025 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.025 INFO kablam! | Oct 13 13:13:45.025 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.025 INFO kablam! ... Oct 13 13:13:45.025 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 13 13:13:45.025 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.025 INFO kablam! Oct 13 13:13:45.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.036 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.036 INFO kablam! ... Oct 13 13:13:45.036 INFO kablam! 553 | rt_realloc_excess_unused!(rt_even_10000bytes_1align_realloc_excess_unused, 10000, 1); Oct 13 13:13:45.036 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! Oct 13 13:13:45.036 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.036 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.036 INFO kablam! | ^^^^^ Oct 13 13:13:45.036 INFO kablam! ... Oct 13 13:13:45.036 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 13 13:13:45.036 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! Oct 13 13:13:45.036 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.036 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.036 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.036 INFO kablam! ... Oct 13 13:13:45.036 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 13 13:13:45.036 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.036 INFO kablam! Oct 13 13:13:45.036 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.036 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.036 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.036 INFO kablam! ... Oct 13 13:13:45.036 INFO kablam! 566 | rt_realloc_excess_unused!(rt_even_100000bytes_1align_realloc_excess_unused, 100000, 1); Oct 13 13:13:45.036 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.036 INFO kablam! | Oct 13 13:13:45.036 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.036 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.037 INFO kablam! | ^^^^^ Oct 13 13:13:45.037 INFO kablam! ... Oct 13 13:13:45.037 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 13 13:13:45.037 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.037 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.037 INFO kablam! ... Oct 13 13:13:45.037 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 13 13:13:45.037 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.037 INFO kablam! ... Oct 13 13:13:45.037 INFO kablam! 579 | rt_realloc_excess_unused!(rt_even_1000000bytes_1align_realloc_excess_unused, 1000000, 1); Oct 13 13:13:45.037 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.037 INFO kablam! | ^^^^^ Oct 13 13:13:45.037 INFO kablam! ... Oct 13 13:13:45.037 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 13 13:13:45.037 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.037 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.037 INFO kablam! ... Oct 13 13:13:45.037 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 13 13:13:45.037 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.037 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.037 INFO kablam! ... Oct 13 13:13:45.037 INFO kablam! 593 | rt_realloc_excess_unused!(rt_odd_10bytes_1align_realloc_excess_unused, 10- 1, 1); Oct 13 13:13:45.037 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.037 INFO kablam! | ^^^^^ Oct 13 13:13:45.037 INFO kablam! ... Oct 13 13:13:45.037 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 13 13:13:45.037 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.037 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! Oct 13 13:13:45.037 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.037 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.037 INFO kablam! | Oct 13 13:13:45.037 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.038 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.038 INFO kablam! ... Oct 13 13:13:45.038 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 13 13:13:45.038 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.038 INFO kablam! Oct 13 13:13:45.038 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.038 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.038 INFO kablam! | Oct 13 13:13:45.038 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.038 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.038 INFO kablam! ... Oct 13 13:13:45.038 INFO kablam! 606 | rt_realloc_excess_unused!(rt_odd_100bytes_1align_realloc_excess_unused, 100- 1, 1); Oct 13 13:13:45.038 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.038 INFO kablam! | Oct 13 13:13:45.038 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.038 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.038 INFO kablam! | Oct 13 13:13:45.038 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.038 INFO kablam! | Oct 13 13:13:45.038 INFO kablam! Oct 13 13:13:45.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.048 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.048 INFO kablam! | ^^^^^ Oct 13 13:13:45.048 INFO kablam! ... Oct 13 13:13:45.048 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 13 13:13:45.048 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! Oct 13 13:13:45.048 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.048 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.048 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.048 INFO kablam! ... Oct 13 13:13:45.048 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 13 13:13:45.048 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.048 INFO kablam! Oct 13 13:13:45.048 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.048 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.048 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.048 INFO kablam! ... Oct 13 13:13:45.048 INFO kablam! 619 | rt_realloc_excess_unused!(rt_odd_1000bytes_1align_realloc_excess_unused, 1000- 1, 1); Oct 13 13:13:45.048 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! Oct 13 13:13:45.048 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.048 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.048 INFO kablam! | ^^^^^ Oct 13 13:13:45.048 INFO kablam! ... Oct 13 13:13:45.048 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 13 13:13:45.048 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.048 INFO kablam! | Oct 13 13:13:45.048 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.048 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.049 INFO kablam! | Oct 13 13:13:45.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.049 INFO kablam! | Oct 13 13:13:45.049 INFO kablam! Oct 13 13:13:45.049 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.049 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.049 INFO kablam! | Oct 13 13:13:45.049 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.049 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.049 INFO kablam! ... Oct 13 13:13:45.049 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 13 13:13:45.049 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.049 INFO kablam! Oct 13 13:13:45.049 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.049 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.049 INFO kablam! | Oct 13 13:13:45.049 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.049 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.049 INFO kablam! ... Oct 13 13:13:45.049 INFO kablam! 632 | rt_realloc_excess_unused!(rt_odd_10000bytes_1align_realloc_excess_unused, 10000- 1, 1); Oct 13 13:13:45.049 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.049 INFO kablam! | Oct 13 13:13:45.049 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.049 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.049 INFO kablam! | Oct 13 13:13:45.049 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.049 INFO kablam! | Oct 13 13:13:45.049 INFO kablam! Oct 13 13:13:45.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.060 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.060 INFO kablam! | ^^^^^ Oct 13 13:13:45.060 INFO kablam! ... Oct 13 13:13:45.060 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 13 13:13:45.060 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! Oct 13 13:13:45.060 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.060 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.060 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.060 INFO kablam! ... Oct 13 13:13:45.060 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 13 13:13:45.060 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.060 INFO kablam! Oct 13 13:13:45.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.060 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.060 INFO kablam! ... Oct 13 13:13:45.060 INFO kablam! 645 | rt_realloc_excess_unused!(rt_odd_100000bytes_1align_realloc_excess_unused, 100000- 1, 1); Oct 13 13:13:45.060 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! Oct 13 13:13:45.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.060 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.060 INFO kablam! | ^^^^^ Oct 13 13:13:45.060 INFO kablam! ... Oct 13 13:13:45.060 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 13 13:13:45.060 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.060 INFO kablam! | Oct 13 13:13:45.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! Oct 13 13:13:45.061 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.061 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.061 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.061 INFO kablam! ... Oct 13 13:13:45.061 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 13 13:13:45.061 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.061 INFO kablam! Oct 13 13:13:45.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.061 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.061 INFO kablam! ... Oct 13 13:13:45.061 INFO kablam! 658 | rt_realloc_excess_unused!(rt_odd_1000000bytes_1align_realloc_excess_unused, 1000000- 1, 1); Oct 13 13:13:45.061 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! Oct 13 13:13:45.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.061 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.061 INFO kablam! | ^^^^^ Oct 13 13:13:45.061 INFO kablam! ... Oct 13 13:13:45.061 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 13 13:13:45.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! Oct 13 13:13:45.061 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.061 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.061 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.061 INFO kablam! ... Oct 13 13:13:45.061 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 13 13:13:45.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.061 INFO kablam! Oct 13 13:13:45.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.061 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.061 INFO kablam! ... Oct 13 13:13:45.061 INFO kablam! 672 | rt_realloc_excess_unused!(rt_primes_3bytes_1align_realloc_excess_unused, 3, 1); Oct 13 13:13:45.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! Oct 13 13:13:45.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.061 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.061 INFO kablam! | ^^^^^ Oct 13 13:13:45.061 INFO kablam! ... Oct 13 13:13:45.061 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 13 13:13:45.061 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.061 INFO kablam! | Oct 13 13:13:45.061 INFO kablam! Oct 13 13:13:45.072 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.072 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.072 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.072 INFO kablam! ... Oct 13 13:13:45.072 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 13 13:13:45.072 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.072 INFO kablam! Oct 13 13:13:45.072 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.072 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.072 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.072 INFO kablam! ... Oct 13 13:13:45.072 INFO kablam! 685 | rt_realloc_excess_unused!(rt_primes_7bytes_1align_realloc_excess_unused, 7, 1); Oct 13 13:13:45.072 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! Oct 13 13:13:45.072 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.072 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.072 INFO kablam! | ^^^^^ Oct 13 13:13:45.072 INFO kablam! ... Oct 13 13:13:45.072 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 13 13:13:45.072 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.072 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! Oct 13 13:13:45.072 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.072 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.072 INFO kablam! | Oct 13 13:13:45.072 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.072 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.072 INFO kablam! ... Oct 13 13:13:45.072 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 13 13:13:45.072 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.072 INFO kablam! Oct 13 13:13:45.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.073 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.073 INFO kablam! ... Oct 13 13:13:45.073 INFO kablam! 698 | rt_realloc_excess_unused!(rt_primes_13bytes_1align_realloc_excess_unused, 13, 1); Oct 13 13:13:45.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! Oct 13 13:13:45.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.073 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.073 INFO kablam! | ^^^^^ Oct 13 13:13:45.073 INFO kablam! ... Oct 13 13:13:45.073 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 13 13:13:45.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! Oct 13 13:13:45.073 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.073 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.073 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.073 INFO kablam! ... Oct 13 13:13:45.073 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 13 13:13:45.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.073 INFO kablam! Oct 13 13:13:45.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.073 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.073 INFO kablam! ... Oct 13 13:13:45.073 INFO kablam! 711 | rt_realloc_excess_unused!(rt_primes_17bytes_1align_realloc_excess_unused, 17, 1); Oct 13 13:13:45.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! Oct 13 13:13:45.073 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.073 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.073 INFO kablam! | ^^^^^ Oct 13 13:13:45.073 INFO kablam! ... Oct 13 13:13:45.073 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 13 13:13:45.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.073 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! Oct 13 13:13:45.073 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.073 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.073 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.073 INFO kablam! ... Oct 13 13:13:45.073 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 13 13:13:45.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.073 INFO kablam! Oct 13 13:13:45.073 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.073 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.073 INFO kablam! | Oct 13 13:13:45.073 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.073 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.073 INFO kablam! ... Oct 13 13:13:45.073 INFO kablam! 724 | rt_realloc_excess_unused!(rt_primes_31bytes_1align_realloc_excess_unused, 31, 1); Oct 13 13:13:45.073 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! Oct 13 13:13:45.074 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.074 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.074 INFO kablam! | ^^^^^ Oct 13 13:13:45.074 INFO kablam! ... Oct 13 13:13:45.074 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 13 13:13:45.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! Oct 13 13:13:45.074 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.074 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.074 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.074 INFO kablam! ... Oct 13 13:13:45.074 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 13 13:13:45.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.074 INFO kablam! Oct 13 13:13:45.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.074 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.074 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.074 INFO kablam! ... Oct 13 13:13:45.074 INFO kablam! 737 | rt_realloc_excess_unused!(rt_primes_61bytes_1align_realloc_excess_unused, 61, 1); Oct 13 13:13:45.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! Oct 13 13:13:45.074 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.074 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.074 INFO kablam! | ^^^^^ Oct 13 13:13:45.074 INFO kablam! ... Oct 13 13:13:45.074 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 13 13:13:45.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! Oct 13 13:13:45.074 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.074 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.074 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.074 INFO kablam! ... Oct 13 13:13:45.074 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 13 13:13:45.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.074 INFO kablam! Oct 13 13:13:45.074 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.074 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.074 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.074 INFO kablam! ... Oct 13 13:13:45.074 INFO kablam! 750 | rt_realloc_excess_unused!(rt_primes_96bytes_1align_realloc_excess_unused, 96, 1); Oct 13 13:13:45.074 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.074 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.074 INFO kablam! | Oct 13 13:13:45.074 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.075 INFO kablam! | Oct 13 13:13:45.075 INFO kablam! Oct 13 13:13:45.075 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.075 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.075 INFO kablam! | Oct 13 13:13:45.075 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.075 INFO kablam! | ^^^^^ Oct 13 13:13:45.075 INFO kablam! ... Oct 13 13:13:45.075 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 13 13:13:45.075 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.075 INFO kablam! | Oct 13 13:13:45.075 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.075 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.075 INFO kablam! | Oct 13 13:13:45.075 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.075 INFO kablam! | Oct 13 13:13:45.075 INFO kablam! Oct 13 13:13:45.096 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.096 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.096 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.096 INFO kablam! ... Oct 13 13:13:45.096 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 13 13:13:45.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.096 INFO kablam! Oct 13 13:13:45.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.096 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.096 INFO kablam! ... Oct 13 13:13:45.096 INFO kablam! 763 | rt_realloc_excess_unused!(rt_primes_127bytes_1align_realloc_excess_unused, 127, 1); Oct 13 13:13:45.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! Oct 13 13:13:45.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.096 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.096 INFO kablam! | ^^^^^ Oct 13 13:13:45.096 INFO kablam! ... Oct 13 13:13:45.096 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 13 13:13:45.096 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! Oct 13 13:13:45.096 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.096 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.096 INFO kablam! | Oct 13 13:13:45.096 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.096 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 13 13:13:45.097 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! Oct 13 13:13:45.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.097 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 776 | rt_realloc_excess_unused!(rt_primes_257bytes_1align_realloc_excess_unused, 257, 1); Oct 13 13:13:45.097 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! Oct 13 13:13:45.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.097 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.097 INFO kablam! | ^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 13 13:13:45.097 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! Oct 13 13:13:45.097 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.097 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.097 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 13 13:13:45.097 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! Oct 13 13:13:45.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.097 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 789 | rt_realloc_excess_unused!(rt_primes_509bytes_1align_realloc_excess_unused, 509, 1); Oct 13 13:13:45.097 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! Oct 13 13:13:45.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.097 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.097 INFO kablam! | ^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 13 13:13:45.097 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! Oct 13 13:13:45.097 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.097 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.097 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 13 13:13:45.097 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! Oct 13 13:13:45.097 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.097 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.097 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.097 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.097 INFO kablam! ... Oct 13 13:13:45.097 INFO kablam! 802 | rt_realloc_excess_unused!(rt_primes_1021bytes_1align_realloc_excess_unused, 1021, 1); Oct 13 13:13:45.097 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.097 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! Oct 13 13:13:45.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.098 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.098 INFO kablam! | ^^^^^ Oct 13 13:13:45.098 INFO kablam! ... Oct 13 13:13:45.098 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 13 13:13:45.098 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! Oct 13 13:13:45.098 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.098 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.098 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.098 INFO kablam! ... Oct 13 13:13:45.098 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 13 13:13:45.098 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.098 INFO kablam! Oct 13 13:13:45.098 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.098 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.098 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.098 INFO kablam! ... Oct 13 13:13:45.098 INFO kablam! 815 | rt_realloc_excess_unused!(rt_primes_2039bytes_1align_realloc_excess_unused, 2039, 1); Oct 13 13:13:45.098 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! Oct 13 13:13:45.098 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.098 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.098 INFO kablam! | ^^^^^ Oct 13 13:13:45.098 INFO kablam! ... Oct 13 13:13:45.098 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 13 13:13:45.098 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.098 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! Oct 13 13:13:45.098 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.098 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.098 INFO kablam! | Oct 13 13:13:45.098 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.098 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.098 INFO kablam! ... Oct 13 13:13:45.098 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 13 13:13:45.098 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.098 INFO kablam! Oct 13 13:13:45.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.104 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.104 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.104 INFO kablam! ... Oct 13 13:13:45.104 INFO kablam! 828 | rt_realloc_excess_unused!(rt_primes_4093bytes_1align_realloc_excess_unused, 4093, 1); Oct 13 13:13:45.104 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! Oct 13 13:13:45.104 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.104 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.104 INFO kablam! | ^^^^^ Oct 13 13:13:45.104 INFO kablam! ... Oct 13 13:13:45.104 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 13 13:13:45.104 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.104 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! Oct 13 13:13:45.104 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.104 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.104 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.104 INFO kablam! ... Oct 13 13:13:45.104 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 13 13:13:45.104 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.104 INFO kablam! Oct 13 13:13:45.104 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.104 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.104 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.104 INFO kablam! ... Oct 13 13:13:45.104 INFO kablam! 841 | rt_realloc_excess_unused!(rt_primes_8191bytes_1align_realloc_excess_unused, 8191, 1); Oct 13 13:13:45.104 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.104 INFO kablam! | Oct 13 13:13:45.104 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! Oct 13 13:13:45.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.105 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.105 INFO kablam! | ^^^^^ Oct 13 13:13:45.105 INFO kablam! ... Oct 13 13:13:45.105 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 13 13:13:45.105 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! Oct 13 13:13:45.105 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.105 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.105 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.105 INFO kablam! ... Oct 13 13:13:45.105 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 13 13:13:45.105 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.105 INFO kablam! Oct 13 13:13:45.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.105 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.105 INFO kablam! ... Oct 13 13:13:45.105 INFO kablam! 854 | rt_realloc_excess_unused!(rt_primes_16381bytes_1align_realloc_excess_unused, 16381, 1); Oct 13 13:13:45.105 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! Oct 13 13:13:45.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.105 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.105 INFO kablam! | ^^^^^ Oct 13 13:13:45.105 INFO kablam! ... Oct 13 13:13:45.105 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 13 13:13:45.105 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! Oct 13 13:13:45.105 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.105 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.105 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.105 INFO kablam! ... Oct 13 13:13:45.105 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 13 13:13:45.105 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.105 INFO kablam! Oct 13 13:13:45.105 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.105 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.105 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.105 INFO kablam! ... Oct 13 13:13:45.105 INFO kablam! 867 | rt_realloc_excess_unused!(rt_primes_32749bytes_1align_realloc_excess_unused, 32749, 1); Oct 13 13:13:45.105 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.105 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! Oct 13 13:13:45.105 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.105 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.105 INFO kablam! | ^^^^^ Oct 13 13:13:45.105 INFO kablam! ... Oct 13 13:13:45.105 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 13 13:13:45.105 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.105 INFO kablam! | Oct 13 13:13:45.105 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.106 INFO kablam! | Oct 13 13:13:45.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.106 INFO kablam! | Oct 13 13:13:45.106 INFO kablam! Oct 13 13:13:45.106 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.106 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.106 INFO kablam! | Oct 13 13:13:45.106 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.106 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.106 INFO kablam! ... Oct 13 13:13:45.106 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 13 13:13:45.106 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.106 INFO kablam! Oct 13 13:13:45.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.106 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.106 INFO kablam! | Oct 13 13:13:45.106 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.106 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.106 INFO kablam! ... Oct 13 13:13:45.106 INFO kablam! 880 | rt_realloc_excess_unused!(rt_primes_65537bytes_1align_realloc_excess_unused, 65537, 1); Oct 13 13:13:45.106 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.106 INFO kablam! | Oct 13 13:13:45.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.106 INFO kablam! | Oct 13 13:13:45.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.106 INFO kablam! | Oct 13 13:13:45.106 INFO kablam! Oct 13 13:13:45.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.112 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.112 INFO kablam! | ^^^^^ Oct 13 13:13:45.112 INFO kablam! ... Oct 13 13:13:45.112 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 13 13:13:45.112 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! Oct 13 13:13:45.112 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.112 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.112 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.112 INFO kablam! ... Oct 13 13:13:45.112 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 13 13:13:45.112 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.112 INFO kablam! Oct 13 13:13:45.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.112 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.112 INFO kablam! ... Oct 13 13:13:45.112 INFO kablam! 893 | rt_realloc_excess_unused!(rt_primes_131071bytes_1align_realloc_excess_unused, 131071, 1); Oct 13 13:13:45.112 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! Oct 13 13:13:45.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.112 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.112 INFO kablam! | ^^^^^ Oct 13 13:13:45.112 INFO kablam! ... Oct 13 13:13:45.112 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 13 13:13:45.112 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.112 INFO kablam! | Oct 13 13:13:45.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.113 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.113 INFO kablam! ... Oct 13 13:13:45.113 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 13 13:13:45.113 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.113 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.113 INFO kablam! ... Oct 13 13:13:45.113 INFO kablam! 906 | rt_realloc_excess_unused!(rt_primes_4194301bytes_1align_realloc_excess_unused, 4194301, 1); Oct 13 13:13:45.113 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.113 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.113 INFO kablam! | ^^^^^ Oct 13 13:13:45.113 INFO kablam! ... Oct 13 13:13:45.113 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 13 13:13:45.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.113 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.113 INFO kablam! ... Oct 13 13:13:45.113 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 13 13:13:45.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.113 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.113 INFO kablam! ... Oct 13 13:13:45.113 INFO kablam! 922 | rt_realloc_excess_unused!(rt_pow2_1bytes_2align_realloc_excess_unused, 1, 2); Oct 13 13:13:45.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.113 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.113 INFO kablam! | ^^^^^ Oct 13 13:13:45.113 INFO kablam! ... Oct 13 13:13:45.113 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 13 13:13:45.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.113 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.113 INFO kablam! | Oct 13 13:13:45.113 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.113 INFO kablam! ... Oct 13 13:13:45.113 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 13 13:13:45.113 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.113 INFO kablam! Oct 13 13:13:45.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.114 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.114 INFO kablam! ... Oct 13 13:13:45.114 INFO kablam! 935 | rt_realloc_excess_unused!(rt_pow2_2bytes_2align_realloc_excess_unused, 2, 2); Oct 13 13:13:45.114 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! Oct 13 13:13:45.114 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.114 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.114 INFO kablam! | ^^^^^ Oct 13 13:13:45.114 INFO kablam! ... Oct 13 13:13:45.114 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 13 13:13:45.114 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! Oct 13 13:13:45.114 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.114 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.114 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.114 INFO kablam! ... Oct 13 13:13:45.114 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 13 13:13:45.114 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.114 INFO kablam! Oct 13 13:13:45.114 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.114 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.114 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.114 INFO kablam! ... Oct 13 13:13:45.114 INFO kablam! 948 | rt_realloc_excess_unused!(rt_pow2_4bytes_2align_realloc_excess_unused, 4, 2); Oct 13 13:13:45.114 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.114 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.114 INFO kablam! | Oct 13 13:13:45.114 INFO kablam! Oct 13 13:13:45.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.117 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.117 INFO kablam! | Oct 13 13:13:45.117 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.117 INFO kablam! | ^^^^^ Oct 13 13:13:45.117 INFO kablam! ... Oct 13 13:13:45.117 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 13 13:13:45.117 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.117 INFO kablam! | Oct 13 13:13:45.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.117 INFO kablam! | Oct 13 13:13:45.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.117 INFO kablam! | Oct 13 13:13:45.117 INFO kablam! Oct 13 13:13:45.124 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.124 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.124 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.124 INFO kablam! ... Oct 13 13:13:45.124 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 13 13:13:45.124 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.124 INFO kablam! Oct 13 13:13:45.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.124 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.124 INFO kablam! ... Oct 13 13:13:45.124 INFO kablam! 961 | rt_realloc_excess_unused!(rt_pow2_8bytes_2align_realloc_excess_unused, 8, 2); Oct 13 13:13:45.124 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! Oct 13 13:13:45.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.124 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.124 INFO kablam! | ^^^^^ Oct 13 13:13:45.124 INFO kablam! ... Oct 13 13:13:45.124 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 13 13:13:45.124 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! Oct 13 13:13:45.124 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.124 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.124 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.124 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.124 INFO kablam! ... Oct 13 13:13:45.124 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 13 13:13:45.124 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.124 INFO kablam! Oct 13 13:13:45.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.124 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.124 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.125 INFO kablam! ... Oct 13 13:13:45.125 INFO kablam! 974 | rt_realloc_excess_unused!(rt_pow2_16bytes_2align_realloc_excess_unused, 16, 2); Oct 13 13:13:45.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! Oct 13 13:13:45.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.125 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.125 INFO kablam! | ^^^^^ Oct 13 13:13:45.125 INFO kablam! ... Oct 13 13:13:45.125 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 13 13:13:45.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! Oct 13 13:13:45.125 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.125 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.125 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.125 INFO kablam! ... Oct 13 13:13:45.125 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 13 13:13:45.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.125 INFO kablam! Oct 13 13:13:45.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.125 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.125 INFO kablam! ... Oct 13 13:13:45.125 INFO kablam! 987 | rt_realloc_excess_unused!(rt_pow2_32bytes_2align_realloc_excess_unused, 32, 2); Oct 13 13:13:45.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! Oct 13 13:13:45.125 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.125 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.125 INFO kablam! | ^^^^^ Oct 13 13:13:45.125 INFO kablam! ... Oct 13 13:13:45.125 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 13 13:13:45.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! Oct 13 13:13:45.125 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.125 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.125 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.125 INFO kablam! ... Oct 13 13:13:45.125 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 13 13:13:45.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.125 INFO kablam! Oct 13 13:13:45.125 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.125 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.125 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.125 INFO kablam! ... Oct 13 13:13:45.125 INFO kablam! 1000 | rt_realloc_excess_unused!(rt_pow2_64bytes_2align_realloc_excess_unused, 64, 2); Oct 13 13:13:45.125 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.125 INFO kablam! | Oct 13 13:13:45.125 INFO kablam! Oct 13 13:13:45.130 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.130 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.130 INFO kablam! | Oct 13 13:13:45.130 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.130 INFO kablam! | ^^^^^ Oct 13 13:13:45.130 INFO kablam! ... Oct 13 13:13:45.130 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 13 13:13:45.130 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.130 INFO kablam! | Oct 13 13:13:45.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.130 INFO kablam! | Oct 13 13:13:45.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! Oct 13 13:13:45.131 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.131 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.131 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.131 INFO kablam! ... Oct 13 13:13:45.131 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 13 13:13:45.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.131 INFO kablam! Oct 13 13:13:45.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.131 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.131 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.131 INFO kablam! ... Oct 13 13:13:45.131 INFO kablam! 1013 | rt_realloc_excess_unused!(rt_pow2_128bytes_2align_realloc_excess_unused, 128, 2); Oct 13 13:13:45.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! Oct 13 13:13:45.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.131 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.131 INFO kablam! | ^^^^^ Oct 13 13:13:45.131 INFO kablam! ... Oct 13 13:13:45.131 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 13 13:13:45.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! Oct 13 13:13:45.131 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.131 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.131 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.131 INFO kablam! ... Oct 13 13:13:45.131 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 13 13:13:45.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.131 INFO kablam! Oct 13 13:13:45.131 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.131 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.131 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.131 INFO kablam! ... Oct 13 13:13:45.131 INFO kablam! 1026 | rt_realloc_excess_unused!(rt_pow2_256bytes_2align_realloc_excess_unused, 256, 2); Oct 13 13:13:45.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! Oct 13 13:13:45.131 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.131 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.131 INFO kablam! | ^^^^^ Oct 13 13:13:45.131 INFO kablam! ... Oct 13 13:13:45.131 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 13 13:13:45.131 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.131 INFO kablam! | Oct 13 13:13:45.131 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.131 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.132 INFO kablam! | Oct 13 13:13:45.132 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.132 INFO kablam! | Oct 13 13:13:45.132 INFO kablam! Oct 13 13:13:45.137 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.137 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.137 INFO kablam! | Oct 13 13:13:45.137 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.137 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.137 INFO kablam! ... Oct 13 13:13:45.137 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 13 13:13:45.137 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.137 INFO kablam! Oct 13 13:13:45.137 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.137 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.138 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.138 INFO kablam! ... Oct 13 13:13:45.138 INFO kablam! 1039 | rt_realloc_excess_unused!(rt_pow2_512bytes_2align_realloc_excess_unused, 512, 2); Oct 13 13:13:45.138 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! Oct 13 13:13:45.138 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.138 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.138 INFO kablam! | ^^^^^ Oct 13 13:13:45.138 INFO kablam! ... Oct 13 13:13:45.138 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 13 13:13:45.138 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! Oct 13 13:13:45.138 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.138 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.138 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.138 INFO kablam! ... Oct 13 13:13:45.138 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 13 13:13:45.138 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.138 INFO kablam! Oct 13 13:13:45.138 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.138 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.138 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.138 INFO kablam! ... Oct 13 13:13:45.138 INFO kablam! 1052 | rt_realloc_excess_unused!(rt_pow2_1024bytes_2align_realloc_excess_unused, 1024, 2); Oct 13 13:13:45.138 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.138 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.138 INFO kablam! | Oct 13 13:13:45.138 INFO kablam! Oct 13 13:13:45.142 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.142 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.142 INFO kablam! | Oct 13 13:13:45.142 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.142 INFO kablam! | ^^^^^ Oct 13 13:13:45.142 INFO kablam! ... Oct 13 13:13:45.142 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 13 13:13:45.142 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.142 INFO kablam! | Oct 13 13:13:45.142 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.146 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.146 INFO kablam! | Oct 13 13:13:45.146 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.146 INFO kablam! | Oct 13 13:13:45.146 INFO kablam! Oct 13 13:13:45.146 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.146 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.146 INFO kablam! | Oct 13 13:13:45.146 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.146 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.146 INFO kablam! ... Oct 13 13:13:45.146 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 13 13:13:45.146 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.146 INFO kablam! Oct 13 13:13:45.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.149 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.149 INFO kablam! ... Oct 13 13:13:45.149 INFO kablam! 1065 | rt_realloc_excess_unused!(rt_pow2_2048bytes_2align_realloc_excess_unused, 2048, 2); Oct 13 13:13:45.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! Oct 13 13:13:45.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.149 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.149 INFO kablam! | ^^^^^ Oct 13 13:13:45.149 INFO kablam! ... Oct 13 13:13:45.149 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 13 13:13:45.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! Oct 13 13:13:45.149 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.149 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.149 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.149 INFO kablam! ... Oct 13 13:13:45.149 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 13 13:13:45.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.149 INFO kablam! Oct 13 13:13:45.149 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.149 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.149 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.149 INFO kablam! ... Oct 13 13:13:45.149 INFO kablam! 1078 | rt_realloc_excess_unused!(rt_pow2_4096bytes_2align_realloc_excess_unused, 4096, 2); Oct 13 13:13:45.149 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.149 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! Oct 13 13:13:45.149 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.149 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.149 INFO kablam! | Oct 13 13:13:45.149 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.149 INFO kablam! | ^^^^^ Oct 13 13:13:45.149 INFO kablam! ... Oct 13 13:13:45.150 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 13 13:13:45.150 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.150 INFO kablam! | Oct 13 13:13:45.150 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.150 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.150 INFO kablam! | Oct 13 13:13:45.150 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.150 INFO kablam! | Oct 13 13:13:45.150 INFO kablam! Oct 13 13:13:45.156 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.156 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.156 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.156 INFO kablam! ... Oct 13 13:13:45.156 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 13 13:13:45.156 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.156 INFO kablam! Oct 13 13:13:45.156 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.156 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.156 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.156 INFO kablam! ... Oct 13 13:13:45.156 INFO kablam! 1091 | rt_realloc_excess_unused!(rt_pow2_8192bytes_2align_realloc_excess_unused, 8192, 2); Oct 13 13:13:45.156 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! Oct 13 13:13:45.156 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.156 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.156 INFO kablam! | ^^^^^ Oct 13 13:13:45.156 INFO kablam! ... Oct 13 13:13:45.156 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 13 13:13:45.156 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.156 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! Oct 13 13:13:45.156 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.156 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.156 INFO kablam! | Oct 13 13:13:45.156 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.156 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.156 INFO kablam! ... Oct 13 13:13:45.156 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 13 13:13:45.157 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.157 INFO kablam! Oct 13 13:13:45.157 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.157 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.157 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.157 INFO kablam! ... Oct 13 13:13:45.157 INFO kablam! 1104 | rt_realloc_excess_unused!(rt_pow2_16384bytes_2align_realloc_excess_unused, 16384, 2); Oct 13 13:13:45.157 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! Oct 13 13:13:45.157 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.157 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.157 INFO kablam! | ^^^^^ Oct 13 13:13:45.157 INFO kablam! ... Oct 13 13:13:45.157 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 13 13:13:45.157 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.157 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.157 INFO kablam! | Oct 13 13:13:45.157 INFO kablam! Oct 13 13:13:45.164 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.164 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.164 INFO kablam! | Oct 13 13:13:45.164 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.164 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.164 INFO kablam! ... Oct 13 13:13:45.164 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 13 13:13:45.164 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.164 INFO kablam! Oct 13 13:13:45.164 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.164 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.164 INFO kablam! | Oct 13 13:13:45.164 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.164 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.164 INFO kablam! ... Oct 13 13:13:45.164 INFO kablam! 1117 | rt_realloc_excess_unused!(rt_pow2_32768bytes_2align_realloc_excess_unused, 32768, 2); Oct 13 13:13:45.164 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.164 INFO kablam! | Oct 13 13:13:45.164 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.164 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.164 INFO kablam! | Oct 13 13:13:45.164 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.164 INFO kablam! | Oct 13 13:13:45.164 INFO kablam! Oct 13 13:13:45.164 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.164 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.165 INFO kablam! | ^^^^^ Oct 13 13:13:45.165 INFO kablam! ... Oct 13 13:13:45.165 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 13 13:13:45.165 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! Oct 13 13:13:45.165 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.165 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.165 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.165 INFO kablam! ... Oct 13 13:13:45.165 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 13 13:13:45.165 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.165 INFO kablam! Oct 13 13:13:45.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.165 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.165 INFO kablam! ... Oct 13 13:13:45.165 INFO kablam! 1130 | rt_realloc_excess_unused!(rt_pow2_65536bytes_2align_realloc_excess_unused, 65536, 2); Oct 13 13:13:45.165 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! Oct 13 13:13:45.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.165 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.165 INFO kablam! | ^^^^^ Oct 13 13:13:45.165 INFO kablam! ... Oct 13 13:13:45.165 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 13 13:13:45.165 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! Oct 13 13:13:45.165 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.165 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.165 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.165 INFO kablam! ... Oct 13 13:13:45.165 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 13 13:13:45.165 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.165 INFO kablam! Oct 13 13:13:45.165 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.165 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.165 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.165 INFO kablam! ... Oct 13 13:13:45.165 INFO kablam! 1143 | rt_realloc_excess_unused!(rt_pow2_131072bytes_2align_realloc_excess_unused, 131072, 2); Oct 13 13:13:45.165 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! Oct 13 13:13:45.165 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.165 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.165 INFO kablam! | ^^^^^ Oct 13 13:13:45.165 INFO kablam! ... Oct 13 13:13:45.165 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 13 13:13:45.165 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.165 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.165 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.165 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! Oct 13 13:13:45.166 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.166 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.166 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.166 INFO kablam! ... Oct 13 13:13:45.166 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 13 13:13:45.166 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.166 INFO kablam! Oct 13 13:13:45.166 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.166 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.166 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.166 INFO kablam! ... Oct 13 13:13:45.166 INFO kablam! 1156 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_2align_realloc_excess_unused, 4194304, 2); Oct 13 13:13:45.166 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! Oct 13 13:13:45.166 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.166 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.166 INFO kablam! | ^^^^^ Oct 13 13:13:45.166 INFO kablam! ... Oct 13 13:13:45.166 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 13 13:13:45.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.166 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! Oct 13 13:13:45.166 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.166 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.166 INFO kablam! | Oct 13 13:13:45.166 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.166 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.166 INFO kablam! ... Oct 13 13:13:45.166 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 13 13:13:45.166 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.166 INFO kablam! Oct 13 13:13:45.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.168 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.168 INFO kablam! | Oct 13 13:13:45.168 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.168 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.168 INFO kablam! ... Oct 13 13:13:45.168 INFO kablam! 1170 | rt_realloc_excess_unused!(rt_even_10bytes_2align_realloc_excess_unused, 10, 2); Oct 13 13:13:45.168 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.168 INFO kablam! | Oct 13 13:13:45.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.168 INFO kablam! | Oct 13 13:13:45.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.168 INFO kablam! | Oct 13 13:13:45.168 INFO kablam! Oct 13 13:13:45.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.168 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.169 INFO kablam! | ^^^^^ Oct 13 13:13:45.169 INFO kablam! ... Oct 13 13:13:45.169 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 13 13:13:45.169 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! Oct 13 13:13:45.169 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.169 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.169 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.169 INFO kablam! ... Oct 13 13:13:45.169 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 13 13:13:45.169 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.169 INFO kablam! Oct 13 13:13:45.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.169 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.169 INFO kablam! ... Oct 13 13:13:45.169 INFO kablam! 1183 | rt_realloc_excess_unused!(rt_even_100bytes_2align_realloc_excess_unused, 100, 2); Oct 13 13:13:45.169 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.169 INFO kablam! | Oct 13 13:13:45.169 INFO kablam! Oct 13 13:13:45.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.184 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.184 INFO kablam! | ^^^^^ Oct 13 13:13:45.184 INFO kablam! ... Oct 13 13:13:45.184 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 13 13:13:45.184 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! Oct 13 13:13:45.184 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.184 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.184 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.184 INFO kablam! ... Oct 13 13:13:45.184 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 13 13:13:45.184 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.184 INFO kablam! Oct 13 13:13:45.184 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.184 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.184 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.184 INFO kablam! ... Oct 13 13:13:45.184 INFO kablam! 1196 | rt_realloc_excess_unused!(rt_even_1000bytes_2align_realloc_excess_unused, 1000, 2); Oct 13 13:13:45.184 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.184 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.184 INFO kablam! | Oct 13 13:13:45.184 INFO kablam! Oct 13 13:13:45.184 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.184 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.185 INFO kablam! | ^^^^^ Oct 13 13:13:45.185 INFO kablam! ... Oct 13 13:13:45.185 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 13 13:13:45.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! Oct 13 13:13:45.185 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.185 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.185 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.185 INFO kablam! ... Oct 13 13:13:45.185 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 13 13:13:45.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.185 INFO kablam! Oct 13 13:13:45.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.185 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.185 INFO kablam! ... Oct 13 13:13:45.185 INFO kablam! 1209 | rt_realloc_excess_unused!(rt_even_10000bytes_2align_realloc_excess_unused, 10000, 2); Oct 13 13:13:45.185 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! Oct 13 13:13:45.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.185 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.185 INFO kablam! | ^^^^^ Oct 13 13:13:45.185 INFO kablam! ... Oct 13 13:13:45.185 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 13 13:13:45.185 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! Oct 13 13:13:45.185 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.185 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.185 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.185 INFO kablam! ... Oct 13 13:13:45.185 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 13 13:13:45.185 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.185 INFO kablam! Oct 13 13:13:45.185 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.185 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.185 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.185 INFO kablam! ... Oct 13 13:13:45.185 INFO kablam! 1222 | rt_realloc_excess_unused!(rt_even_100000bytes_2align_realloc_excess_unused, 100000, 2); Oct 13 13:13:45.185 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! Oct 13 13:13:45.185 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.185 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.185 INFO kablam! | ^^^^^ Oct 13 13:13:45.185 INFO kablam! ... Oct 13 13:13:45.185 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 13 13:13:45.185 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.185 INFO kablam! | Oct 13 13:13:45.185 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.185 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.186 INFO kablam! | Oct 13 13:13:45.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.186 INFO kablam! | Oct 13 13:13:45.186 INFO kablam! Oct 13 13:13:45.186 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.186 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.186 INFO kablam! | Oct 13 13:13:45.186 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.186 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.186 INFO kablam! ... Oct 13 13:13:45.186 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 13 13:13:45.186 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.186 INFO kablam! Oct 13 13:13:45.186 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.186 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.186 INFO kablam! | Oct 13 13:13:45.186 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.186 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.186 INFO kablam! ... Oct 13 13:13:45.186 INFO kablam! 1235 | rt_realloc_excess_unused!(rt_even_1000000bytes_2align_realloc_excess_unused, 1000000, 2); Oct 13 13:13:45.186 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.186 INFO kablam! | Oct 13 13:13:45.186 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.186 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.186 INFO kablam! | Oct 13 13:13:45.186 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.186 INFO kablam! | Oct 13 13:13:45.186 INFO kablam! Oct 13 13:13:45.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.192 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.192 INFO kablam! | ^^^^^ Oct 13 13:13:45.192 INFO kablam! ... Oct 13 13:13:45.192 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 13 13:13:45.192 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! Oct 13 13:13:45.192 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.192 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.192 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.192 INFO kablam! ... Oct 13 13:13:45.192 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 13 13:13:45.192 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.192 INFO kablam! Oct 13 13:13:45.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.192 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.192 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.192 INFO kablam! ... Oct 13 13:13:45.192 INFO kablam! 1249 | rt_realloc_excess_unused!(rt_odd_10bytes_2align_realloc_excess_unused, 10- 1, 2); Oct 13 13:13:45.192 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! Oct 13 13:13:45.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.192 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.192 INFO kablam! | Oct 13 13:13:45.192 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.192 INFO kablam! | ^^^^^ Oct 13 13:13:45.192 INFO kablam! ... Oct 13 13:13:45.192 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 13 13:13:45.192 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! Oct 13 13:13:45.193 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.193 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.193 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.193 INFO kablam! ... Oct 13 13:13:45.193 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 13 13:13:45.193 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.193 INFO kablam! Oct 13 13:13:45.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.193 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.193 INFO kablam! ... Oct 13 13:13:45.193 INFO kablam! 1262 | rt_realloc_excess_unused!(rt_odd_100bytes_2align_realloc_excess_unused, 100- 1, 2); Oct 13 13:13:45.193 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! Oct 13 13:13:45.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.193 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.193 INFO kablam! | ^^^^^ Oct 13 13:13:45.193 INFO kablam! ... Oct 13 13:13:45.193 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 13 13:13:45.193 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! Oct 13 13:13:45.193 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.193 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.193 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.193 INFO kablam! ... Oct 13 13:13:45.193 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 13 13:13:45.193 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.193 INFO kablam! Oct 13 13:13:45.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.193 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.193 INFO kablam! ... Oct 13 13:13:45.193 INFO kablam! 1275 | rt_realloc_excess_unused!(rt_odd_1000bytes_2align_realloc_excess_unused, 1000- 1, 2); Oct 13 13:13:45.193 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! Oct 13 13:13:45.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.193 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.193 INFO kablam! | ^^^^^ Oct 13 13:13:45.193 INFO kablam! ... Oct 13 13:13:45.193 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 13 13:13:45.193 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.193 INFO kablam! | Oct 13 13:13:45.193 INFO kablam! Oct 13 13:13:45.197 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.197 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.197 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.197 INFO kablam! ... Oct 13 13:13:45.197 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 13 13:13:45.197 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.197 INFO kablam! Oct 13 13:13:45.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.197 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.197 INFO kablam! ... Oct 13 13:13:45.197 INFO kablam! 1288 | rt_realloc_excess_unused!(rt_odd_10000bytes_2align_realloc_excess_unused, 10000- 1, 2); Oct 13 13:13:45.197 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! Oct 13 13:13:45.197 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.197 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.197 INFO kablam! | ^^^^^ Oct 13 13:13:45.197 INFO kablam! ... Oct 13 13:13:45.197 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 13 13:13:45.197 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! Oct 13 13:13:45.197 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.197 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.197 INFO kablam! | Oct 13 13:13:45.197 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.197 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.197 INFO kablam! ... Oct 13 13:13:45.197 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 13 13:13:45.197 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.198 INFO kablam! Oct 13 13:13:45.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.200 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.200 INFO kablam! | Oct 13 13:13:45.200 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.200 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.200 INFO kablam! ... Oct 13 13:13:45.200 INFO kablam! 1301 | rt_realloc_excess_unused!(rt_odd_100000bytes_2align_realloc_excess_unused, 100000- 1, 2); Oct 13 13:13:45.200 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.200 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! Oct 13 13:13:45.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.201 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.201 INFO kablam! | ^^^^^ Oct 13 13:13:45.201 INFO kablam! ... Oct 13 13:13:45.201 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 13 13:13:45.201 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! Oct 13 13:13:45.201 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.201 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.201 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.201 INFO kablam! ... Oct 13 13:13:45.201 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 13 13:13:45.201 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.201 INFO kablam! Oct 13 13:13:45.201 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.201 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.201 INFO kablam! ... Oct 13 13:13:45.201 INFO kablam! 1314 | rt_realloc_excess_unused!(rt_odd_1000000bytes_2align_realloc_excess_unused, 1000000- 1, 2); Oct 13 13:13:45.201 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.201 INFO kablam! | Oct 13 13:13:45.201 INFO kablam! Oct 13 13:13:45.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.207 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.207 INFO kablam! | Oct 13 13:13:45.207 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.207 INFO kablam! | ^^^^^ Oct 13 13:13:45.207 INFO kablam! ... Oct 13 13:13:45.207 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 13 13:13:45.207 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.207 INFO kablam! | Oct 13 13:13:45.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.207 INFO kablam! | Oct 13 13:13:45.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.207 INFO kablam! | Oct 13 13:13:45.207 INFO kablam! Oct 13 13:13:45.207 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.207 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.207 INFO kablam! | Oct 13 13:13:45.207 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.207 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.207 INFO kablam! ... Oct 13 13:13:45.207 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 13 13:13:45.207 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.207 INFO kablam! Oct 13 13:13:45.207 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.207 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.207 INFO kablam! | Oct 13 13:13:45.207 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.207 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.207 INFO kablam! ... Oct 13 13:13:45.207 INFO kablam! 1328 | rt_realloc_excess_unused!(rt_primes_3bytes_2align_realloc_excess_unused, 3, 2); Oct 13 13:13:45.207 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.208 INFO kablam! | Oct 13 13:13:45.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.208 INFO kablam! | Oct 13 13:13:45.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.208 INFO kablam! | Oct 13 13:13:45.208 INFO kablam! Oct 13 13:13:45.208 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.208 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.208 INFO kablam! | Oct 13 13:13:45.208 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.208 INFO kablam! | ^^^^^ Oct 13 13:13:45.208 INFO kablam! ... Oct 13 13:13:45.208 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 13 13:13:45.208 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.208 INFO kablam! | Oct 13 13:13:45.208 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.208 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.208 INFO kablam! | Oct 13 13:13:45.208 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.208 INFO kablam! | Oct 13 13:13:45.208 INFO kablam! Oct 13 13:13:45.208 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.208 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.209 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.209 INFO kablam! ... Oct 13 13:13:45.209 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 13 13:13:45.209 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.209 INFO kablam! Oct 13 13:13:45.209 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.209 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.209 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.209 INFO kablam! ... Oct 13 13:13:45.209 INFO kablam! 1341 | rt_realloc_excess_unused!(rt_primes_7bytes_2align_realloc_excess_unused, 7, 2); Oct 13 13:13:45.209 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! Oct 13 13:13:45.209 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.209 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.209 INFO kablam! | ^^^^^ Oct 13 13:13:45.209 INFO kablam! ... Oct 13 13:13:45.209 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 13 13:13:45.209 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.209 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! Oct 13 13:13:45.209 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.209 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.209 INFO kablam! | Oct 13 13:13:45.209 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.209 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.209 INFO kablam! ... Oct 13 13:13:45.209 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 13 13:13:45.209 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.209 INFO kablam! Oct 13 13:13:45.212 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.212 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.212 INFO kablam! | Oct 13 13:13:45.212 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.212 INFO kablam! ... Oct 13 13:13:45.212 INFO kablam! 1354 | rt_realloc_excess_unused!(rt_primes_13bytes_2align_realloc_excess_unused, 13, 2); Oct 13 13:13:45.212 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.212 INFO kablam! | Oct 13 13:13:45.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.212 INFO kablam! | Oct 13 13:13:45.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.212 INFO kablam! | Oct 13 13:13:45.212 INFO kablam! Oct 13 13:13:45.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.212 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.212 INFO kablam! | Oct 13 13:13:45.212 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.212 INFO kablam! | ^^^^^ Oct 13 13:13:45.212 INFO kablam! ... Oct 13 13:13:45.212 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 13 13:13:45.212 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.212 INFO kablam! | Oct 13 13:13:45.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.212 INFO kablam! | Oct 13 13:13:45.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.213 INFO kablam! | Oct 13 13:13:45.213 INFO kablam! Oct 13 13:13:45.213 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.213 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.213 INFO kablam! | Oct 13 13:13:45.213 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.213 INFO kablam! ... Oct 13 13:13:45.213 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 13 13:13:45.213 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.213 INFO kablam! Oct 13 13:13:45.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.213 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.213 INFO kablam! | Oct 13 13:13:45.213 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.213 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.213 INFO kablam! ... Oct 13 13:13:45.213 INFO kablam! 1367 | rt_realloc_excess_unused!(rt_primes_17bytes_2align_realloc_excess_unused, 17, 2); Oct 13 13:13:45.213 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.213 INFO kablam! | Oct 13 13:13:45.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.213 INFO kablam! | Oct 13 13:13:45.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.213 INFO kablam! | Oct 13 13:13:45.213 INFO kablam! Oct 13 13:13:45.221 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.221 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.221 INFO kablam! | Oct 13 13:13:45.221 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.221 INFO kablam! | ^^^^^ Oct 13 13:13:45.221 INFO kablam! ... Oct 13 13:13:45.221 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 13 13:13:45.221 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.221 INFO kablam! | Oct 13 13:13:45.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.221 INFO kablam! | Oct 13 13:13:45.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.221 INFO kablam! | Oct 13 13:13:45.221 INFO kablam! Oct 13 13:13:45.221 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.222 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.222 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.222 INFO kablam! ... Oct 13 13:13:45.222 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 13 13:13:45.222 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.222 INFO kablam! Oct 13 13:13:45.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.222 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.222 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.222 INFO kablam! ... Oct 13 13:13:45.222 INFO kablam! 1380 | rt_realloc_excess_unused!(rt_primes_31bytes_2align_realloc_excess_unused, 31, 2); Oct 13 13:13:45.222 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! Oct 13 13:13:45.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.222 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.222 INFO kablam! | ^^^^^ Oct 13 13:13:45.222 INFO kablam! ... Oct 13 13:13:45.222 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 13 13:13:45.222 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! Oct 13 13:13:45.222 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.222 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.222 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.222 INFO kablam! ... Oct 13 13:13:45.222 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 13 13:13:45.222 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.222 INFO kablam! Oct 13 13:13:45.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.222 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.222 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.222 INFO kablam! ... Oct 13 13:13:45.222 INFO kablam! 1393 | rt_realloc_excess_unused!(rt_primes_61bytes_2align_realloc_excess_unused, 61, 2); Oct 13 13:13:45.222 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.222 INFO kablam! | Oct 13 13:13:45.222 INFO kablam! Oct 13 13:13:45.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.230 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.230 INFO kablam! | Oct 13 13:13:45.230 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.230 INFO kablam! | ^^^^^ Oct 13 13:13:45.230 INFO kablam! ... Oct 13 13:13:45.230 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 13 13:13:45.230 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.230 INFO kablam! | Oct 13 13:13:45.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.230 INFO kablam! | Oct 13 13:13:45.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.230 INFO kablam! | Oct 13 13:13:45.230 INFO kablam! Oct 13 13:13:45.230 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.230 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.230 INFO kablam! | Oct 13 13:13:45.230 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.230 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.230 INFO kablam! ... Oct 13 13:13:45.230 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 13 13:13:45.230 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.230 INFO kablam! Oct 13 13:13:45.230 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.230 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.230 INFO kablam! | Oct 13 13:13:45.230 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.230 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.231 INFO kablam! ... Oct 13 13:13:45.231 INFO kablam! 1406 | rt_realloc_excess_unused!(rt_primes_96bytes_2align_realloc_excess_unused, 96, 2); Oct 13 13:13:45.231 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! Oct 13 13:13:45.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.231 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.231 INFO kablam! | ^^^^^ Oct 13 13:13:45.231 INFO kablam! ... Oct 13 13:13:45.231 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 13 13:13:45.231 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! Oct 13 13:13:45.231 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.231 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.231 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.231 INFO kablam! ... Oct 13 13:13:45.231 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 13 13:13:45.231 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.231 INFO kablam! Oct 13 13:13:45.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.231 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.231 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.231 INFO kablam! ... Oct 13 13:13:45.231 INFO kablam! 1419 | rt_realloc_excess_unused!(rt_primes_127bytes_2align_realloc_excess_unused, 127, 2); Oct 13 13:13:45.231 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! Oct 13 13:13:45.231 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.231 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.231 INFO kablam! | ^^^^^ Oct 13 13:13:45.231 INFO kablam! ... Oct 13 13:13:45.231 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 13 13:13:45.231 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! Oct 13 13:13:45.231 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.231 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.231 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.231 INFO kablam! ... Oct 13 13:13:45.231 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 13 13:13:45.231 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.231 INFO kablam! Oct 13 13:13:45.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.231 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.231 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.231 INFO kablam! ... Oct 13 13:13:45.231 INFO kablam! 1432 | rt_realloc_excess_unused!(rt_primes_257bytes_2align_realloc_excess_unused, 257, 2); Oct 13 13:13:45.231 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.231 INFO kablam! | Oct 13 13:13:45.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.232 INFO kablam! | Oct 13 13:13:45.232 INFO kablam! Oct 13 13:13:45.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.233 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.233 INFO kablam! | ^^^^^ Oct 13 13:13:45.233 INFO kablam! ... Oct 13 13:13:45.233 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 13 13:13:45.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! Oct 13 13:13:45.233 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.233 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.233 INFO kablam! ... Oct 13 13:13:45.233 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 13 13:13:45.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.233 INFO kablam! Oct 13 13:13:45.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.233 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.233 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.233 INFO kablam! ... Oct 13 13:13:45.233 INFO kablam! 1445 | rt_realloc_excess_unused!(rt_primes_509bytes_2align_realloc_excess_unused, 509, 2); Oct 13 13:13:45.233 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! Oct 13 13:13:45.233 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.233 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.233 INFO kablam! | ^^^^^ Oct 13 13:13:45.233 INFO kablam! ... Oct 13 13:13:45.233 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 13 13:13:45.233 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.233 INFO kablam! | Oct 13 13:13:45.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.234 INFO kablam! | Oct 13 13:13:45.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.234 INFO kablam! | Oct 13 13:13:45.234 INFO kablam! Oct 13 13:13:45.244 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.244 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.244 INFO kablam! ... Oct 13 13:13:45.244 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 13 13:13:45.244 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.244 INFO kablam! Oct 13 13:13:45.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.244 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.244 INFO kablam! ... Oct 13 13:13:45.244 INFO kablam! 1458 | rt_realloc_excess_unused!(rt_primes_1021bytes_2align_realloc_excess_unused, 1021, 2); Oct 13 13:13:45.244 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! Oct 13 13:13:45.244 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.244 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.244 INFO kablam! | ^^^^^ Oct 13 13:13:45.244 INFO kablam! ... Oct 13 13:13:45.244 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 13 13:13:45.244 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.244 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! Oct 13 13:13:45.244 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.244 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.244 INFO kablam! | Oct 13 13:13:45.244 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.244 INFO kablam! ... Oct 13 13:13:45.244 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 13 13:13:45.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.245 INFO kablam! Oct 13 13:13:45.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.245 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.245 INFO kablam! ... Oct 13 13:13:45.245 INFO kablam! 1471 | rt_realloc_excess_unused!(rt_primes_2039bytes_2align_realloc_excess_unused, 2039, 2); Oct 13 13:13:45.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! Oct 13 13:13:45.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.245 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.245 INFO kablam! | ^^^^^ Oct 13 13:13:45.245 INFO kablam! ... Oct 13 13:13:45.245 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 13 13:13:45.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! Oct 13 13:13:45.245 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.245 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.245 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.245 INFO kablam! ... Oct 13 13:13:45.245 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 13 13:13:45.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.245 INFO kablam! Oct 13 13:13:45.245 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.245 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.245 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.245 INFO kablam! ... Oct 13 13:13:45.245 INFO kablam! 1484 | rt_realloc_excess_unused!(rt_primes_4093bytes_2align_realloc_excess_unused, 4093, 2); Oct 13 13:13:45.245 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.245 INFO kablam! | Oct 13 13:13:45.245 INFO kablam! Oct 13 13:13:45.248 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.248 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.248 INFO kablam! | ^^^^^ Oct 13 13:13:45.248 INFO kablam! ... Oct 13 13:13:45.248 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 13 13:13:45.248 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! Oct 13 13:13:45.248 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.248 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.248 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.248 INFO kablam! ... Oct 13 13:13:45.248 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 13 13:13:45.248 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.248 INFO kablam! Oct 13 13:13:45.248 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.248 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.248 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.248 INFO kablam! ... Oct 13 13:13:45.248 INFO kablam! 1497 | rt_realloc_excess_unused!(rt_primes_8191bytes_2align_realloc_excess_unused, 8191, 2); Oct 13 13:13:45.248 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.248 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.248 INFO kablam! | Oct 13 13:13:45.248 INFO kablam! Oct 13 13:13:45.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.256 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.256 INFO kablam! | ^^^^^ Oct 13 13:13:45.256 INFO kablam! ... Oct 13 13:13:45.256 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 13 13:13:45.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! Oct 13 13:13:45.256 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.256 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.256 INFO kablam! ... Oct 13 13:13:45.256 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 13 13:13:45.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.256 INFO kablam! Oct 13 13:13:45.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.256 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.256 INFO kablam! ... Oct 13 13:13:45.256 INFO kablam! 1510 | rt_realloc_excess_unused!(rt_primes_16381bytes_2align_realloc_excess_unused, 16381, 2); Oct 13 13:13:45.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! Oct 13 13:13:45.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.256 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.256 INFO kablam! | ^^^^^ Oct 13 13:13:45.256 INFO kablam! ... Oct 13 13:13:45.256 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 13 13:13:45.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! Oct 13 13:13:45.256 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.256 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.256 INFO kablam! ... Oct 13 13:13:45.256 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 13 13:13:45.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.256 INFO kablam! Oct 13 13:13:45.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.256 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.256 INFO kablam! ... Oct 13 13:13:45.256 INFO kablam! 1523 | rt_realloc_excess_unused!(rt_primes_32749bytes_2align_realloc_excess_unused, 32749, 2); Oct 13 13:13:45.256 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.256 INFO kablam! | Oct 13 13:13:45.256 INFO kablam! Oct 13 13:13:45.258 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.258 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.258 INFO kablam! | Oct 13 13:13:45.258 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.258 INFO kablam! | ^^^^^ Oct 13 13:13:45.258 INFO kablam! ... Oct 13 13:13:45.258 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 13 13:13:45.258 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.258 INFO kablam! | Oct 13 13:13:45.258 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.258 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.258 INFO kablam! | Oct 13 13:13:45.258 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.258 INFO kablam! | Oct 13 13:13:45.258 INFO kablam! Oct 13 13:13:45.263 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.263 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.263 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.263 INFO kablam! ... Oct 13 13:13:45.263 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 13 13:13:45.263 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.263 INFO kablam! Oct 13 13:13:45.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.263 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.263 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.263 INFO kablam! ... Oct 13 13:13:45.263 INFO kablam! 1536 | rt_realloc_excess_unused!(rt_primes_65537bytes_2align_realloc_excess_unused, 65537, 2); Oct 13 13:13:45.263 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! Oct 13 13:13:45.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.263 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.263 INFO kablam! | ^^^^^ Oct 13 13:13:45.263 INFO kablam! ... Oct 13 13:13:45.263 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 13 13:13:45.263 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! Oct 13 13:13:45.263 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.263 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.263 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.263 INFO kablam! ... Oct 13 13:13:45.263 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 13 13:13:45.263 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.263 INFO kablam! Oct 13 13:13:45.263 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.263 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.263 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.263 INFO kablam! ... Oct 13 13:13:45.263 INFO kablam! 1549 | rt_realloc_excess_unused!(rt_primes_131071bytes_2align_realloc_excess_unused, 131071, 2); Oct 13 13:13:45.263 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.263 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.263 INFO kablam! | Oct 13 13:13:45.263 INFO kablam! Oct 13 13:13:45.263 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.264 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.264 INFO kablam! | Oct 13 13:13:45.264 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.264 INFO kablam! | ^^^^^ Oct 13 13:13:45.264 INFO kablam! ... Oct 13 13:13:45.264 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 13 13:13:45.264 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.264 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! Oct 13 13:13:45.270 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.270 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.270 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.270 INFO kablam! ... Oct 13 13:13:45.270 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 13 13:13:45.270 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.270 INFO kablam! Oct 13 13:13:45.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.270 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.270 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.270 INFO kablam! ... Oct 13 13:13:45.270 INFO kablam! 1562 | rt_realloc_excess_unused!(rt_primes_4194301bytes_2align_realloc_excess_unused, 4194301, 2); Oct 13 13:13:45.270 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! Oct 13 13:13:45.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.270 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.270 INFO kablam! | ^^^^^ Oct 13 13:13:45.270 INFO kablam! ... Oct 13 13:13:45.270 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 13 13:13:45.270 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.270 INFO kablam! | Oct 13 13:13:45.271 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.271 INFO kablam! | Oct 13 13:13:45.271 INFO kablam! Oct 13 13:13:45.271 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.271 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.271 INFO kablam! | Oct 13 13:13:45.271 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.271 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.271 INFO kablam! ... Oct 13 13:13:45.271 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 13 13:13:45.271 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.271 INFO kablam! Oct 13 13:13:45.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.273 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.273 INFO kablam! ... Oct 13 13:13:45.273 INFO kablam! 1578 | rt_realloc_excess_unused!(rt_pow2_1bytes_4align_realloc_excess_unused, 1, 4); Oct 13 13:13:45.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! Oct 13 13:13:45.273 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.273 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.273 INFO kablam! | ^^^^^ Oct 13 13:13:45.273 INFO kablam! ... Oct 13 13:13:45.273 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 13 13:13:45.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! Oct 13 13:13:45.273 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.273 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.273 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.273 INFO kablam! ... Oct 13 13:13:45.273 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 13 13:13:45.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.273 INFO kablam! Oct 13 13:13:45.273 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.273 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.273 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.273 INFO kablam! ... Oct 13 13:13:45.273 INFO kablam! 1591 | rt_realloc_excess_unused!(rt_pow2_2bytes_4align_realloc_excess_unused, 2, 4); Oct 13 13:13:45.273 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.273 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.273 INFO kablam! | Oct 13 13:13:45.273 INFO kablam! Oct 13 13:13:45.274 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.274 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.274 INFO kablam! | Oct 13 13:13:45.274 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.274 INFO kablam! | ^^^^^ Oct 13 13:13:45.274 INFO kablam! ... Oct 13 13:13:45.274 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 13 13:13:45.274 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.274 INFO kablam! | Oct 13 13:13:45.274 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.274 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.274 INFO kablam! | Oct 13 13:13:45.274 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.274 INFO kablam! | Oct 13 13:13:45.274 INFO kablam! Oct 13 13:13:45.274 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.274 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.274 INFO kablam! | Oct 13 13:13:45.274 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.274 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.274 INFO kablam! ... Oct 13 13:13:45.274 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 13 13:13:45.274 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.274 INFO kablam! Oct 13 13:13:45.275 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.275 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.275 INFO kablam! | Oct 13 13:13:45.275 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.275 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.275 INFO kablam! ... Oct 13 13:13:45.275 INFO kablam! 1604 | rt_realloc_excess_unused!(rt_pow2_4bytes_4align_realloc_excess_unused, 4, 4); Oct 13 13:13:45.275 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.275 INFO kablam! | Oct 13 13:13:45.275 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.275 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.275 INFO kablam! | Oct 13 13:13:45.275 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.275 INFO kablam! | Oct 13 13:13:45.275 INFO kablam! Oct 13 13:13:45.276 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.276 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.276 INFO kablam! | Oct 13 13:13:45.276 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.276 INFO kablam! | ^^^^^ Oct 13 13:13:45.276 INFO kablam! ... Oct 13 13:13:45.276 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 13 13:13:45.276 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.276 INFO kablam! | Oct 13 13:13:45.276 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.276 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.276 INFO kablam! | Oct 13 13:13:45.276 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.276 INFO kablam! | Oct 13 13:13:45.276 INFO kablam! Oct 13 13:13:45.277 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.277 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.277 INFO kablam! | Oct 13 13:13:45.277 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.277 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.277 INFO kablam! ... Oct 13 13:13:45.277 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 13 13:13:45.277 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.277 INFO kablam! Oct 13 13:13:45.278 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.278 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.278 INFO kablam! | Oct 13 13:13:45.278 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.278 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.278 INFO kablam! ... Oct 13 13:13:45.278 INFO kablam! 1617 | rt_realloc_excess_unused!(rt_pow2_8bytes_4align_realloc_excess_unused, 8, 4); Oct 13 13:13:45.278 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.278 INFO kablam! | Oct 13 13:13:45.278 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.278 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.278 INFO kablam! | Oct 13 13:13:45.278 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.278 INFO kablam! | Oct 13 13:13:45.278 INFO kablam! Oct 13 13:13:45.279 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.279 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.279 INFO kablam! | Oct 13 13:13:45.279 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.279 INFO kablam! | ^^^^^ Oct 13 13:13:45.279 INFO kablam! ... Oct 13 13:13:45.279 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 13 13:13:45.279 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.279 INFO kablam! | Oct 13 13:13:45.279 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.279 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.279 INFO kablam! | Oct 13 13:13:45.279 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.279 INFO kablam! | Oct 13 13:13:45.279 INFO kablam! Oct 13 13:13:45.285 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.285 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.285 INFO kablam! ... Oct 13 13:13:45.285 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 13 13:13:45.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.285 INFO kablam! Oct 13 13:13:45.285 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.285 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.285 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.285 INFO kablam! ... Oct 13 13:13:45.285 INFO kablam! 1630 | rt_realloc_excess_unused!(rt_pow2_16bytes_4align_realloc_excess_unused, 16, 4); Oct 13 13:13:45.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! Oct 13 13:13:45.285 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.285 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.285 INFO kablam! | ^^^^^ Oct 13 13:13:45.285 INFO kablam! ... Oct 13 13:13:45.285 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 13 13:13:45.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.285 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! Oct 13 13:13:45.285 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.285 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.285 INFO kablam! | Oct 13 13:13:45.285 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.285 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.285 INFO kablam! ... Oct 13 13:13:45.285 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 13 13:13:45.285 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.285 INFO kablam! Oct 13 13:13:45.295 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.295 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.295 INFO kablam! | Oct 13 13:13:45.295 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.295 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.295 INFO kablam! ... Oct 13 13:13:45.295 INFO kablam! 1643 | rt_realloc_excess_unused!(rt_pow2_32bytes_4align_realloc_excess_unused, 32, 4); Oct 13 13:13:45.295 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.295 INFO kablam! | Oct 13 13:13:45.295 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.295 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.295 INFO kablam! | Oct 13 13:13:45.295 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.295 INFO kablam! | Oct 13 13:13:45.295 INFO kablam! Oct 13 13:13:45.295 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.295 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.295 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.296 INFO kablam! | ^^^^^ Oct 13 13:13:45.296 INFO kablam! ... Oct 13 13:13:45.296 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 13 13:13:45.296 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! Oct 13 13:13:45.296 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.296 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.296 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.296 INFO kablam! ... Oct 13 13:13:45.296 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 13 13:13:45.296 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.296 INFO kablam! Oct 13 13:13:45.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.296 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.296 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.296 INFO kablam! ... Oct 13 13:13:45.296 INFO kablam! 1656 | rt_realloc_excess_unused!(rt_pow2_64bytes_4align_realloc_excess_unused, 64, 4); Oct 13 13:13:45.296 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! Oct 13 13:13:45.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.296 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.296 INFO kablam! | ^^^^^ Oct 13 13:13:45.296 INFO kablam! ... Oct 13 13:13:45.296 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 13 13:13:45.296 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! Oct 13 13:13:45.296 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.296 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.296 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.296 INFO kablam! ... Oct 13 13:13:45.296 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 13 13:13:45.296 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.296 INFO kablam! Oct 13 13:13:45.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.296 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.296 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.296 INFO kablam! ... Oct 13 13:13:45.296 INFO kablam! 1669 | rt_realloc_excess_unused!(rt_pow2_128bytes_4align_realloc_excess_unused, 128, 4); Oct 13 13:13:45.296 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! Oct 13 13:13:45.296 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.296 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.296 INFO kablam! | ^^^^^ Oct 13 13:13:45.296 INFO kablam! ... Oct 13 13:13:45.296 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 13 13:13:45.296 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.296 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! Oct 13 13:13:45.297 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.297 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.297 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.297 INFO kablam! ... Oct 13 13:13:45.297 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 13 13:13:45.297 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.297 INFO kablam! Oct 13 13:13:45.297 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.297 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.297 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.297 INFO kablam! ... Oct 13 13:13:45.297 INFO kablam! 1682 | rt_realloc_excess_unused!(rt_pow2_256bytes_4align_realloc_excess_unused, 256, 4); Oct 13 13:13:45.297 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! Oct 13 13:13:45.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.297 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.297 INFO kablam! | ^^^^^ Oct 13 13:13:45.297 INFO kablam! ... Oct 13 13:13:45.297 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 13 13:13:45.297 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! Oct 13 13:13:45.297 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.297 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.297 INFO kablam! | Oct 13 13:13:45.297 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.297 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.297 INFO kablam! ... Oct 13 13:13:45.297 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 13 13:13:45.297 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.300 INFO kablam! Oct 13 13:13:45.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.305 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.305 INFO kablam! ... Oct 13 13:13:45.305 INFO kablam! 1695 | rt_realloc_excess_unused!(rt_pow2_512bytes_4align_realloc_excess_unused, 512, 4); Oct 13 13:13:45.305 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! Oct 13 13:13:45.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.305 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.305 INFO kablam! | ^^^^^ Oct 13 13:13:45.305 INFO kablam! ... Oct 13 13:13:45.305 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 13 13:13:45.305 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! Oct 13 13:13:45.305 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.305 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.305 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.305 INFO kablam! ... Oct 13 13:13:45.305 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 13 13:13:45.305 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.305 INFO kablam! Oct 13 13:13:45.305 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.305 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.305 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.305 INFO kablam! ... Oct 13 13:13:45.305 INFO kablam! 1708 | rt_realloc_excess_unused!(rt_pow2_1024bytes_4align_realloc_excess_unused, 1024, 4); Oct 13 13:13:45.305 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! Oct 13 13:13:45.305 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.305 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.305 INFO kablam! | ^^^^^ Oct 13 13:13:45.305 INFO kablam! ... Oct 13 13:13:45.305 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 13 13:13:45.305 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.305 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! Oct 13 13:13:45.305 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.305 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.305 INFO kablam! | Oct 13 13:13:45.305 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.305 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.305 INFO kablam! ... Oct 13 13:13:45.305 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 13 13:13:45.305 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.306 INFO kablam! Oct 13 13:13:45.306 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.306 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.306 INFO kablam! | Oct 13 13:13:45.306 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.306 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.306 INFO kablam! ... Oct 13 13:13:45.306 INFO kablam! 1721 | rt_realloc_excess_unused!(rt_pow2_2048bytes_4align_realloc_excess_unused, 2048, 4); Oct 13 13:13:45.306 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.306 INFO kablam! | Oct 13 13:13:45.306 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.306 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.306 INFO kablam! | Oct 13 13:13:45.306 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.306 INFO kablam! | Oct 13 13:13:45.306 INFO kablam! Oct 13 13:13:45.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.309 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.309 INFO kablam! | ^^^^^ Oct 13 13:13:45.309 INFO kablam! ... Oct 13 13:13:45.309 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 13 13:13:45.309 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! Oct 13 13:13:45.309 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.309 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.309 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.309 INFO kablam! ... Oct 13 13:13:45.309 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 13 13:13:45.309 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.309 INFO kablam! Oct 13 13:13:45.309 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.309 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.309 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.309 INFO kablam! ... Oct 13 13:13:45.309 INFO kablam! 1734 | rt_realloc_excess_unused!(rt_pow2_4096bytes_4align_realloc_excess_unused, 4096, 4); Oct 13 13:13:45.309 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.309 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.309 INFO kablam! | Oct 13 13:13:45.309 INFO kablam! Oct 13 13:13:45.315 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.315 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.315 INFO kablam! | Oct 13 13:13:45.315 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.315 INFO kablam! | ^^^^^ Oct 13 13:13:45.315 INFO kablam! ... Oct 13 13:13:45.315 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 13 13:13:45.315 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.315 INFO kablam! | Oct 13 13:13:45.315 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.315 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.315 INFO kablam! | Oct 13 13:13:45.315 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.315 INFO kablam! | Oct 13 13:13:45.315 INFO kablam! Oct 13 13:13:45.315 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.315 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.315 INFO kablam! | Oct 13 13:13:45.316 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.316 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.316 INFO kablam! ... Oct 13 13:13:45.316 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 13 13:13:45.316 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.316 INFO kablam! Oct 13 13:13:45.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.316 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.316 INFO kablam! | Oct 13 13:13:45.316 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.316 INFO kablam! ... Oct 13 13:13:45.316 INFO kablam! 1747 | rt_realloc_excess_unused!(rt_pow2_8192bytes_4align_realloc_excess_unused, 8192, 4); Oct 13 13:13:45.316 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.316 INFO kablam! | Oct 13 13:13:45.316 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.316 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.316 INFO kablam! | Oct 13 13:13:45.316 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.316 INFO kablam! | Oct 13 13:13:45.316 INFO kablam! Oct 13 13:13:45.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.321 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.321 INFO kablam! | ^^^^^ Oct 13 13:13:45.321 INFO kablam! ... Oct 13 13:13:45.321 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 13 13:13:45.321 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! Oct 13 13:13:45.321 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.321 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.321 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.321 INFO kablam! ... Oct 13 13:13:45.321 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 13 13:13:45.321 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.321 INFO kablam! Oct 13 13:13:45.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.321 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.321 INFO kablam! ... Oct 13 13:13:45.321 INFO kablam! 1760 | rt_realloc_excess_unused!(rt_pow2_16384bytes_4align_realloc_excess_unused, 16384, 4); Oct 13 13:13:45.321 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.321 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! Oct 13 13:13:45.322 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.322 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.322 INFO kablam! | ^^^^^ Oct 13 13:13:45.322 INFO kablam! ... Oct 13 13:13:45.322 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 13 13:13:45.322 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! Oct 13 13:13:45.322 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.322 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.322 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.322 INFO kablam! ... Oct 13 13:13:45.322 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 13 13:13:45.322 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.322 INFO kablam! Oct 13 13:13:45.322 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.322 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.322 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.322 INFO kablam! ... Oct 13 13:13:45.322 INFO kablam! 1773 | rt_realloc_excess_unused!(rt_pow2_32768bytes_4align_realloc_excess_unused, 32768, 4); Oct 13 13:13:45.322 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.322 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.322 INFO kablam! | Oct 13 13:13:45.322 INFO kablam! Oct 13 13:13:45.328 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.328 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.328 INFO kablam! | Oct 13 13:13:45.328 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.328 INFO kablam! | ^^^^^ Oct 13 13:13:45.328 INFO kablam! ... Oct 13 13:13:45.328 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 13 13:13:45.328 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.328 INFO kablam! | Oct 13 13:13:45.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.328 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.328 INFO kablam! | Oct 13 13:13:45.328 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.328 INFO kablam! | Oct 13 13:13:45.328 INFO kablam! Oct 13 13:13:45.328 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.328 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.328 INFO kablam! | Oct 13 13:13:45.328 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.328 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.328 INFO kablam! ... Oct 13 13:13:45.328 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 13 13:13:45.328 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.328 INFO kablam! Oct 13 13:13:45.328 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.328 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.328 INFO kablam! | Oct 13 13:13:45.328 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.328 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.328 INFO kablam! ... Oct 13 13:13:45.328 INFO kablam! 1786 | rt_realloc_excess_unused!(rt_pow2_65536bytes_4align_realloc_excess_unused, 65536, 4); Oct 13 13:13:45.328 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.328 INFO kablam! | Oct 13 13:13:45.328 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! Oct 13 13:13:45.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.329 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.329 INFO kablam! | ^^^^^ Oct 13 13:13:45.329 INFO kablam! ... Oct 13 13:13:45.329 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 13 13:13:45.329 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! Oct 13 13:13:45.329 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.329 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.329 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.329 INFO kablam! ... Oct 13 13:13:45.329 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 13 13:13:45.329 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.329 INFO kablam! Oct 13 13:13:45.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.329 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.329 INFO kablam! ... Oct 13 13:13:45.329 INFO kablam! 1799 | rt_realloc_excess_unused!(rt_pow2_131072bytes_4align_realloc_excess_unused, 131072, 4); Oct 13 13:13:45.329 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.329 INFO kablam! | Oct 13 13:13:45.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.333 INFO kablam! | Oct 13 13:13:45.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.333 INFO kablam! | Oct 13 13:13:45.333 INFO kablam! Oct 13 13:13:45.333 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.333 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.333 INFO kablam! | Oct 13 13:13:45.333 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.333 INFO kablam! | ^^^^^ Oct 13 13:13:45.333 INFO kablam! ... Oct 13 13:13:45.333 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 13 13:13:45.333 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.333 INFO kablam! | Oct 13 13:13:45.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.333 INFO kablam! | Oct 13 13:13:45.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.333 INFO kablam! | Oct 13 13:13:45.333 INFO kablam! Oct 13 13:13:45.333 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.333 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.333 INFO kablam! | Oct 13 13:13:45.333 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.333 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.333 INFO kablam! ... Oct 13 13:13:45.333 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 13 13:13:45.333 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.333 INFO kablam! Oct 13 13:13:45.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.338 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.338 INFO kablam! | Oct 13 13:13:45.338 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.338 INFO kablam! ... Oct 13 13:13:45.338 INFO kablam! 1812 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_4align_realloc_excess_unused, 4194304, 4); Oct 13 13:13:45.338 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.338 INFO kablam! | Oct 13 13:13:45.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.338 INFO kablam! | Oct 13 13:13:45.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.338 INFO kablam! | Oct 13 13:13:45.338 INFO kablam! Oct 13 13:13:45.338 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.338 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.338 INFO kablam! | Oct 13 13:13:45.338 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.338 INFO kablam! | ^^^^^ Oct 13 13:13:45.338 INFO kablam! ... Oct 13 13:13:45.338 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 13 13:13:45.338 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.338 INFO kablam! | Oct 13 13:13:45.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.338 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! Oct 13 13:13:45.339 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.339 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.339 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.339 INFO kablam! ... Oct 13 13:13:45.339 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 13 13:13:45.339 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.339 INFO kablam! Oct 13 13:13:45.339 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.339 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.339 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.339 INFO kablam! ... Oct 13 13:13:45.339 INFO kablam! 1826 | rt_realloc_excess_unused!(rt_even_10bytes_4align_realloc_excess_unused, 10, 4); Oct 13 13:13:45.339 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! Oct 13 13:13:45.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.339 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.339 INFO kablam! | ^^^^^ Oct 13 13:13:45.339 INFO kablam! ... Oct 13 13:13:45.339 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 13 13:13:45.339 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.339 INFO kablam! | Oct 13 13:13:45.339 INFO kablam! Oct 13 13:13:45.345 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.345 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.345 INFO kablam! | Oct 13 13:13:45.345 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.345 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.345 INFO kablam! ... Oct 13 13:13:45.345 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 13 13:13:45.345 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.345 INFO kablam! Oct 13 13:13:45.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.345 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.345 INFO kablam! | Oct 13 13:13:45.345 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.345 INFO kablam! ... Oct 13 13:13:45.345 INFO kablam! 1839 | rt_realloc_excess_unused!(rt_even_100bytes_4align_realloc_excess_unused, 100, 4); Oct 13 13:13:45.345 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.345 INFO kablam! | Oct 13 13:13:45.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.345 INFO kablam! | Oct 13 13:13:45.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.345 INFO kablam! | Oct 13 13:13:45.345 INFO kablam! Oct 13 13:13:45.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.346 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.346 INFO kablam! | ^^^^^ Oct 13 13:13:45.346 INFO kablam! ... Oct 13 13:13:45.346 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 13 13:13:45.346 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! Oct 13 13:13:45.346 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.346 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.346 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.346 INFO kablam! ... Oct 13 13:13:45.346 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 13 13:13:45.346 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.346 INFO kablam! Oct 13 13:13:45.346 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.346 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.346 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.346 INFO kablam! ... Oct 13 13:13:45.346 INFO kablam! 1852 | rt_realloc_excess_unused!(rt_even_1000bytes_4align_realloc_excess_unused, 1000, 4); Oct 13 13:13:45.346 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! Oct 13 13:13:45.346 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.346 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.346 INFO kablam! | ^^^^^ Oct 13 13:13:45.346 INFO kablam! ... Oct 13 13:13:45.346 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 13 13:13:45.346 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! Oct 13 13:13:45.346 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.346 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.346 INFO kablam! | Oct 13 13:13:45.346 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.346 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.346 INFO kablam! ... Oct 13 13:13:45.346 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 13 13:13:45.346 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.346 INFO kablam! Oct 13 13:13:45.356 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.356 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.356 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.356 INFO kablam! ... Oct 13 13:13:45.356 INFO kablam! 1865 | rt_realloc_excess_unused!(rt_even_10000bytes_4align_realloc_excess_unused, 10000, 4); Oct 13 13:13:45.356 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! Oct 13 13:13:45.356 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.356 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.356 INFO kablam! | ^^^^^ Oct 13 13:13:45.356 INFO kablam! ... Oct 13 13:13:45.356 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 13 13:13:45.356 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.356 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.356 INFO kablam! | Oct 13 13:13:45.356 INFO kablam! Oct 13 13:13:45.356 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.357 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.357 INFO kablam! ... Oct 13 13:13:45.357 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 13 13:13:45.357 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.357 INFO kablam! Oct 13 13:13:45.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.357 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.357 INFO kablam! ... Oct 13 13:13:45.357 INFO kablam! 1878 | rt_realloc_excess_unused!(rt_even_100000bytes_4align_realloc_excess_unused, 100000, 4); Oct 13 13:13:45.357 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! Oct 13 13:13:45.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.357 INFO kablam! | ^^^^^ Oct 13 13:13:45.357 INFO kablam! ... Oct 13 13:13:45.357 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 13 13:13:45.357 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! Oct 13 13:13:45.357 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.357 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.357 INFO kablam! ... Oct 13 13:13:45.357 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 13 13:13:45.357 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.357 INFO kablam! Oct 13 13:13:45.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.357 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.357 INFO kablam! ... Oct 13 13:13:45.357 INFO kablam! 1891 | rt_realloc_excess_unused!(rt_even_1000000bytes_4align_realloc_excess_unused, 1000000, 4); Oct 13 13:13:45.357 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! Oct 13 13:13:45.357 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.357 INFO kablam! | ^^^^^ Oct 13 13:13:45.357 INFO kablam! ... Oct 13 13:13:45.357 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 13 13:13:45.357 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.357 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! Oct 13 13:13:45.357 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.357 INFO kablam! | Oct 13 13:13:45.357 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.357 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.357 INFO kablam! ... Oct 13 13:13:45.357 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 13 13:13:45.357 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.357 INFO kablam! Oct 13 13:13:45.357 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.357 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.358 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.358 INFO kablam! ... Oct 13 13:13:45.358 INFO kablam! 1905 | rt_realloc_excess_unused!(rt_odd_10bytes_4align_realloc_excess_unused, 10- 1, 4); Oct 13 13:13:45.358 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! Oct 13 13:13:45.358 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.358 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.358 INFO kablam! | ^^^^^ Oct 13 13:13:45.358 INFO kablam! ... Oct 13 13:13:45.358 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 13 13:13:45.358 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.358 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! Oct 13 13:13:45.358 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.358 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.358 INFO kablam! | Oct 13 13:13:45.358 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.358 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.358 INFO kablam! ... Oct 13 13:13:45.358 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 13 13:13:45.358 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.358 INFO kablam! Oct 13 13:13:45.363 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.363 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.363 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.363 INFO kablam! ... Oct 13 13:13:45.363 INFO kablam! 1918 | rt_realloc_excess_unused!(rt_odd_100bytes_4align_realloc_excess_unused, 100- 1, 4); Oct 13 13:13:45.363 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! Oct 13 13:13:45.363 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.363 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.363 INFO kablam! | ^^^^^ Oct 13 13:13:45.363 INFO kablam! ... Oct 13 13:13:45.363 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 13 13:13:45.363 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.363 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! Oct 13 13:13:45.363 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.363 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.363 INFO kablam! | Oct 13 13:13:45.363 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.364 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.364 INFO kablam! ... Oct 13 13:13:45.364 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 13 13:13:45.364 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.364 INFO kablam! Oct 13 13:13:45.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.368 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.368 INFO kablam! ... Oct 13 13:13:45.368 INFO kablam! 1931 | rt_realloc_excess_unused!(rt_odd_1000bytes_4align_realloc_excess_unused, 1000- 1, 4); Oct 13 13:13:45.368 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! Oct 13 13:13:45.368 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.368 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.368 INFO kablam! | ^^^^^ Oct 13 13:13:45.368 INFO kablam! ... Oct 13 13:13:45.368 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 13 13:13:45.368 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.368 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! Oct 13 13:13:45.368 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.368 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.368 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.368 INFO kablam! ... Oct 13 13:13:45.368 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 13 13:13:45.368 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.368 INFO kablam! Oct 13 13:13:45.368 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.368 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.368 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.368 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.368 INFO kablam! ... Oct 13 13:13:45.368 INFO kablam! 1944 | rt_realloc_excess_unused!(rt_odd_10000bytes_4align_realloc_excess_unused, 10000- 1, 4); Oct 13 13:13:45.368 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.368 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! Oct 13 13:13:45.369 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.369 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.369 INFO kablam! | ^^^^^ Oct 13 13:13:45.369 INFO kablam! ... Oct 13 13:13:45.369 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 13 13:13:45.369 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! Oct 13 13:13:45.369 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.369 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.369 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.369 INFO kablam! ... Oct 13 13:13:45.369 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 13 13:13:45.369 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.369 INFO kablam! Oct 13 13:13:45.369 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.369 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.369 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.369 INFO kablam! ... Oct 13 13:13:45.369 INFO kablam! 1957 | rt_realloc_excess_unused!(rt_odd_100000bytes_4align_realloc_excess_unused, 100000- 1, 4); Oct 13 13:13:45.369 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.369 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.369 INFO kablam! | Oct 13 13:13:45.369 INFO kablam! Oct 13 13:13:45.372 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.372 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.372 INFO kablam! | Oct 13 13:13:45.372 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.372 INFO kablam! | ^^^^^ Oct 13 13:13:45.372 INFO kablam! ... Oct 13 13:13:45.372 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:45.372 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.372 INFO kablam! | Oct 13 13:13:45.372 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.372 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.372 INFO kablam! | Oct 13 13:13:45.372 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.372 INFO kablam! | Oct 13 13:13:45.372 INFO kablam! Oct 13 13:13:45.372 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.372 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.372 INFO kablam! | Oct 13 13:13:45.372 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.372 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.372 INFO kablam! ... Oct 13 13:13:45.372 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:45.372 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.373 INFO kablam! Oct 13 13:13:45.373 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.373 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.373 INFO kablam! | Oct 13 13:13:45.373 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.373 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.373 INFO kablam! ... Oct 13 13:13:45.373 INFO kablam! 1970 | rt_realloc_excess_unused!(rt_odd_1000000bytes_4align_realloc_excess_unused, 1000000- 1, 4); Oct 13 13:13:45.373 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.373 INFO kablam! | Oct 13 13:13:45.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.373 INFO kablam! | Oct 13 13:13:45.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.373 INFO kablam! | Oct 13 13:13:45.373 INFO kablam! Oct 13 13:13:45.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.378 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.378 INFO kablam! | ^^^^^ Oct 13 13:13:45.378 INFO kablam! ... Oct 13 13:13:45.378 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 13 13:13:45.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! Oct 13 13:13:45.378 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.378 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.378 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.378 INFO kablam! ... Oct 13 13:13:45.378 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 13 13:13:45.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.378 INFO kablam! Oct 13 13:13:45.378 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.378 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.378 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.378 INFO kablam! ... Oct 13 13:13:45.378 INFO kablam! 1984 | rt_realloc_excess_unused!(rt_primes_3bytes_4align_realloc_excess_unused, 3, 4); Oct 13 13:13:45.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! Oct 13 13:13:45.378 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.378 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.378 INFO kablam! | ^^^^^ Oct 13 13:13:45.378 INFO kablam! ... Oct 13 13:13:45.378 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 13 13:13:45.378 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.378 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.378 INFO kablam! | Oct 13 13:13:45.378 INFO kablam! Oct 13 13:13:45.386 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.386 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.386 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.386 INFO kablam! ... Oct 13 13:13:45.386 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 13 13:13:45.386 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.386 INFO kablam! Oct 13 13:13:45.386 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.386 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.386 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.386 INFO kablam! ... Oct 13 13:13:45.386 INFO kablam! 1997 | rt_realloc_excess_unused!(rt_primes_7bytes_4align_realloc_excess_unused, 7, 4); Oct 13 13:13:45.386 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! Oct 13 13:13:45.386 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.386 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.386 INFO kablam! | ^^^^^ Oct 13 13:13:45.386 INFO kablam! ... Oct 13 13:13:45.386 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 13 13:13:45.386 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.386 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.386 INFO kablam! | Oct 13 13:13:45.386 INFO kablam! Oct 13 13:13:45.388 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.388 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.388 INFO kablam! | Oct 13 13:13:45.388 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.388 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.388 INFO kablam! ... Oct 13 13:13:45.388 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 13 13:13:45.388 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.388 INFO kablam! Oct 13 13:13:45.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.389 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.389 INFO kablam! ... Oct 13 13:13:45.389 INFO kablam! 2010 | rt_realloc_excess_unused!(rt_primes_13bytes_4align_realloc_excess_unused, 13, 4); Oct 13 13:13:45.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! Oct 13 13:13:45.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.389 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.389 INFO kablam! | ^^^^^ Oct 13 13:13:45.389 INFO kablam! ... Oct 13 13:13:45.389 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 13 13:13:45.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! Oct 13 13:13:45.389 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.389 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.389 INFO kablam! | Oct 13 13:13:45.389 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.389 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.389 INFO kablam! ... Oct 13 13:13:45.389 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 13 13:13:45.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.389 INFO kablam! Oct 13 13:13:45.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.400 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.400 INFO kablam! ... Oct 13 13:13:45.400 INFO kablam! 2023 | rt_realloc_excess_unused!(rt_primes_17bytes_4align_realloc_excess_unused, 17, 4); Oct 13 13:13:45.400 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! Oct 13 13:13:45.400 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.400 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.400 INFO kablam! | ^^^^^ Oct 13 13:13:45.400 INFO kablam! ... Oct 13 13:13:45.400 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 13 13:13:45.400 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! Oct 13 13:13:45.400 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.400 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.400 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.400 INFO kablam! ... Oct 13 13:13:45.400 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 13 13:13:45.400 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.400 INFO kablam! Oct 13 13:13:45.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.400 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.400 INFO kablam! ... Oct 13 13:13:45.400 INFO kablam! 2036 | rt_realloc_excess_unused!(rt_primes_31bytes_4align_realloc_excess_unused, 31, 4); Oct 13 13:13:45.400 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.400 INFO kablam! | Oct 13 13:13:45.400 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.400 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! Oct 13 13:13:45.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.401 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.401 INFO kablam! | ^^^^^ Oct 13 13:13:45.401 INFO kablam! ... Oct 13 13:13:45.401 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 13 13:13:45.401 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! Oct 13 13:13:45.401 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.401 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.401 INFO kablam! ... Oct 13 13:13:45.401 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 13 13:13:45.401 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.401 INFO kablam! Oct 13 13:13:45.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.401 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.401 INFO kablam! ... Oct 13 13:13:45.401 INFO kablam! 2049 | rt_realloc_excess_unused!(rt_primes_61bytes_4align_realloc_excess_unused, 61, 4); Oct 13 13:13:45.401 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! Oct 13 13:13:45.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.401 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.401 INFO kablam! | ^^^^^ Oct 13 13:13:45.401 INFO kablam! ... Oct 13 13:13:45.401 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 13 13:13:45.401 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! Oct 13 13:13:45.401 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.401 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.401 INFO kablam! ... Oct 13 13:13:45.401 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 13 13:13:45.401 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.401 INFO kablam! Oct 13 13:13:45.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.401 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.401 INFO kablam! ... Oct 13 13:13:45.401 INFO kablam! 2062 | rt_realloc_excess_unused!(rt_primes_96bytes_4align_realloc_excess_unused, 96, 4); Oct 13 13:13:45.401 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! Oct 13 13:13:45.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.401 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.401 INFO kablam! | ^^^^^ Oct 13 13:13:45.401 INFO kablam! ... Oct 13 13:13:45.401 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 13 13:13:45.401 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.401 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! Oct 13 13:13:45.402 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.402 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.402 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.402 INFO kablam! ... Oct 13 13:13:45.402 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 13 13:13:45.402 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.402 INFO kablam! Oct 13 13:13:45.402 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.402 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.402 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.402 INFO kablam! ... Oct 13 13:13:45.402 INFO kablam! 2075 | rt_realloc_excess_unused!(rt_primes_127bytes_4align_realloc_excess_unused, 127, 4); Oct 13 13:13:45.402 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! Oct 13 13:13:45.402 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.402 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.402 INFO kablam! | ^^^^^ Oct 13 13:13:45.402 INFO kablam! ... Oct 13 13:13:45.402 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 13 13:13:45.402 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.402 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! Oct 13 13:13:45.402 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.402 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.402 INFO kablam! | Oct 13 13:13:45.402 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.402 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.402 INFO kablam! ... Oct 13 13:13:45.402 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 13 13:13:45.402 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.402 INFO kablam! Oct 13 13:13:45.409 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.409 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.409 INFO kablam! | Oct 13 13:13:45.409 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.409 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.409 INFO kablam! ... Oct 13 13:13:45.409 INFO kablam! 2088 | rt_realloc_excess_unused!(rt_primes_257bytes_4align_realloc_excess_unused, 257, 4); Oct 13 13:13:45.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.409 INFO kablam! | Oct 13 13:13:45.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.409 INFO kablam! | Oct 13 13:13:45.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.409 INFO kablam! | Oct 13 13:13:45.409 INFO kablam! Oct 13 13:13:45.409 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.409 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.409 INFO kablam! | Oct 13 13:13:45.409 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.409 INFO kablam! | ^^^^^ Oct 13 13:13:45.409 INFO kablam! ... Oct 13 13:13:45.409 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 13 13:13:45.410 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! Oct 13 13:13:45.410 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.410 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.410 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.410 INFO kablam! ... Oct 13 13:13:45.410 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 13 13:13:45.410 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.410 INFO kablam! Oct 13 13:13:45.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.410 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.410 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.410 INFO kablam! ... Oct 13 13:13:45.410 INFO kablam! 2101 | rt_realloc_excess_unused!(rt_primes_509bytes_4align_realloc_excess_unused, 509, 4); Oct 13 13:13:45.410 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! Oct 13 13:13:45.410 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.410 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.410 INFO kablam! | ^^^^^ Oct 13 13:13:45.410 INFO kablam! ... Oct 13 13:13:45.410 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 13 13:13:45.410 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! Oct 13 13:13:45.410 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.410 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.410 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.410 INFO kablam! ... Oct 13 13:13:45.410 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 13 13:13:45.410 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.410 INFO kablam! Oct 13 13:13:45.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.410 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.410 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.410 INFO kablam! ... Oct 13 13:13:45.410 INFO kablam! 2114 | rt_realloc_excess_unused!(rt_primes_1021bytes_4align_realloc_excess_unused, 1021, 4); Oct 13 13:13:45.410 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.410 INFO kablam! | Oct 13 13:13:45.410 INFO kablam! Oct 13 13:13:45.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.417 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.417 INFO kablam! | ^^^^^ Oct 13 13:13:45.417 INFO kablam! ... Oct 13 13:13:45.417 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 13 13:13:45.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! Oct 13 13:13:45.417 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.417 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.417 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.417 INFO kablam! ... Oct 13 13:13:45.417 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 13 13:13:45.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.417 INFO kablam! Oct 13 13:13:45.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.417 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.417 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.417 INFO kablam! ... Oct 13 13:13:45.417 INFO kablam! 2127 | rt_realloc_excess_unused!(rt_primes_2039bytes_4align_realloc_excess_unused, 2039, 4); Oct 13 13:13:45.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! Oct 13 13:13:45.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.417 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.417 INFO kablam! | ^^^^^ Oct 13 13:13:45.417 INFO kablam! ... Oct 13 13:13:45.417 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 13 13:13:45.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! Oct 13 13:13:45.417 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.417 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.417 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.417 INFO kablam! ... Oct 13 13:13:45.417 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 13 13:13:45.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.417 INFO kablam! Oct 13 13:13:45.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.417 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.417 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.417 INFO kablam! ... Oct 13 13:13:45.417 INFO kablam! 2140 | rt_realloc_excess_unused!(rt_primes_4093bytes_4align_realloc_excess_unused, 4093, 4); Oct 13 13:13:45.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! Oct 13 13:13:45.417 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.417 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.417 INFO kablam! | Oct 13 13:13:45.417 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.417 INFO kablam! | ^^^^^ Oct 13 13:13:45.417 INFO kablam! ... Oct 13 13:13:45.417 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 13 13:13:45.417 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.418 INFO kablam! | Oct 13 13:13:45.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.418 INFO kablam! | Oct 13 13:13:45.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.418 INFO kablam! | Oct 13 13:13:45.418 INFO kablam! Oct 13 13:13:45.418 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.418 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.418 INFO kablam! | Oct 13 13:13:45.418 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.418 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.418 INFO kablam! ... Oct 13 13:13:45.418 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 13 13:13:45.418 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.418 INFO kablam! Oct 13 13:13:45.420 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.420 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.420 INFO kablam! | Oct 13 13:13:45.420 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.420 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.420 INFO kablam! ... Oct 13 13:13:45.420 INFO kablam! 2153 | rt_realloc_excess_unused!(rt_primes_8191bytes_4align_realloc_excess_unused, 8191, 4); Oct 13 13:13:45.420 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.420 INFO kablam! | Oct 13 13:13:45.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.420 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.420 INFO kablam! | Oct 13 13:13:45.420 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.420 INFO kablam! | Oct 13 13:13:45.420 INFO kablam! Oct 13 13:13:45.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.425 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.425 INFO kablam! | Oct 13 13:13:45.425 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.425 INFO kablam! | ^^^^^ Oct 13 13:13:45.425 INFO kablam! ... Oct 13 13:13:45.425 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 13 13:13:45.425 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.425 INFO kablam! | Oct 13 13:13:45.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.425 INFO kablam! | Oct 13 13:13:45.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.425 INFO kablam! | Oct 13 13:13:45.425 INFO kablam! Oct 13 13:13:45.425 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.425 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.425 INFO kablam! | Oct 13 13:13:45.425 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.425 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.425 INFO kablam! ... Oct 13 13:13:45.426 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 13 13:13:45.426 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.426 INFO kablam! Oct 13 13:13:45.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.426 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.426 INFO kablam! ... Oct 13 13:13:45.426 INFO kablam! 2166 | rt_realloc_excess_unused!(rt_primes_16381bytes_4align_realloc_excess_unused, 16381, 4); Oct 13 13:13:45.426 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! Oct 13 13:13:45.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.426 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.426 INFO kablam! | ^^^^^ Oct 13 13:13:45.426 INFO kablam! ... Oct 13 13:13:45.426 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 13 13:13:45.426 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! Oct 13 13:13:45.426 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.426 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.426 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.426 INFO kablam! ... Oct 13 13:13:45.426 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 13 13:13:45.426 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.426 INFO kablam! Oct 13 13:13:45.426 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.426 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.426 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.426 INFO kablam! ... Oct 13 13:13:45.426 INFO kablam! 2179 | rt_realloc_excess_unused!(rt_primes_32749bytes_4align_realloc_excess_unused, 32749, 4); Oct 13 13:13:45.426 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! Oct 13 13:13:45.426 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.426 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.426 INFO kablam! | ^^^^^ Oct 13 13:13:45.426 INFO kablam! ... Oct 13 13:13:45.426 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 13 13:13:45.426 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.426 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.426 INFO kablam! | Oct 13 13:13:45.426 INFO kablam! Oct 13 13:13:45.433 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.433 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.433 INFO kablam! | Oct 13 13:13:45.433 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.433 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.433 INFO kablam! ... Oct 13 13:13:45.433 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 13 13:13:45.433 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.433 INFO kablam! Oct 13 13:13:45.433 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.434 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.434 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.434 INFO kablam! ... Oct 13 13:13:45.434 INFO kablam! 2192 | rt_realloc_excess_unused!(rt_primes_65537bytes_4align_realloc_excess_unused, 65537, 4); Oct 13 13:13:45.434 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! Oct 13 13:13:45.434 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.434 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.434 INFO kablam! | ^^^^^ Oct 13 13:13:45.434 INFO kablam! ... Oct 13 13:13:45.434 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 13 13:13:45.434 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.434 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.434 INFO kablam! | Oct 13 13:13:45.434 INFO kablam! Oct 13 13:13:45.437 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.437 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.437 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.437 INFO kablam! ... Oct 13 13:13:45.437 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 13 13:13:45.437 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.437 INFO kablam! Oct 13 13:13:45.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.437 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.437 INFO kablam! ... Oct 13 13:13:45.437 INFO kablam! 2205 | rt_realloc_excess_unused!(rt_primes_131071bytes_4align_realloc_excess_unused, 131071, 4); Oct 13 13:13:45.437 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! Oct 13 13:13:45.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.437 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.437 INFO kablam! | ^^^^^ Oct 13 13:13:45.437 INFO kablam! ... Oct 13 13:13:45.437 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 13 13:13:45.437 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! Oct 13 13:13:45.437 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.437 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.437 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.437 INFO kablam! ... Oct 13 13:13:45.437 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 13 13:13:45.437 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.437 INFO kablam! Oct 13 13:13:45.437 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.437 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.437 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.437 INFO kablam! ... Oct 13 13:13:45.437 INFO kablam! 2218 | rt_realloc_excess_unused!(rt_primes_4194301bytes_4align_realloc_excess_unused, 4194301, 4); Oct 13 13:13:45.437 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! Oct 13 13:13:45.437 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.437 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.437 INFO kablam! | ^^^^^ Oct 13 13:13:45.437 INFO kablam! ... Oct 13 13:13:45.437 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 13 13:13:45.437 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.437 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! Oct 13 13:13:45.437 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.437 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.437 INFO kablam! | Oct 13 13:13:45.437 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.437 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.437 INFO kablam! ... Oct 13 13:13:45.438 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 13 13:13:45.438 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.438 INFO kablam! Oct 13 13:13:45.438 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.438 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.438 INFO kablam! | Oct 13 13:13:45.438 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.438 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.438 INFO kablam! ... Oct 13 13:13:45.438 INFO kablam! 2234 | rt_realloc_excess_unused!(rt_pow2_1bytes_8align_realloc_excess_unused, 1, 8); Oct 13 13:13:45.438 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.438 INFO kablam! | Oct 13 13:13:45.438 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.438 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.438 INFO kablam! | Oct 13 13:13:45.438 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.438 INFO kablam! | Oct 13 13:13:45.438 INFO kablam! Oct 13 13:13:45.439 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.439 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.439 INFO kablam! | Oct 13 13:13:45.439 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.439 INFO kablam! | ^^^^^ Oct 13 13:13:45.439 INFO kablam! ... Oct 13 13:13:45.439 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 13 13:13:45.439 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.439 INFO kablam! | Oct 13 13:13:45.439 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.439 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.439 INFO kablam! | Oct 13 13:13:45.439 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.439 INFO kablam! | Oct 13 13:13:45.439 INFO kablam! Oct 13 13:13:45.439 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.439 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.439 INFO kablam! | Oct 13 13:13:45.439 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.439 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.439 INFO kablam! ... Oct 13 13:13:45.439 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 13 13:13:45.439 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.439 INFO kablam! Oct 13 13:13:45.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.442 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.442 INFO kablam! | Oct 13 13:13:45.442 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.442 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.442 INFO kablam! ... Oct 13 13:13:45.442 INFO kablam! 2247 | rt_realloc_excess_unused!(rt_pow2_2bytes_8align_realloc_excess_unused, 2, 8); Oct 13 13:13:45.442 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.442 INFO kablam! | Oct 13 13:13:45.442 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.442 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.442 INFO kablam! | Oct 13 13:13:45.442 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.442 INFO kablam! | Oct 13 13:13:45.442 INFO kablam! Oct 13 13:13:45.442 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.442 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.442 INFO kablam! | Oct 13 13:13:45.442 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.442 INFO kablam! | ^^^^^ Oct 13 13:13:45.442 INFO kablam! ... Oct 13 13:13:45.442 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 13 13:13:45.442 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.442 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! Oct 13 13:13:45.452 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.452 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.452 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.452 INFO kablam! ... Oct 13 13:13:45.452 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 13 13:13:45.452 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.452 INFO kablam! Oct 13 13:13:45.452 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.452 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.452 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.452 INFO kablam! ... Oct 13 13:13:45.452 INFO kablam! 2260 | rt_realloc_excess_unused!(rt_pow2_4bytes_8align_realloc_excess_unused, 4, 8); Oct 13 13:13:45.452 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! Oct 13 13:13:45.452 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.452 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.452 INFO kablam! | ^^^^^ Oct 13 13:13:45.452 INFO kablam! ... Oct 13 13:13:45.452 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 13 13:13:45.452 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.452 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! Oct 13 13:13:45.452 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.452 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.452 INFO kablam! | Oct 13 13:13:45.452 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.452 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.452 INFO kablam! ... Oct 13 13:13:45.452 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 13 13:13:45.453 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.453 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.453 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.453 INFO kablam! ... Oct 13 13:13:45.453 INFO kablam! 2273 | rt_realloc_excess_unused!(rt_pow2_8bytes_8align_realloc_excess_unused, 8, 8); Oct 13 13:13:45.453 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.453 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.453 INFO kablam! | ^^^^^ Oct 13 13:13:45.453 INFO kablam! ... Oct 13 13:13:45.453 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 13 13:13:45.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.453 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.453 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.453 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.453 INFO kablam! ... Oct 13 13:13:45.453 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 13 13:13:45.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.453 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.453 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.453 INFO kablam! ... Oct 13 13:13:45.453 INFO kablam! 2286 | rt_realloc_excess_unused!(rt_pow2_16bytes_8align_realloc_excess_unused, 16, 8); Oct 13 13:13:45.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.453 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.453 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.453 INFO kablam! | ^^^^^ Oct 13 13:13:45.453 INFO kablam! ... Oct 13 13:13:45.453 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 13 13:13:45.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.453 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.453 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.453 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.453 INFO kablam! ... Oct 13 13:13:45.453 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 13 13:13:45.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.453 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.453 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.453 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.453 INFO kablam! ... Oct 13 13:13:45.453 INFO kablam! 2299 | rt_realloc_excess_unused!(rt_pow2_32bytes_8align_realloc_excess_unused, 32, 8); Oct 13 13:13:45.453 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.453 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.453 INFO kablam! | Oct 13 13:13:45.453 INFO kablam! Oct 13 13:13:45.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.460 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.460 INFO kablam! | Oct 13 13:13:45.460 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.460 INFO kablam! | ^^^^^ Oct 13 13:13:45.460 INFO kablam! ... Oct 13 13:13:45.460 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 13 13:13:45.461 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! Oct 13 13:13:45.461 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.461 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.461 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.461 INFO kablam! ... Oct 13 13:13:45.461 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 13 13:13:45.461 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.461 INFO kablam! Oct 13 13:13:45.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.461 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.461 INFO kablam! ... Oct 13 13:13:45.461 INFO kablam! 2312 | rt_realloc_excess_unused!(rt_pow2_64bytes_8align_realloc_excess_unused, 64, 8); Oct 13 13:13:45.461 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! Oct 13 13:13:45.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.461 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.461 INFO kablam! | ^^^^^ Oct 13 13:13:45.461 INFO kablam! ... Oct 13 13:13:45.461 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 13 13:13:45.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! Oct 13 13:13:45.461 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.461 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.461 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.461 INFO kablam! ... Oct 13 13:13:45.461 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 13 13:13:45.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.461 INFO kablam! Oct 13 13:13:45.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.461 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.461 INFO kablam! | Oct 13 13:13:45.461 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.461 INFO kablam! ... Oct 13 13:13:45.461 INFO kablam! 2325 | rt_realloc_excess_unused!(rt_pow2_128bytes_8align_realloc_excess_unused, 128, 8); Oct 13 13:13:45.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! Oct 13 13:13:45.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.468 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.468 INFO kablam! | ^^^^^ Oct 13 13:13:45.468 INFO kablam! ... Oct 13 13:13:45.468 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 13 13:13:45.468 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! Oct 13 13:13:45.468 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.468 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.468 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.468 INFO kablam! ... Oct 13 13:13:45.468 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 13 13:13:45.468 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.468 INFO kablam! Oct 13 13:13:45.468 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.468 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.468 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.468 INFO kablam! ... Oct 13 13:13:45.468 INFO kablam! 2338 | rt_realloc_excess_unused!(rt_pow2_256bytes_8align_realloc_excess_unused, 256, 8); Oct 13 13:13:45.468 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.468 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.468 INFO kablam! | Oct 13 13:13:45.468 INFO kablam! Oct 13 13:13:45.468 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.469 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.469 INFO kablam! | Oct 13 13:13:45.469 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.469 INFO kablam! | ^^^^^ Oct 13 13:13:45.469 INFO kablam! ... Oct 13 13:13:45.469 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 13 13:13:45.469 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.469 INFO kablam! | Oct 13 13:13:45.469 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.469 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.469 INFO kablam! | Oct 13 13:13:45.469 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.469 INFO kablam! | Oct 13 13:13:45.469 INFO kablam! Oct 13 13:13:45.469 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.469 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.469 INFO kablam! | Oct 13 13:13:45.469 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.469 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.469 INFO kablam! ... Oct 13 13:13:45.469 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 13 13:13:45.469 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.469 INFO kablam! Oct 13 13:13:45.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.471 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.471 INFO kablam! | Oct 13 13:13:45.471 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.471 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.471 INFO kablam! ... Oct 13 13:13:45.471 INFO kablam! 2351 | rt_realloc_excess_unused!(rt_pow2_512bytes_8align_realloc_excess_unused, 512, 8); Oct 13 13:13:45.471 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.471 INFO kablam! | Oct 13 13:13:45.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.471 INFO kablam! | Oct 13 13:13:45.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.471 INFO kablam! | Oct 13 13:13:45.471 INFO kablam! Oct 13 13:13:45.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.473 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.473 INFO kablam! | ^^^^^ Oct 13 13:13:45.473 INFO kablam! ... Oct 13 13:13:45.473 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 13 13:13:45.473 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! Oct 13 13:13:45.473 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.473 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.473 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.473 INFO kablam! ... Oct 13 13:13:45.473 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 13 13:13:45.473 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.473 INFO kablam! Oct 13 13:13:45.473 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.473 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.473 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.473 INFO kablam! ... Oct 13 13:13:45.473 INFO kablam! 2364 | rt_realloc_excess_unused!(rt_pow2_1024bytes_8align_realloc_excess_unused, 1024, 8); Oct 13 13:13:45.473 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! Oct 13 13:13:45.473 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.473 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.473 INFO kablam! | ^^^^^ Oct 13 13:13:45.473 INFO kablam! ... Oct 13 13:13:45.473 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 13 13:13:45.473 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.473 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.473 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.473 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! Oct 13 13:13:45.474 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.474 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.474 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.474 INFO kablam! ... Oct 13 13:13:45.474 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 13 13:13:45.474 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.474 INFO kablam! Oct 13 13:13:45.474 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.474 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.474 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.474 INFO kablam! ... Oct 13 13:13:45.474 INFO kablam! 2377 | rt_realloc_excess_unused!(rt_pow2_2048bytes_8align_realloc_excess_unused, 2048, 8); Oct 13 13:13:45.474 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! Oct 13 13:13:45.474 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.474 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.474 INFO kablam! | ^^^^^ Oct 13 13:13:45.474 INFO kablam! ... Oct 13 13:13:45.474 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 13 13:13:45.474 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.474 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.474 INFO kablam! | Oct 13 13:13:45.474 INFO kablam! Oct 13 13:13:45.485 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.485 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.485 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.485 INFO kablam! ... Oct 13 13:13:45.485 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 13 13:13:45.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.485 INFO kablam! Oct 13 13:13:45.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.485 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.485 INFO kablam! ... Oct 13 13:13:45.485 INFO kablam! 2390 | rt_realloc_excess_unused!(rt_pow2_4096bytes_8align_realloc_excess_unused, 4096, 8); Oct 13 13:13:45.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! Oct 13 13:13:45.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.485 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.485 INFO kablam! | ^^^^^ Oct 13 13:13:45.485 INFO kablam! ... Oct 13 13:13:45.485 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 13 13:13:45.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! Oct 13 13:13:45.485 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.485 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.485 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.485 INFO kablam! ... Oct 13 13:13:45.485 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 13 13:13:45.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.485 INFO kablam! Oct 13 13:13:45.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.485 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.485 INFO kablam! ... Oct 13 13:13:45.485 INFO kablam! 2403 | rt_realloc_excess_unused!(rt_pow2_8192bytes_8align_realloc_excess_unused, 8192, 8); Oct 13 13:13:45.485 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! Oct 13 13:13:45.485 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.485 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.485 INFO kablam! | ^^^^^ Oct 13 13:13:45.485 INFO kablam! ... Oct 13 13:13:45.485 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 13 13:13:45.485 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.485 INFO kablam! | Oct 13 13:13:45.485 INFO kablam! Oct 13 13:13:45.492 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.492 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.492 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.492 INFO kablam! ... Oct 13 13:13:45.492 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 13 13:13:45.492 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.492 INFO kablam! Oct 13 13:13:45.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.492 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.492 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.492 INFO kablam! ... Oct 13 13:13:45.492 INFO kablam! 2416 | rt_realloc_excess_unused!(rt_pow2_16384bytes_8align_realloc_excess_unused, 16384, 8); Oct 13 13:13:45.492 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! Oct 13 13:13:45.492 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.492 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.492 INFO kablam! | ^^^^^ Oct 13 13:13:45.492 INFO kablam! ... Oct 13 13:13:45.492 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 13 13:13:45.492 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.492 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! Oct 13 13:13:45.492 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.492 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.492 INFO kablam! | Oct 13 13:13:45.492 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.492 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.492 INFO kablam! ... Oct 13 13:13:45.492 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 13 13:13:45.492 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.492 INFO kablam! Oct 13 13:13:45.492 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.493 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.493 INFO kablam! ... Oct 13 13:13:45.493 INFO kablam! 2429 | rt_realloc_excess_unused!(rt_pow2_32768bytes_8align_realloc_excess_unused, 32768, 8); Oct 13 13:13:45.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! Oct 13 13:13:45.493 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.493 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.493 INFO kablam! | ^^^^^ Oct 13 13:13:45.493 INFO kablam! ... Oct 13 13:13:45.493 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 13 13:13:45.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! Oct 13 13:13:45.493 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.493 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.493 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.493 INFO kablam! ... Oct 13 13:13:45.493 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 13 13:13:45.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.493 INFO kablam! Oct 13 13:13:45.493 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.493 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.493 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.493 INFO kablam! ... Oct 13 13:13:45.493 INFO kablam! 2442 | rt_realloc_excess_unused!(rt_pow2_65536bytes_8align_realloc_excess_unused, 65536, 8); Oct 13 13:13:45.493 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.493 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.493 INFO kablam! | Oct 13 13:13:45.493 INFO kablam! Oct 13 13:13:45.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.500 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.500 INFO kablam! | ^^^^^ Oct 13 13:13:45.500 INFO kablam! ... Oct 13 13:13:45.500 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 13 13:13:45.500 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! Oct 13 13:13:45.500 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.500 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.500 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.500 INFO kablam! ... Oct 13 13:13:45.500 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 13 13:13:45.500 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.500 INFO kablam! Oct 13 13:13:45.500 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.500 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.500 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.500 INFO kablam! ... Oct 13 13:13:45.500 INFO kablam! 2455 | rt_realloc_excess_unused!(rt_pow2_131072bytes_8align_realloc_excess_unused, 131072, 8); Oct 13 13:13:45.500 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.500 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! Oct 13 13:13:45.500 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.500 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.500 INFO kablam! | Oct 13 13:13:45.500 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.500 INFO kablam! | ^^^^^ Oct 13 13:13:45.500 INFO kablam! ... Oct 13 13:13:45.500 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 13 13:13:45.501 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! Oct 13 13:13:45.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.501 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.501 INFO kablam! ... Oct 13 13:13:45.501 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 13 13:13:45.501 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.501 INFO kablam! Oct 13 13:13:45.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.501 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.501 INFO kablam! ... Oct 13 13:13:45.501 INFO kablam! 2468 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_8align_realloc_excess_unused, 4194304, 8); Oct 13 13:13:45.501 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! Oct 13 13:13:45.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.501 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.501 INFO kablam! | ^^^^^ Oct 13 13:13:45.501 INFO kablam! ... Oct 13 13:13:45.501 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 13 13:13:45.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! Oct 13 13:13:45.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.501 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.501 INFO kablam! ... Oct 13 13:13:45.501 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 13 13:13:45.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.501 INFO kablam! Oct 13 13:13:45.501 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.501 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.501 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.501 INFO kablam! ... Oct 13 13:13:45.501 INFO kablam! 2482 | rt_realloc_excess_unused!(rt_even_10bytes_8align_realloc_excess_unused, 10, 8); Oct 13 13:13:45.501 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! Oct 13 13:13:45.501 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.501 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.501 INFO kablam! | ^^^^^ Oct 13 13:13:45.501 INFO kablam! ... Oct 13 13:13:45.501 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 13 13:13:45.501 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.501 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! Oct 13 13:13:45.501 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.501 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.501 INFO kablam! | Oct 13 13:13:45.501 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.501 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.501 INFO kablam! ... Oct 13 13:13:45.501 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 13 13:13:45.501 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.502 INFO kablam! Oct 13 13:13:45.502 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.502 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.502 INFO kablam! | Oct 13 13:13:45.502 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.502 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.502 INFO kablam! ... Oct 13 13:13:45.502 INFO kablam! 2495 | rt_realloc_excess_unused!(rt_even_100bytes_8align_realloc_excess_unused, 100, 8); Oct 13 13:13:45.502 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.502 INFO kablam! | Oct 13 13:13:45.502 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.502 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.502 INFO kablam! | Oct 13 13:13:45.502 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.502 INFO kablam! | Oct 13 13:13:45.502 INFO kablam! Oct 13 13:13:45.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.508 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.508 INFO kablam! | ^^^^^ Oct 13 13:13:45.508 INFO kablam! ... Oct 13 13:13:45.508 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 13 13:13:45.508 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! Oct 13 13:13:45.508 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.508 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.508 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.508 INFO kablam! ... Oct 13 13:13:45.508 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 13 13:13:45.508 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.508 INFO kablam! Oct 13 13:13:45.508 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.508 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.508 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.508 INFO kablam! ... Oct 13 13:13:45.508 INFO kablam! 2508 | rt_realloc_excess_unused!(rt_even_1000bytes_8align_realloc_excess_unused, 1000, 8); Oct 13 13:13:45.508 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.508 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! Oct 13 13:13:45.508 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.508 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.508 INFO kablam! | Oct 13 13:13:45.508 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.508 INFO kablam! | ^^^^^ Oct 13 13:13:45.509 INFO kablam! ... Oct 13 13:13:45.509 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 13 13:13:45.509 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.509 INFO kablam! | Oct 13 13:13:45.509 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.509 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.509 INFO kablam! | Oct 13 13:13:45.509 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.509 INFO kablam! | Oct 13 13:13:45.509 INFO kablam! Oct 13 13:13:45.509 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.509 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.509 INFO kablam! | Oct 13 13:13:45.509 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.509 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.509 INFO kablam! ... Oct 13 13:13:45.509 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 13 13:13:45.509 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.509 INFO kablam! Oct 13 13:13:45.509 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.509 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.509 INFO kablam! | Oct 13 13:13:45.509 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.509 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.509 INFO kablam! ... Oct 13 13:13:45.509 INFO kablam! 2521 | rt_realloc_excess_unused!(rt_even_10000bytes_8align_realloc_excess_unused, 10000, 8); Oct 13 13:13:45.509 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.509 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.510 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.510 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! Oct 13 13:13:45.510 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.510 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.510 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.510 INFO kablam! | ^^^^^ Oct 13 13:13:45.510 INFO kablam! ... Oct 13 13:13:45.510 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 13 13:13:45.510 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.510 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.510 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.510 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.510 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! Oct 13 13:13:45.510 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.510 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.510 INFO kablam! | Oct 13 13:13:45.510 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.510 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.510 INFO kablam! ... Oct 13 13:13:45.510 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 13 13:13:45.510 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.510 INFO kablam! Oct 13 13:13:45.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.517 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.517 INFO kablam! ... Oct 13 13:13:45.517 INFO kablam! 2534 | rt_realloc_excess_unused!(rt_even_100000bytes_8align_realloc_excess_unused, 100000, 8); Oct 13 13:13:45.517 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! Oct 13 13:13:45.517 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.517 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.517 INFO kablam! | ^^^^^ Oct 13 13:13:45.517 INFO kablam! ... Oct 13 13:13:45.517 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 13 13:13:45.517 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! Oct 13 13:13:45.517 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.517 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.517 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.517 INFO kablam! ... Oct 13 13:13:45.517 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 13 13:13:45.517 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.517 INFO kablam! Oct 13 13:13:45.517 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.517 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.517 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.517 INFO kablam! ... Oct 13 13:13:45.517 INFO kablam! 2547 | rt_realloc_excess_unused!(rt_even_1000000bytes_8align_realloc_excess_unused, 1000000, 8); Oct 13 13:13:45.517 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.517 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.517 INFO kablam! | Oct 13 13:13:45.517 INFO kablam! Oct 13 13:13:45.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.526 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.526 INFO kablam! | ^^^^^ Oct 13 13:13:45.526 INFO kablam! ... Oct 13 13:13:45.526 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 13 13:13:45.526 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! Oct 13 13:13:45.526 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.526 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.526 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.526 INFO kablam! ... Oct 13 13:13:45.526 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 13 13:13:45.526 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.526 INFO kablam! Oct 13 13:13:45.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.526 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.526 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.526 INFO kablam! ... Oct 13 13:13:45.526 INFO kablam! 2561 | rt_realloc_excess_unused!(rt_odd_10bytes_8align_realloc_excess_unused, 10- 1, 8); Oct 13 13:13:45.526 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! Oct 13 13:13:45.526 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.526 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.526 INFO kablam! | ^^^^^ Oct 13 13:13:45.526 INFO kablam! ... Oct 13 13:13:45.526 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 13 13:13:45.526 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! Oct 13 13:13:45.526 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.526 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.526 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.526 INFO kablam! ... Oct 13 13:13:45.526 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 13 13:13:45.526 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.526 INFO kablam! Oct 13 13:13:45.526 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.526 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.526 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.526 INFO kablam! ... Oct 13 13:13:45.526 INFO kablam! 2574 | rt_realloc_excess_unused!(rt_odd_100bytes_8align_realloc_excess_unused, 100- 1, 8); Oct 13 13:13:45.526 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.526 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.526 INFO kablam! | Oct 13 13:13:45.526 INFO kablam! Oct 13 13:13:45.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.527 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.527 INFO kablam! | ^^^^^ Oct 13 13:13:45.527 INFO kablam! ... Oct 13 13:13:45.527 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 13 13:13:45.527 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! Oct 13 13:13:45.527 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.527 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.527 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.527 INFO kablam! ... Oct 13 13:13:45.527 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 13 13:13:45.527 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.527 INFO kablam! Oct 13 13:13:45.527 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.527 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.527 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.527 INFO kablam! ... Oct 13 13:13:45.527 INFO kablam! 2587 | rt_realloc_excess_unused!(rt_odd_1000bytes_8align_realloc_excess_unused, 1000- 1, 8); Oct 13 13:13:45.527 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! Oct 13 13:13:45.527 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.527 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.527 INFO kablam! | ^^^^^ Oct 13 13:13:45.527 INFO kablam! ... Oct 13 13:13:45.527 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 13 13:13:45.527 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.527 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.527 INFO kablam! | Oct 13 13:13:45.527 INFO kablam! Oct 13 13:13:45.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.533 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.533 INFO kablam! ... Oct 13 13:13:45.533 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 13 13:13:45.533 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.533 INFO kablam! Oct 13 13:13:45.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.533 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.533 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.533 INFO kablam! ... Oct 13 13:13:45.533 INFO kablam! 2600 | rt_realloc_excess_unused!(rt_odd_10000bytes_8align_realloc_excess_unused, 10000- 1, 8); Oct 13 13:13:45.533 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! Oct 13 13:13:45.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.533 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.533 INFO kablam! | ^^^^^ Oct 13 13:13:45.533 INFO kablam! ... Oct 13 13:13:45.533 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 13 13:13:45.533 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.533 INFO kablam! | Oct 13 13:13:45.533 INFO kablam! Oct 13 13:13:45.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.534 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.534 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.534 INFO kablam! ... Oct 13 13:13:45.534 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 13 13:13:45.534 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.534 INFO kablam! Oct 13 13:13:45.534 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.534 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.534 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.534 INFO kablam! ... Oct 13 13:13:45.534 INFO kablam! 2613 | rt_realloc_excess_unused!(rt_odd_100000bytes_8align_realloc_excess_unused, 100000- 1, 8); Oct 13 13:13:45.534 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! Oct 13 13:13:45.534 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.534 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.534 INFO kablam! | ^^^^^ Oct 13 13:13:45.534 INFO kablam! ... Oct 13 13:13:45.534 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:45.534 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.534 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! Oct 13 13:13:45.534 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.534 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.534 INFO kablam! | Oct 13 13:13:45.534 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.534 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.534 INFO kablam! ... Oct 13 13:13:45.534 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:45.534 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.534 INFO kablam! Oct 13 13:13:45.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.541 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.541 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.541 INFO kablam! ... Oct 13 13:13:45.541 INFO kablam! 2626 | rt_realloc_excess_unused!(rt_odd_1000000bytes_8align_realloc_excess_unused, 1000000- 1, 8); Oct 13 13:13:45.541 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! Oct 13 13:13:45.541 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.541 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.541 INFO kablam! | ^^^^^ Oct 13 13:13:45.541 INFO kablam! ... Oct 13 13:13:45.541 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 13 13:13:45.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.541 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! Oct 13 13:13:45.541 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.541 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.541 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.541 INFO kablam! ... Oct 13 13:13:45.541 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 13 13:13:45.541 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.541 INFO kablam! Oct 13 13:13:45.541 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.541 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.541 INFO kablam! | Oct 13 13:13:45.541 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.542 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.542 INFO kablam! ... Oct 13 13:13:45.542 INFO kablam! 2640 | rt_realloc_excess_unused!(rt_primes_3bytes_8align_realloc_excess_unused, 3, 8); Oct 13 13:13:45.542 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! Oct 13 13:13:45.542 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.542 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.542 INFO kablam! | ^^^^^ Oct 13 13:13:45.542 INFO kablam! ... Oct 13 13:13:45.542 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 13 13:13:45.542 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! Oct 13 13:13:45.542 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.542 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.542 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.542 INFO kablam! ... Oct 13 13:13:45.542 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 13 13:13:45.542 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.542 INFO kablam! Oct 13 13:13:45.542 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.542 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.542 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.542 INFO kablam! ... Oct 13 13:13:45.542 INFO kablam! 2653 | rt_realloc_excess_unused!(rt_primes_7bytes_8align_realloc_excess_unused, 7, 8); Oct 13 13:13:45.542 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.542 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.542 INFO kablam! | Oct 13 13:13:45.542 INFO kablam! Oct 13 13:13:45.547 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.547 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.547 INFO kablam! | Oct 13 13:13:45.547 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.547 INFO kablam! | ^^^^^ Oct 13 13:13:45.547 INFO kablam! ... Oct 13 13:13:45.547 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 13 13:13:45.547 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.547 INFO kablam! | Oct 13 13:13:45.547 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.547 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.547 INFO kablam! | Oct 13 13:13:45.547 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.547 INFO kablam! | Oct 13 13:13:45.547 INFO kablam! Oct 13 13:13:45.547 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.547 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.547 INFO kablam! | Oct 13 13:13:45.547 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.547 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.547 INFO kablam! ... Oct 13 13:13:45.548 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 13 13:13:45.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.548 INFO kablam! Oct 13 13:13:45.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.548 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.548 INFO kablam! ... Oct 13 13:13:45.548 INFO kablam! 2666 | rt_realloc_excess_unused!(rt_primes_13bytes_8align_realloc_excess_unused, 13, 8); Oct 13 13:13:45.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! Oct 13 13:13:45.548 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.548 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.548 INFO kablam! | ^^^^^ Oct 13 13:13:45.548 INFO kablam! ... Oct 13 13:13:45.548 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 13 13:13:45.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! Oct 13 13:13:45.548 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.548 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.548 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.548 INFO kablam! ... Oct 13 13:13:45.548 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 13 13:13:45.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.548 INFO kablam! Oct 13 13:13:45.548 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.548 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.548 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.548 INFO kablam! ... Oct 13 13:13:45.548 INFO kablam! 2679 | rt_realloc_excess_unused!(rt_primes_17bytes_8align_realloc_excess_unused, 17, 8); Oct 13 13:13:45.548 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.548 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.548 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.548 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! Oct 13 13:13:45.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.552 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.552 INFO kablam! | ^^^^^ Oct 13 13:13:45.552 INFO kablam! ... Oct 13 13:13:45.552 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 13 13:13:45.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! Oct 13 13:13:45.552 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.552 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.552 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.552 INFO kablam! ... Oct 13 13:13:45.552 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 13 13:13:45.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.552 INFO kablam! Oct 13 13:13:45.552 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.552 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.552 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.552 INFO kablam! ... Oct 13 13:13:45.552 INFO kablam! 2692 | rt_realloc_excess_unused!(rt_primes_31bytes_8align_realloc_excess_unused, 31, 8); Oct 13 13:13:45.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! Oct 13 13:13:45.552 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.552 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.552 INFO kablam! | ^^^^^ Oct 13 13:13:45.552 INFO kablam! ... Oct 13 13:13:45.552 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 13 13:13:45.552 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.552 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! Oct 13 13:13:45.552 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.552 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.552 INFO kablam! | Oct 13 13:13:45.552 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.552 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.552 INFO kablam! ... Oct 13 13:13:45.553 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 13 13:13:45.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.553 INFO kablam! Oct 13 13:13:45.553 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.553 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.553 INFO kablam! | Oct 13 13:13:45.553 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.553 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.553 INFO kablam! ... Oct 13 13:13:45.553 INFO kablam! 2705 | rt_realloc_excess_unused!(rt_primes_61bytes_8align_realloc_excess_unused, 61, 8); Oct 13 13:13:45.553 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.553 INFO kablam! | Oct 13 13:13:45.553 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.553 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.553 INFO kablam! | Oct 13 13:13:45.553 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.553 INFO kablam! | Oct 13 13:13:45.553 INFO kablam! Oct 13 13:13:45.560 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.560 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.560 INFO kablam! | Oct 13 13:13:45.560 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.560 INFO kablam! | ^^^^^ Oct 13 13:13:45.560 INFO kablam! ... Oct 13 13:13:45.560 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 13 13:13:45.560 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.560 INFO kablam! | Oct 13 13:13:45.560 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.560 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.560 INFO kablam! | Oct 13 13:13:45.560 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.560 INFO kablam! | Oct 13 13:13:45.560 INFO kablam! Oct 13 13:13:45.560 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.560 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.561 INFO kablam! ... Oct 13 13:13:45.561 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 13 13:13:45.561 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.561 INFO kablam! Oct 13 13:13:45.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.561 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.561 INFO kablam! ... Oct 13 13:13:45.561 INFO kablam! 2718 | rt_realloc_excess_unused!(rt_primes_96bytes_8align_realloc_excess_unused, 96, 8); Oct 13 13:13:45.561 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! Oct 13 13:13:45.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.561 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.561 INFO kablam! | ^^^^^ Oct 13 13:13:45.561 INFO kablam! ... Oct 13 13:13:45.561 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 13 13:13:45.561 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! Oct 13 13:13:45.561 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.561 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.561 INFO kablam! ... Oct 13 13:13:45.561 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 13 13:13:45.561 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.561 INFO kablam! Oct 13 13:13:45.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.561 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.561 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.561 INFO kablam! ... Oct 13 13:13:45.561 INFO kablam! 2731 | rt_realloc_excess_unused!(rt_primes_127bytes_8align_realloc_excess_unused, 127, 8); Oct 13 13:13:45.561 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! Oct 13 13:13:45.561 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.561 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.561 INFO kablam! | ^^^^^ Oct 13 13:13:45.561 INFO kablam! ... Oct 13 13:13:45.561 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 13 13:13:45.561 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.561 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! Oct 13 13:13:45.561 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.561 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.561 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.561 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.561 INFO kablam! ... Oct 13 13:13:45.561 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 13 13:13:45.561 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.561 INFO kablam! Oct 13 13:13:45.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.561 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.561 INFO kablam! | Oct 13 13:13:45.562 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.562 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.562 INFO kablam! ... Oct 13 13:13:45.562 INFO kablam! 2744 | rt_realloc_excess_unused!(rt_primes_257bytes_8align_realloc_excess_unused, 257, 8); Oct 13 13:13:45.562 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.562 INFO kablam! | Oct 13 13:13:45.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.562 INFO kablam! | Oct 13 13:13:45.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.562 INFO kablam! | Oct 13 13:13:45.562 INFO kablam! Oct 13 13:13:45.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.577 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.577 INFO kablam! | Oct 13 13:13:45.577 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.577 INFO kablam! | ^^^^^ Oct 13 13:13:45.577 INFO kablam! ... Oct 13 13:13:45.577 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 13 13:13:45.577 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.577 INFO kablam! | Oct 13 13:13:45.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.577 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! Oct 13 13:13:45.578 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.578 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.578 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.578 INFO kablam! ... Oct 13 13:13:45.578 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 13 13:13:45.578 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.578 INFO kablam! Oct 13 13:13:45.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.578 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.578 INFO kablam! ... Oct 13 13:13:45.578 INFO kablam! 2757 | rt_realloc_excess_unused!(rt_primes_509bytes_8align_realloc_excess_unused, 509, 8); Oct 13 13:13:45.578 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! Oct 13 13:13:45.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.578 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.578 INFO kablam! | ^^^^^ Oct 13 13:13:45.578 INFO kablam! ... Oct 13 13:13:45.578 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 13 13:13:45.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! Oct 13 13:13:45.578 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.578 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.578 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.578 INFO kablam! ... Oct 13 13:13:45.578 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 13 13:13:45.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.578 INFO kablam! Oct 13 13:13:45.578 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.578 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.578 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.578 INFO kablam! ... Oct 13 13:13:45.578 INFO kablam! 2770 | rt_realloc_excess_unused!(rt_primes_1021bytes_8align_realloc_excess_unused, 1021, 8); Oct 13 13:13:45.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! Oct 13 13:13:45.578 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.578 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.578 INFO kablam! | ^^^^^ Oct 13 13:13:45.578 INFO kablam! ... Oct 13 13:13:45.578 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 13 13:13:45.578 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! Oct 13 13:13:45.578 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.578 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.578 INFO kablam! | Oct 13 13:13:45.578 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.578 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.578 INFO kablam! ... Oct 13 13:13:45.578 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 13 13:13:45.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.579 INFO kablam! Oct 13 13:13:45.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.579 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.579 INFO kablam! ... Oct 13 13:13:45.579 INFO kablam! 2783 | rt_realloc_excess_unused!(rt_primes_2039bytes_8align_realloc_excess_unused, 2039, 8); Oct 13 13:13:45.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! Oct 13 13:13:45.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.579 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.579 INFO kablam! | ^^^^^ Oct 13 13:13:45.579 INFO kablam! ... Oct 13 13:13:45.579 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 13 13:13:45.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! Oct 13 13:13:45.579 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.579 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.579 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.579 INFO kablam! ... Oct 13 13:13:45.579 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 13 13:13:45.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.579 INFO kablam! Oct 13 13:13:45.579 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.579 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.579 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.579 INFO kablam! ... Oct 13 13:13:45.579 INFO kablam! 2796 | rt_realloc_excess_unused!(rt_primes_4093bytes_8align_realloc_excess_unused, 4093, 8); Oct 13 13:13:45.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! Oct 13 13:13:45.579 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.579 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.579 INFO kablam! | ^^^^^ Oct 13 13:13:45.579 INFO kablam! ... Oct 13 13:13:45.579 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 13 13:13:45.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.579 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! Oct 13 13:13:45.579 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.579 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.579 INFO kablam! | Oct 13 13:13:45.579 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.579 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.579 INFO kablam! ... Oct 13 13:13:45.579 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 13 13:13:45.579 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.579 INFO kablam! Oct 13 13:13:45.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.580 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.580 INFO kablam! ... Oct 13 13:13:45.580 INFO kablam! 2809 | rt_realloc_excess_unused!(rt_primes_8191bytes_8align_realloc_excess_unused, 8191, 8); Oct 13 13:13:45.580 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! Oct 13 13:13:45.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.580 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.580 INFO kablam! | ^^^^^ Oct 13 13:13:45.580 INFO kablam! ... Oct 13 13:13:45.580 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 13 13:13:45.580 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! Oct 13 13:13:45.580 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.580 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.580 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.580 INFO kablam! ... Oct 13 13:13:45.580 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 13 13:13:45.580 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.580 INFO kablam! Oct 13 13:13:45.580 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.580 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.580 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.580 INFO kablam! ... Oct 13 13:13:45.580 INFO kablam! 2822 | rt_realloc_excess_unused!(rt_primes_16381bytes_8align_realloc_excess_unused, 16381, 8); Oct 13 13:13:45.580 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! Oct 13 13:13:45.580 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.580 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.580 INFO kablam! | ^^^^^ Oct 13 13:13:45.580 INFO kablam! ... Oct 13 13:13:45.580 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 13 13:13:45.580 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.580 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.580 INFO kablam! | Oct 13 13:13:45.580 INFO kablam! Oct 13 13:13:45.586 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.586 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.586 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.586 INFO kablam! ... Oct 13 13:13:45.586 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 13 13:13:45.586 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.586 INFO kablam! Oct 13 13:13:45.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.586 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.586 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.586 INFO kablam! ... Oct 13 13:13:45.586 INFO kablam! 2835 | rt_realloc_excess_unused!(rt_primes_32749bytes_8align_realloc_excess_unused, 32749, 8); Oct 13 13:13:45.586 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! Oct 13 13:13:45.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.586 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.586 INFO kablam! | ^^^^^ Oct 13 13:13:45.586 INFO kablam! ... Oct 13 13:13:45.586 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 13 13:13:45.586 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.586 INFO kablam! | Oct 13 13:13:45.586 INFO kablam! Oct 13 13:13:45.587 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.587 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.587 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.587 INFO kablam! ... Oct 13 13:13:45.587 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 13 13:13:45.587 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.587 INFO kablam! Oct 13 13:13:45.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.587 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.587 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.587 INFO kablam! ... Oct 13 13:13:45.587 INFO kablam! 2848 | rt_realloc_excess_unused!(rt_primes_65537bytes_8align_realloc_excess_unused, 65537, 8); Oct 13 13:13:45.587 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! Oct 13 13:13:45.587 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.587 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.587 INFO kablam! | ^^^^^ Oct 13 13:13:45.587 INFO kablam! ... Oct 13 13:13:45.587 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 13 13:13:45.587 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! Oct 13 13:13:45.587 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.587 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.587 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.587 INFO kablam! ... Oct 13 13:13:45.587 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 13 13:13:45.587 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.587 INFO kablam! Oct 13 13:13:45.587 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.587 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.587 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.587 INFO kablam! ... Oct 13 13:13:45.587 INFO kablam! 2861 | rt_realloc_excess_unused!(rt_primes_131071bytes_8align_realloc_excess_unused, 131071, 8); Oct 13 13:13:45.587 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.587 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.587 INFO kablam! | Oct 13 13:13:45.587 INFO kablam! Oct 13 13:13:45.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.589 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.589 INFO kablam! | ^^^^^ Oct 13 13:13:45.589 INFO kablam! ... Oct 13 13:13:45.589 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 13 13:13:45.589 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! Oct 13 13:13:45.589 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.589 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.589 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.589 INFO kablam! ... Oct 13 13:13:45.589 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 13 13:13:45.589 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.589 INFO kablam! Oct 13 13:13:45.589 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.589 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.589 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.589 INFO kablam! ... Oct 13 13:13:45.589 INFO kablam! 2874 | rt_realloc_excess_unused!(rt_primes_4194301bytes_8align_realloc_excess_unused, 4194301, 8); Oct 13 13:13:45.589 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! Oct 13 13:13:45.589 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.589 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.589 INFO kablam! | ^^^^^ Oct 13 13:13:45.589 INFO kablam! ... Oct 13 13:13:45.589 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 13 13:13:45.589 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.589 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.589 INFO kablam! Oct 13 13:13:45.589 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.589 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.589 INFO kablam! | Oct 13 13:13:45.590 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.590 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.590 INFO kablam! ... Oct 13 13:13:45.590 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 13 13:13:45.590 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.590 INFO kablam! Oct 13 13:13:45.590 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.590 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.590 INFO kablam! | Oct 13 13:13:45.590 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.590 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.590 INFO kablam! ... Oct 13 13:13:45.590 INFO kablam! 2890 | rt_realloc_excess_unused!(rt_pow2_1bytes_16align_realloc_excess_unused, 1, 16); Oct 13 13:13:45.590 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.590 INFO kablam! | Oct 13 13:13:45.590 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.590 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.590 INFO kablam! | Oct 13 13:13:45.590 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.590 INFO kablam! | Oct 13 13:13:45.590 INFO kablam! Oct 13 13:13:45.591 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.591 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.591 INFO kablam! | Oct 13 13:13:45.591 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.591 INFO kablam! | ^^^^^ Oct 13 13:13:45.591 INFO kablam! ... Oct 13 13:13:45.591 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 13 13:13:45.591 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.591 INFO kablam! | Oct 13 13:13:45.591 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.591 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.591 INFO kablam! | Oct 13 13:13:45.591 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.591 INFO kablam! | Oct 13 13:13:45.591 INFO kablam! Oct 13 13:13:45.592 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.592 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.592 INFO kablam! | Oct 13 13:13:45.592 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.592 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.592 INFO kablam! ... Oct 13 13:13:45.592 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 13 13:13:45.592 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.592 INFO kablam! Oct 13 13:13:45.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.592 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.592 INFO kablam! | Oct 13 13:13:45.592 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.592 INFO kablam! ... Oct 13 13:13:45.592 INFO kablam! 2903 | rt_realloc_excess_unused!(rt_pow2_2bytes_16align_realloc_excess_unused, 2, 16); Oct 13 13:13:45.592 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.593 INFO kablam! | Oct 13 13:13:45.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.593 INFO kablam! | Oct 13 13:13:45.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.593 INFO kablam! | Oct 13 13:13:45.593 INFO kablam! Oct 13 13:13:45.594 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.594 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.594 INFO kablam! | Oct 13 13:13:45.594 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.594 INFO kablam! | ^^^^^ Oct 13 13:13:45.594 INFO kablam! ... Oct 13 13:13:45.594 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 13 13:13:45.594 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.594 INFO kablam! | Oct 13 13:13:45.594 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.594 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.594 INFO kablam! | Oct 13 13:13:45.594 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.594 INFO kablam! | Oct 13 13:13:45.594 INFO kablam! Oct 13 13:13:45.594 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.594 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.594 INFO kablam! | Oct 13 13:13:45.594 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.594 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.594 INFO kablam! ... Oct 13 13:13:45.594 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 13 13:13:45.594 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.594 INFO kablam! Oct 13 13:13:45.595 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.595 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.595 INFO kablam! | Oct 13 13:13:45.595 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.595 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.595 INFO kablam! ... Oct 13 13:13:45.595 INFO kablam! 2916 | rt_realloc_excess_unused!(rt_pow2_4bytes_16align_realloc_excess_unused, 4, 16); Oct 13 13:13:45.595 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.595 INFO kablam! | Oct 13 13:13:45.595 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.595 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.595 INFO kablam! | Oct 13 13:13:45.595 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.595 INFO kablam! | Oct 13 13:13:45.595 INFO kablam! Oct 13 13:13:45.596 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.596 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.596 INFO kablam! | Oct 13 13:13:45.596 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.596 INFO kablam! | ^^^^^ Oct 13 13:13:45.596 INFO kablam! ... Oct 13 13:13:45.596 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 13 13:13:45.596 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.596 INFO kablam! | Oct 13 13:13:45.596 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.596 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.596 INFO kablam! | Oct 13 13:13:45.596 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.596 INFO kablam! | Oct 13 13:13:45.596 INFO kablam! Oct 13 13:13:45.597 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.597 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.597 INFO kablam! | Oct 13 13:13:45.597 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.597 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.597 INFO kablam! ... Oct 13 13:13:45.597 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 13 13:13:45.597 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.597 INFO kablam! Oct 13 13:13:45.598 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.598 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.598 INFO kablam! | Oct 13 13:13:45.598 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.598 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.598 INFO kablam! ... Oct 13 13:13:45.598 INFO kablam! 2929 | rt_realloc_excess_unused!(rt_pow2_8bytes_16align_realloc_excess_unused, 8, 16); Oct 13 13:13:45.598 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.598 INFO kablam! | Oct 13 13:13:45.598 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.598 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.598 INFO kablam! | Oct 13 13:13:45.598 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.598 INFO kablam! | Oct 13 13:13:45.598 INFO kablam! Oct 13 13:13:45.600 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.600 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.600 INFO kablam! | Oct 13 13:13:45.600 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.600 INFO kablam! | ^^^^^ Oct 13 13:13:45.600 INFO kablam! ... Oct 13 13:13:45.600 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 13 13:13:45.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.600 INFO kablam! | Oct 13 13:13:45.600 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.600 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.600 INFO kablam! | Oct 13 13:13:45.600 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.600 INFO kablam! | Oct 13 13:13:45.600 INFO kablam! Oct 13 13:13:45.600 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.600 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.600 INFO kablam! | Oct 13 13:13:45.600 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.600 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.600 INFO kablam! ... Oct 13 13:13:45.600 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 13 13:13:45.600 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.600 INFO kablam! Oct 13 13:13:45.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.601 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.601 INFO kablam! | Oct 13 13:13:45.601 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.601 INFO kablam! ... Oct 13 13:13:45.601 INFO kablam! 2942 | rt_realloc_excess_unused!(rt_pow2_16bytes_16align_realloc_excess_unused, 16, 16); Oct 13 13:13:45.601 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.601 INFO kablam! | Oct 13 13:13:45.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.601 INFO kablam! | Oct 13 13:13:45.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.601 INFO kablam! | Oct 13 13:13:45.601 INFO kablam! Oct 13 13:13:45.602 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.602 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.602 INFO kablam! | Oct 13 13:13:45.602 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.602 INFO kablam! | ^^^^^ Oct 13 13:13:45.602 INFO kablam! ... Oct 13 13:13:45.602 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 13 13:13:45.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.602 INFO kablam! | Oct 13 13:13:45.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.602 INFO kablam! | Oct 13 13:13:45.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.602 INFO kablam! | Oct 13 13:13:45.602 INFO kablam! Oct 13 13:13:45.602 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.603 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.603 INFO kablam! | Oct 13 13:13:45.603 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.603 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.603 INFO kablam! ... Oct 13 13:13:45.603 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 13 13:13:45.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.603 INFO kablam! Oct 13 13:13:45.603 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.603 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.603 INFO kablam! | Oct 13 13:13:45.603 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.603 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.603 INFO kablam! ... Oct 13 13:13:45.603 INFO kablam! 2955 | rt_realloc_excess_unused!(rt_pow2_32bytes_16align_realloc_excess_unused, 32, 16); Oct 13 13:13:45.603 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.603 INFO kablam! | Oct 13 13:13:45.603 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.603 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.603 INFO kablam! | Oct 13 13:13:45.603 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.603 INFO kablam! | Oct 13 13:13:45.603 INFO kablam! Oct 13 13:13:45.604 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.605 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.605 INFO kablam! | Oct 13 13:13:45.605 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.605 INFO kablam! | ^^^^^ Oct 13 13:13:45.605 INFO kablam! ... Oct 13 13:13:45.605 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 13 13:13:45.605 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.605 INFO kablam! | Oct 13 13:13:45.605 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.605 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.605 INFO kablam! | Oct 13 13:13:45.605 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.605 INFO kablam! | Oct 13 13:13:45.605 INFO kablam! Oct 13 13:13:45.612 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.612 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.612 INFO kablam! | Oct 13 13:13:45.612 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.612 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.612 INFO kablam! ... Oct 13 13:13:45.612 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 13 13:13:45.612 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.612 INFO kablam! Oct 13 13:13:45.612 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.612 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.612 INFO kablam! | Oct 13 13:13:45.612 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.612 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.612 INFO kablam! ... Oct 13 13:13:45.612 INFO kablam! 2968 | rt_realloc_excess_unused!(rt_pow2_64bytes_16align_realloc_excess_unused, 64, 16); Oct 13 13:13:45.612 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.612 INFO kablam! | Oct 13 13:13:45.612 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.612 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.612 INFO kablam! | Oct 13 13:13:45.612 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.612 INFO kablam! | Oct 13 13:13:45.612 INFO kablam! Oct 13 13:13:45.612 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.612 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.612 INFO kablam! | Oct 13 13:13:45.612 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.612 INFO kablam! | ^^^^^ Oct 13 13:13:45.612 INFO kablam! ... Oct 13 13:13:45.612 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 13 13:13:45.612 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.612 INFO kablam! | Oct 13 13:13:45.613 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.613 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.613 INFO kablam! | Oct 13 13:13:45.613 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.613 INFO kablam! | Oct 13 13:13:45.613 INFO kablam! Oct 13 13:13:45.613 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.613 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.613 INFO kablam! | Oct 13 13:13:45.613 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.613 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.613 INFO kablam! ... Oct 13 13:13:45.613 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 13 13:13:45.613 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.613 INFO kablam! Oct 13 13:13:45.616 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.616 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.617 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.617 INFO kablam! ... Oct 13 13:13:45.617 INFO kablam! 2981 | rt_realloc_excess_unused!(rt_pow2_128bytes_16align_realloc_excess_unused, 128, 16); Oct 13 13:13:45.617 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! Oct 13 13:13:45.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.617 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.617 INFO kablam! | ^^^^^ Oct 13 13:13:45.617 INFO kablam! ... Oct 13 13:13:45.617 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 13 13:13:45.617 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! Oct 13 13:13:45.617 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.617 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.617 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.617 INFO kablam! ... Oct 13 13:13:45.617 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 13 13:13:45.617 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.617 INFO kablam! Oct 13 13:13:45.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.617 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.617 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.617 INFO kablam! ... Oct 13 13:13:45.617 INFO kablam! 2994 | rt_realloc_excess_unused!(rt_pow2_256bytes_16align_realloc_excess_unused, 256, 16); Oct 13 13:13:45.617 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! Oct 13 13:13:45.617 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.617 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.617 INFO kablam! | ^^^^^ Oct 13 13:13:45.617 INFO kablam! ... Oct 13 13:13:45.617 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 13 13:13:45.617 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! Oct 13 13:13:45.617 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.617 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.617 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.617 INFO kablam! ... Oct 13 13:13:45.617 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 13 13:13:45.617 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.617 INFO kablam! Oct 13 13:13:45.617 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.617 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.617 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.617 INFO kablam! ... Oct 13 13:13:45.617 INFO kablam! 3007 | rt_realloc_excess_unused!(rt_pow2_512bytes_16align_realloc_excess_unused, 512, 16); Oct 13 13:13:45.617 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.617 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.617 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.617 INFO kablam! | Oct 13 13:13:45.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.618 INFO kablam! | Oct 13 13:13:45.618 INFO kablam! Oct 13 13:13:45.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.618 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.618 INFO kablam! | Oct 13 13:13:45.618 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.618 INFO kablam! | ^^^^^ Oct 13 13:13:45.618 INFO kablam! ... Oct 13 13:13:45.618 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 13 13:13:45.618 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.618 INFO kablam! | Oct 13 13:13:45.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.618 INFO kablam! | Oct 13 13:13:45.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.618 INFO kablam! | Oct 13 13:13:45.618 INFO kablam! Oct 13 13:13:45.619 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.619 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.619 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.619 INFO kablam! ... Oct 13 13:13:45.619 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 13 13:13:45.619 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.619 INFO kablam! Oct 13 13:13:45.619 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.619 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.619 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.619 INFO kablam! ... Oct 13 13:13:45.619 INFO kablam! 3020 | rt_realloc_excess_unused!(rt_pow2_1024bytes_16align_realloc_excess_unused, 1024, 16); Oct 13 13:13:45.619 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! Oct 13 13:13:45.619 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.619 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.619 INFO kablam! | ^^^^^ Oct 13 13:13:45.619 INFO kablam! ... Oct 13 13:13:45.619 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 13 13:13:45.619 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.619 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.619 INFO kablam! | Oct 13 13:13:45.619 INFO kablam! Oct 13 13:13:45.620 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.620 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.620 INFO kablam! | Oct 13 13:13:45.620 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.620 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.620 INFO kablam! ... Oct 13 13:13:45.620 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 13 13:13:45.620 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.620 INFO kablam! Oct 13 13:13:45.621 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.621 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.621 INFO kablam! | Oct 13 13:13:45.621 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.621 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.621 INFO kablam! ... Oct 13 13:13:45.621 INFO kablam! 3033 | rt_realloc_excess_unused!(rt_pow2_2048bytes_16align_realloc_excess_unused, 2048, 16); Oct 13 13:13:45.621 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.621 INFO kablam! | Oct 13 13:13:45.621 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.621 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.621 INFO kablam! | Oct 13 13:13:45.621 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.621 INFO kablam! | Oct 13 13:13:45.621 INFO kablam! Oct 13 13:13:45.622 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.622 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.622 INFO kablam! | Oct 13 13:13:45.622 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.622 INFO kablam! | ^^^^^ Oct 13 13:13:45.622 INFO kablam! ... Oct 13 13:13:45.622 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 13 13:13:45.622 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.622 INFO kablam! | Oct 13 13:13:45.622 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.622 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.622 INFO kablam! | Oct 13 13:13:45.622 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.622 INFO kablam! | Oct 13 13:13:45.622 INFO kablam! Oct 13 13:13:45.623 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.623 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.623 INFO kablam! | Oct 13 13:13:45.623 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.623 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.623 INFO kablam! ... Oct 13 13:13:45.623 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 13 13:13:45.623 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.623 INFO kablam! Oct 13 13:13:45.623 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.623 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.624 INFO kablam! | Oct 13 13:13:45.624 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.624 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.624 INFO kablam! ... Oct 13 13:13:45.624 INFO kablam! 3046 | rt_realloc_excess_unused!(rt_pow2_4096bytes_16align_realloc_excess_unused, 4096, 16); Oct 13 13:13:45.624 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.624 INFO kablam! | Oct 13 13:13:45.624 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.624 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.624 INFO kablam! | Oct 13 13:13:45.624 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.624 INFO kablam! | Oct 13 13:13:45.624 INFO kablam! Oct 13 13:13:45.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.625 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.625 INFO kablam! | Oct 13 13:13:45.625 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.625 INFO kablam! | ^^^^^ Oct 13 13:13:45.625 INFO kablam! ... Oct 13 13:13:45.625 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 13 13:13:45.625 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.625 INFO kablam! | Oct 13 13:13:45.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.625 INFO kablam! | Oct 13 13:13:45.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.625 INFO kablam! | Oct 13 13:13:45.625 INFO kablam! Oct 13 13:13:45.626 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.626 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.626 INFO kablam! | Oct 13 13:13:45.626 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.626 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.626 INFO kablam! ... Oct 13 13:13:45.626 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 13 13:13:45.626 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.626 INFO kablam! Oct 13 13:13:45.626 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.626 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.626 INFO kablam! | Oct 13 13:13:45.626 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.626 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.626 INFO kablam! ... Oct 13 13:13:45.626 INFO kablam! 3059 | rt_realloc_excess_unused!(rt_pow2_8192bytes_16align_realloc_excess_unused, 8192, 16); Oct 13 13:13:45.626 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.626 INFO kablam! | Oct 13 13:13:45.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.626 INFO kablam! | Oct 13 13:13:45.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.626 INFO kablam! | Oct 13 13:13:45.626 INFO kablam! Oct 13 13:13:45.628 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.628 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.628 INFO kablam! | Oct 13 13:13:45.628 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.628 INFO kablam! | ^^^^^ Oct 13 13:13:45.628 INFO kablam! ... Oct 13 13:13:45.628 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 13 13:13:45.628 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.628 INFO kablam! | Oct 13 13:13:45.628 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.628 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.628 INFO kablam! | Oct 13 13:13:45.628 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.628 INFO kablam! | Oct 13 13:13:45.628 INFO kablam! Oct 13 13:13:45.628 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.628 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.629 INFO kablam! | Oct 13 13:13:45.629 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.629 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.629 INFO kablam! ... Oct 13 13:13:45.629 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 13 13:13:45.629 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.629 INFO kablam! Oct 13 13:13:45.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.629 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.629 INFO kablam! | Oct 13 13:13:45.629 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.629 INFO kablam! ... Oct 13 13:13:45.629 INFO kablam! 3072 | rt_realloc_excess_unused!(rt_pow2_16384bytes_16align_realloc_excess_unused, 16384, 16); Oct 13 13:13:45.629 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.629 INFO kablam! | Oct 13 13:13:45.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.629 INFO kablam! | Oct 13 13:13:45.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.629 INFO kablam! | Oct 13 13:13:45.629 INFO kablam! Oct 13 13:13:45.631 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.631 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.631 INFO kablam! | Oct 13 13:13:45.631 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.631 INFO kablam! | ^^^^^ Oct 13 13:13:45.631 INFO kablam! ... Oct 13 13:13:45.631 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 13 13:13:45.631 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.631 INFO kablam! | Oct 13 13:13:45.631 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.631 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.631 INFO kablam! | Oct 13 13:13:45.631 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.631 INFO kablam! | Oct 13 13:13:45.631 INFO kablam! Oct 13 13:13:45.631 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.631 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.632 INFO kablam! | Oct 13 13:13:45.632 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.632 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.632 INFO kablam! ... Oct 13 13:13:45.632 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 13 13:13:45.632 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.632 INFO kablam! Oct 13 13:13:45.632 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.632 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.632 INFO kablam! | Oct 13 13:13:45.632 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.632 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.632 INFO kablam! ... Oct 13 13:13:45.632 INFO kablam! 3085 | rt_realloc_excess_unused!(rt_pow2_32768bytes_16align_realloc_excess_unused, 32768, 16); Oct 13 13:13:45.632 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.632 INFO kablam! | Oct 13 13:13:45.632 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.632 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.636 INFO kablam! | Oct 13 13:13:45.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.636 INFO kablam! | Oct 13 13:13:45.636 INFO kablam! Oct 13 13:13:45.636 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.636 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.636 INFO kablam! | Oct 13 13:13:45.636 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.636 INFO kablam! | ^^^^^ Oct 13 13:13:45.636 INFO kablam! ... Oct 13 13:13:45.636 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 13 13:13:45.636 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.636 INFO kablam! | Oct 13 13:13:45.636 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.636 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.636 INFO kablam! | Oct 13 13:13:45.636 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.636 INFO kablam! | Oct 13 13:13:45.636 INFO kablam! Oct 13 13:13:45.636 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.636 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.636 INFO kablam! | Oct 13 13:13:45.636 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.636 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.636 INFO kablam! ... Oct 13 13:13:45.636 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 13 13:13:45.636 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.636 INFO kablam! Oct 13 13:13:45.636 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.637 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.637 INFO kablam! | Oct 13 13:13:45.637 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.637 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.637 INFO kablam! ... Oct 13 13:13:45.637 INFO kablam! 3098 | rt_realloc_excess_unused!(rt_pow2_65536bytes_16align_realloc_excess_unused, 65536, 16); Oct 13 13:13:45.637 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.637 INFO kablam! | Oct 13 13:13:45.637 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.637 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.637 INFO kablam! | Oct 13 13:13:45.637 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.637 INFO kablam! | Oct 13 13:13:45.637 INFO kablam! Oct 13 13:13:45.646 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.646 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.646 INFO kablam! | Oct 13 13:13:45.646 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.646 INFO kablam! | ^^^^^ Oct 13 13:13:45.646 INFO kablam! ... Oct 13 13:13:45.646 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 13 13:13:45.646 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.646 INFO kablam! | Oct 13 13:13:45.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.646 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.646 INFO kablam! | Oct 13 13:13:45.646 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.646 INFO kablam! | Oct 13 13:13:45.646 INFO kablam! Oct 13 13:13:45.646 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.646 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.646 INFO kablam! | Oct 13 13:13:45.646 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.646 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.646 INFO kablam! ... Oct 13 13:13:45.646 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 13 13:13:45.646 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.646 INFO kablam! Oct 13 13:13:45.646 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.646 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.646 INFO kablam! | Oct 13 13:13:45.646 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.646 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.646 INFO kablam! ... Oct 13 13:13:45.646 INFO kablam! 3111 | rt_realloc_excess_unused!(rt_pow2_131072bytes_16align_realloc_excess_unused, 131072, 16); Oct 13 13:13:45.646 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.646 INFO kablam! | Oct 13 13:13:45.646 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! Oct 13 13:13:45.647 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.647 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.647 INFO kablam! | ^^^^^ Oct 13 13:13:45.647 INFO kablam! ... Oct 13 13:13:45.647 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 13 13:13:45.647 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! Oct 13 13:13:45.647 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.647 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.647 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.647 INFO kablam! ... Oct 13 13:13:45.647 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 13 13:13:45.647 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.647 INFO kablam! Oct 13 13:13:45.647 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.647 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.647 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.647 INFO kablam! ... Oct 13 13:13:45.647 INFO kablam! 3124 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_16align_realloc_excess_unused, 4194304, 16); Oct 13 13:13:45.647 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! Oct 13 13:13:45.647 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.647 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.647 INFO kablam! | ^^^^^ Oct 13 13:13:45.647 INFO kablam! ... Oct 13 13:13:45.647 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 13 13:13:45.647 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.647 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! Oct 13 13:13:45.647 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.647 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.647 INFO kablam! | Oct 13 13:13:45.647 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.647 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.647 INFO kablam! ... Oct 13 13:13:45.647 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 13 13:13:45.647 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.647 INFO kablam! Oct 13 13:13:45.648 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.648 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.648 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.648 INFO kablam! ... Oct 13 13:13:45.648 INFO kablam! 3138 | rt_realloc_excess_unused!(rt_even_10bytes_16align_realloc_excess_unused, 10, 16); Oct 13 13:13:45.648 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! Oct 13 13:13:45.648 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.648 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.648 INFO kablam! | ^^^^^ Oct 13 13:13:45.648 INFO kablam! ... Oct 13 13:13:45.648 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 13 13:13:45.648 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.648 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! Oct 13 13:13:45.648 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.648 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.648 INFO kablam! | Oct 13 13:13:45.648 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.648 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.648 INFO kablam! ... Oct 13 13:13:45.648 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 13 13:13:45.648 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.648 INFO kablam! Oct 13 13:13:45.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.649 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.649 INFO kablam! | Oct 13 13:13:45.649 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.649 INFO kablam! ... Oct 13 13:13:45.649 INFO kablam! 3151 | rt_realloc_excess_unused!(rt_even_100bytes_16align_realloc_excess_unused, 100, 16); Oct 13 13:13:45.649 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.649 INFO kablam! | Oct 13 13:13:45.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! Oct 13 13:13:45.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.652 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.652 INFO kablam! | ^^^^^ Oct 13 13:13:45.652 INFO kablam! ... Oct 13 13:13:45.652 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 13 13:13:45.652 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! Oct 13 13:13:45.652 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.652 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.652 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.652 INFO kablam! ... Oct 13 13:13:45.652 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 13 13:13:45.652 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.652 INFO kablam! Oct 13 13:13:45.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.652 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.652 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.652 INFO kablam! ... Oct 13 13:13:45.652 INFO kablam! 3164 | rt_realloc_excess_unused!(rt_even_1000bytes_16align_realloc_excess_unused, 1000, 16); Oct 13 13:13:45.652 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.652 INFO kablam! | Oct 13 13:13:45.653 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.653 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.653 INFO kablam! | Oct 13 13:13:45.653 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.653 INFO kablam! | Oct 13 13:13:45.653 INFO kablam! Oct 13 13:13:45.656 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.656 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.656 INFO kablam! | Oct 13 13:13:45.656 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.656 INFO kablam! | ^^^^^ Oct 13 13:13:45.656 INFO kablam! ... Oct 13 13:13:45.656 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 13 13:13:45.656 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.656 INFO kablam! | Oct 13 13:13:45.656 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.656 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.656 INFO kablam! | Oct 13 13:13:45.656 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.657 INFO kablam! | Oct 13 13:13:45.657 INFO kablam! Oct 13 13:13:45.657 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.657 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.657 INFO kablam! | Oct 13 13:13:45.657 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.657 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.657 INFO kablam! ... Oct 13 13:13:45.657 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 13 13:13:45.657 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.657 INFO kablam! Oct 13 13:13:45.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.657 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.657 INFO kablam! | Oct 13 13:13:45.657 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.657 INFO kablam! ... Oct 13 13:13:45.657 INFO kablam! 3177 | rt_realloc_excess_unused!(rt_even_10000bytes_16align_realloc_excess_unused, 10000, 16); Oct 13 13:13:45.657 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.657 INFO kablam! | Oct 13 13:13:45.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.657 INFO kablam! | Oct 13 13:13:45.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.657 INFO kablam! | Oct 13 13:13:45.657 INFO kablam! Oct 13 13:13:45.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.657 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.657 INFO kablam! | Oct 13 13:13:45.657 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.657 INFO kablam! | ^^^^^ Oct 13 13:13:45.657 INFO kablam! ... Oct 13 13:13:45.657 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 13 13:13:45.657 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! Oct 13 13:13:45.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.671 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.671 INFO kablam! ... Oct 13 13:13:45.671 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 13 13:13:45.671 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.671 INFO kablam! Oct 13 13:13:45.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.671 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.671 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.671 INFO kablam! ... Oct 13 13:13:45.671 INFO kablam! 3190 | rt_realloc_excess_unused!(rt_even_100000bytes_16align_realloc_excess_unused, 100000, 16); Oct 13 13:13:45.671 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! Oct 13 13:13:45.671 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.671 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.671 INFO kablam! | ^^^^^ Oct 13 13:13:45.671 INFO kablam! ... Oct 13 13:13:45.671 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 13 13:13:45.671 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.671 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! Oct 13 13:13:45.671 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.671 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.671 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.671 INFO kablam! ... Oct 13 13:13:45.671 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 13 13:13:45.671 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.671 INFO kablam! Oct 13 13:13:45.671 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.671 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.671 INFO kablam! | Oct 13 13:13:45.671 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.672 INFO kablam! ... Oct 13 13:13:45.672 INFO kablam! 3203 | rt_realloc_excess_unused!(rt_even_1000000bytes_16align_realloc_excess_unused, 1000000, 16); Oct 13 13:13:45.672 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! Oct 13 13:13:45.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.672 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.672 INFO kablam! | ^^^^^ Oct 13 13:13:45.672 INFO kablam! ... Oct 13 13:13:45.672 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 13 13:13:45.672 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! Oct 13 13:13:45.672 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.672 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.672 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.672 INFO kablam! ... Oct 13 13:13:45.672 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 13 13:13:45.672 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.672 INFO kablam! Oct 13 13:13:45.672 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.672 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.672 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.672 INFO kablam! ... Oct 13 13:13:45.672 INFO kablam! 3217 | rt_realloc_excess_unused!(rt_odd_10bytes_16align_realloc_excess_unused, 10- 1, 16); Oct 13 13:13:45.672 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! Oct 13 13:13:45.672 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.672 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.672 INFO kablam! | ^^^^^ Oct 13 13:13:45.672 INFO kablam! ... Oct 13 13:13:45.672 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 13 13:13:45.672 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.672 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.672 INFO kablam! | Oct 13 13:13:45.672 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! Oct 13 13:13:45.673 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.673 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.673 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.673 INFO kablam! ... Oct 13 13:13:45.673 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 13 13:13:45.673 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.673 INFO kablam! Oct 13 13:13:45.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.673 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.673 INFO kablam! ... Oct 13 13:13:45.673 INFO kablam! 3230 | rt_realloc_excess_unused!(rt_odd_100bytes_16align_realloc_excess_unused, 100- 1, 16); Oct 13 13:13:45.673 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! Oct 13 13:13:45.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.673 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.673 INFO kablam! | ^^^^^ Oct 13 13:13:45.673 INFO kablam! ... Oct 13 13:13:45.673 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 13 13:13:45.673 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! Oct 13 13:13:45.673 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.673 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.673 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.673 INFO kablam! ... Oct 13 13:13:45.673 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 13 13:13:45.673 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.673 INFO kablam! Oct 13 13:13:45.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.673 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.673 INFO kablam! ... Oct 13 13:13:45.673 INFO kablam! 3243 | rt_realloc_excess_unused!(rt_odd_1000bytes_16align_realloc_excess_unused, 1000- 1, 16); Oct 13 13:13:45.673 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.673 INFO kablam! | Oct 13 13:13:45.673 INFO kablam! Oct 13 13:13:45.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.684 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.684 INFO kablam! | ^^^^^ Oct 13 13:13:45.684 INFO kablam! ... Oct 13 13:13:45.684 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 13 13:13:45.684 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! Oct 13 13:13:45.684 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.684 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.684 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.684 INFO kablam! ... Oct 13 13:13:45.684 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 13 13:13:45.684 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.684 INFO kablam! Oct 13 13:13:45.684 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.684 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.684 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.684 INFO kablam! ... Oct 13 13:13:45.684 INFO kablam! 3256 | rt_realloc_excess_unused!(rt_odd_10000bytes_16align_realloc_excess_unused, 10000- 1, 16); Oct 13 13:13:45.684 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.684 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! Oct 13 13:13:45.684 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.684 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.684 INFO kablam! | ^^^^^ Oct 13 13:13:45.684 INFO kablam! ... Oct 13 13:13:45.684 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 13 13:13:45.684 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.684 INFO kablam! | Oct 13 13:13:45.684 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! Oct 13 13:13:45.685 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.685 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.685 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.685 INFO kablam! ... Oct 13 13:13:45.685 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 13 13:13:45.685 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.685 INFO kablam! Oct 13 13:13:45.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.685 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.685 INFO kablam! ... Oct 13 13:13:45.685 INFO kablam! 3269 | rt_realloc_excess_unused!(rt_odd_100000bytes_16align_realloc_excess_unused, 100000- 1, 16); Oct 13 13:13:45.685 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! Oct 13 13:13:45.685 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.685 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.685 INFO kablam! | ^^^^^ Oct 13 13:13:45.685 INFO kablam! ... Oct 13 13:13:45.685 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:45.685 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! Oct 13 13:13:45.685 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.685 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.685 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.685 INFO kablam! ... Oct 13 13:13:45.685 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:45.685 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.685 INFO kablam! Oct 13 13:13:45.685 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.685 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.685 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.685 INFO kablam! ... Oct 13 13:13:45.685 INFO kablam! 3282 | rt_realloc_excess_unused!(rt_odd_1000000bytes_16align_realloc_excess_unused, 1000000- 1, 16); Oct 13 13:13:45.685 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.685 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.685 INFO kablam! | Oct 13 13:13:45.685 INFO kablam! Oct 13 13:13:45.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.696 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.696 INFO kablam! | ^^^^^ Oct 13 13:13:45.696 INFO kablam! ... Oct 13 13:13:45.696 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 13 13:13:45.696 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! Oct 13 13:13:45.696 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.696 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.696 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.696 INFO kablam! ... Oct 13 13:13:45.696 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 13 13:13:45.696 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.696 INFO kablam! Oct 13 13:13:45.696 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.696 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.696 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.696 INFO kablam! ... Oct 13 13:13:45.696 INFO kablam! 3296 | rt_realloc_excess_unused!(rt_primes_3bytes_16align_realloc_excess_unused, 3, 16); Oct 13 13:13:45.696 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.696 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! Oct 13 13:13:45.696 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.696 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.696 INFO kablam! | Oct 13 13:13:45.696 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.696 INFO kablam! | ^^^^^ Oct 13 13:13:45.696 INFO kablam! ... Oct 13 13:13:45.697 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 13 13:13:45.697 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! Oct 13 13:13:45.697 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.697 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.697 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.697 INFO kablam! ... Oct 13 13:13:45.697 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 13 13:13:45.697 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.697 INFO kablam! Oct 13 13:13:45.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.697 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.697 INFO kablam! ... Oct 13 13:13:45.697 INFO kablam! 3309 | rt_realloc_excess_unused!(rt_primes_7bytes_16align_realloc_excess_unused, 7, 16); Oct 13 13:13:45.697 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! Oct 13 13:13:45.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.697 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.697 INFO kablam! | ^^^^^ Oct 13 13:13:45.697 INFO kablam! ... Oct 13 13:13:45.697 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 13 13:13:45.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! Oct 13 13:13:45.697 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.697 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.697 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.697 INFO kablam! ... Oct 13 13:13:45.697 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 13 13:13:45.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.697 INFO kablam! Oct 13 13:13:45.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.697 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.697 INFO kablam! ... Oct 13 13:13:45.697 INFO kablam! 3322 | rt_realloc_excess_unused!(rt_primes_13bytes_16align_realloc_excess_unused, 13, 16); Oct 13 13:13:45.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! Oct 13 13:13:45.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.697 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.697 INFO kablam! | ^^^^^ Oct 13 13:13:45.697 INFO kablam! ... Oct 13 13:13:45.697 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 13 13:13:45.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.697 INFO kablam! | Oct 13 13:13:45.697 INFO kablam! Oct 13 13:13:45.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.704 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.704 INFO kablam! ... Oct 13 13:13:45.704 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 13 13:13:45.704 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.704 INFO kablam! Oct 13 13:13:45.704 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.704 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.704 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.704 INFO kablam! ... Oct 13 13:13:45.704 INFO kablam! 3335 | rt_realloc_excess_unused!(rt_primes_17bytes_16align_realloc_excess_unused, 17, 16); Oct 13 13:13:45.704 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! Oct 13 13:13:45.704 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.704 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.704 INFO kablam! | ^^^^^ Oct 13 13:13:45.704 INFO kablam! ... Oct 13 13:13:45.704 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 13 13:13:45.704 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.704 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! Oct 13 13:13:45.704 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.704 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.704 INFO kablam! | Oct 13 13:13:45.704 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.704 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.704 INFO kablam! ... Oct 13 13:13:45.705 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 13 13:13:45.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.705 INFO kablam! Oct 13 13:13:45.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.705 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.705 INFO kablam! ... Oct 13 13:13:45.705 INFO kablam! 3348 | rt_realloc_excess_unused!(rt_primes_31bytes_16align_realloc_excess_unused, 31, 16); Oct 13 13:13:45.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! Oct 13 13:13:45.705 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.705 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.705 INFO kablam! | ^^^^^ Oct 13 13:13:45.705 INFO kablam! ... Oct 13 13:13:45.705 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 13 13:13:45.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! Oct 13 13:13:45.705 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.705 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.705 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.705 INFO kablam! ... Oct 13 13:13:45.705 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 13 13:13:45.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.705 INFO kablam! Oct 13 13:13:45.705 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.705 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.705 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.705 INFO kablam! ... Oct 13 13:13:45.705 INFO kablam! 3361 | rt_realloc_excess_unused!(rt_primes_61bytes_16align_realloc_excess_unused, 61, 16); Oct 13 13:13:45.705 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.705 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.705 INFO kablam! | Oct 13 13:13:45.705 INFO kablam! Oct 13 13:13:45.716 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.716 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.716 INFO kablam! | Oct 13 13:13:45.716 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.716 INFO kablam! | ^^^^^ Oct 13 13:13:45.716 INFO kablam! ... Oct 13 13:13:45.716 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 13 13:13:45.716 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.716 INFO kablam! | Oct 13 13:13:45.716 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.716 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.716 INFO kablam! | Oct 13 13:13:45.716 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.716 INFO kablam! | Oct 13 13:13:45.716 INFO kablam! Oct 13 13:13:45.716 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.716 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.716 INFO kablam! | Oct 13 13:13:45.716 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.716 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.716 INFO kablam! ... Oct 13 13:13:45.716 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 13 13:13:45.716 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.716 INFO kablam! Oct 13 13:13:45.716 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.716 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.716 INFO kablam! | Oct 13 13:13:45.716 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.716 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.716 INFO kablam! ... Oct 13 13:13:45.716 INFO kablam! 3374 | rt_realloc_excess_unused!(rt_primes_96bytes_16align_realloc_excess_unused, 96, 16); Oct 13 13:13:45.717 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! Oct 13 13:13:45.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.717 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.717 INFO kablam! | ^^^^^ Oct 13 13:13:45.717 INFO kablam! ... Oct 13 13:13:45.717 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 13 13:13:45.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! Oct 13 13:13:45.717 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.717 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.717 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.717 INFO kablam! ... Oct 13 13:13:45.717 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 13 13:13:45.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.717 INFO kablam! Oct 13 13:13:45.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.717 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.717 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.717 INFO kablam! ... Oct 13 13:13:45.717 INFO kablam! 3387 | rt_realloc_excess_unused!(rt_primes_127bytes_16align_realloc_excess_unused, 127, 16); Oct 13 13:13:45.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! Oct 13 13:13:45.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.717 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.717 INFO kablam! | ^^^^^ Oct 13 13:13:45.717 INFO kablam! ... Oct 13 13:13:45.717 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 13 13:13:45.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! Oct 13 13:13:45.717 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.717 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.717 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.717 INFO kablam! ... Oct 13 13:13:45.717 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 13 13:13:45.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.717 INFO kablam! Oct 13 13:13:45.717 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.717 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.717 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.717 INFO kablam! ... Oct 13 13:13:45.717 INFO kablam! 3400 | rt_realloc_excess_unused!(rt_primes_257bytes_16align_realloc_excess_unused, 257, 16); Oct 13 13:13:45.717 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.717 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.717 INFO kablam! | Oct 13 13:13:45.717 INFO kablam! Oct 13 13:13:45.717 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.717 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.718 INFO kablam! | Oct 13 13:13:45.718 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.718 INFO kablam! | ^^^^^ Oct 13 13:13:45.718 INFO kablam! ... Oct 13 13:13:45.718 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 13 13:13:45.718 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.718 INFO kablam! | Oct 13 13:13:45.718 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.718 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.718 INFO kablam! | Oct 13 13:13:45.718 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.718 INFO kablam! | Oct 13 13:13:45.718 INFO kablam! Oct 13 13:13:45.718 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.718 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.718 INFO kablam! | Oct 13 13:13:45.718 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.718 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.718 INFO kablam! ... Oct 13 13:13:45.718 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 13 13:13:45.718 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.718 INFO kablam! Oct 13 13:13:45.718 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.718 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.718 INFO kablam! | Oct 13 13:13:45.718 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.718 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.718 INFO kablam! ... Oct 13 13:13:45.718 INFO kablam! 3413 | rt_realloc_excess_unused!(rt_primes_509bytes_16align_realloc_excess_unused, 509, 16); Oct 13 13:13:45.718 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.724 INFO kablam! | Oct 13 13:13:45.724 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.724 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.724 INFO kablam! | Oct 13 13:13:45.724 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.724 INFO kablam! | Oct 13 13:13:45.724 INFO kablam! Oct 13 13:13:45.724 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.724 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.724 INFO kablam! | Oct 13 13:13:45.724 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.724 INFO kablam! | ^^^^^ Oct 13 13:13:45.724 INFO kablam! ... Oct 13 13:13:45.724 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 13 13:13:45.724 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! Oct 13 13:13:45.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.725 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.725 INFO kablam! ... Oct 13 13:13:45.725 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 13 13:13:45.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.725 INFO kablam! Oct 13 13:13:45.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.725 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.725 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.725 INFO kablam! ... Oct 13 13:13:45.725 INFO kablam! 3426 | rt_realloc_excess_unused!(rt_primes_1021bytes_16align_realloc_excess_unused, 1021, 16); Oct 13 13:13:45.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! Oct 13 13:13:45.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.725 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.725 INFO kablam! | ^^^^^ Oct 13 13:13:45.725 INFO kablam! ... Oct 13 13:13:45.725 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 13 13:13:45.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! Oct 13 13:13:45.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.725 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.725 INFO kablam! ... Oct 13 13:13:45.725 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 13 13:13:45.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.725 INFO kablam! Oct 13 13:13:45.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.725 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.725 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.725 INFO kablam! ... Oct 13 13:13:45.725 INFO kablam! 3439 | rt_realloc_excess_unused!(rt_primes_2039bytes_16align_realloc_excess_unused, 2039, 16); Oct 13 13:13:45.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.725 INFO kablam! | Oct 13 13:13:45.725 INFO kablam! Oct 13 13:13:45.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.725 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.726 INFO kablam! | Oct 13 13:13:45.726 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.726 INFO kablam! | ^^^^^ Oct 13 13:13:45.726 INFO kablam! ... Oct 13 13:13:45.726 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 13 13:13:45.726 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.726 INFO kablam! | Oct 13 13:13:45.726 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.726 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.726 INFO kablam! | Oct 13 13:13:45.726 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.726 INFO kablam! | Oct 13 13:13:45.726 INFO kablam! Oct 13 13:13:45.732 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.732 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.732 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.732 INFO kablam! ... Oct 13 13:13:45.732 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 13 13:13:45.732 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.732 INFO kablam! Oct 13 13:13:45.732 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.732 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.732 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.732 INFO kablam! ... Oct 13 13:13:45.732 INFO kablam! 3452 | rt_realloc_excess_unused!(rt_primes_4093bytes_16align_realloc_excess_unused, 4093, 16); Oct 13 13:13:45.732 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! Oct 13 13:13:45.732 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.732 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.732 INFO kablam! | ^^^^^ Oct 13 13:13:45.732 INFO kablam! ... Oct 13 13:13:45.732 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 13 13:13:45.732 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.732 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! Oct 13 13:13:45.732 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.732 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.732 INFO kablam! | Oct 13 13:13:45.732 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.732 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.732 INFO kablam! ... Oct 13 13:13:45.732 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 13 13:13:45.732 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.732 INFO kablam! Oct 13 13:13:45.733 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.733 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.733 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.733 INFO kablam! ... Oct 13 13:13:45.733 INFO kablam! 3465 | rt_realloc_excess_unused!(rt_primes_8191bytes_16align_realloc_excess_unused, 8191, 16); Oct 13 13:13:45.733 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! Oct 13 13:13:45.733 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.733 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.733 INFO kablam! | ^^^^^ Oct 13 13:13:45.733 INFO kablam! ... Oct 13 13:13:45.733 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 13 13:13:45.733 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.733 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! Oct 13 13:13:45.733 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.733 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.733 INFO kablam! | Oct 13 13:13:45.733 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.733 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.733 INFO kablam! ... Oct 13 13:13:45.733 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 13 13:13:45.733 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.736 INFO kablam! Oct 13 13:13:45.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.736 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.736 INFO kablam! | Oct 13 13:13:45.736 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.736 INFO kablam! ... Oct 13 13:13:45.736 INFO kablam! 3478 | rt_realloc_excess_unused!(rt_primes_16381bytes_16align_realloc_excess_unused, 16381, 16); Oct 13 13:13:45.736 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.736 INFO kablam! | Oct 13 13:13:45.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.736 INFO kablam! | Oct 13 13:13:45.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.736 INFO kablam! | Oct 13 13:13:45.736 INFO kablam! Oct 13 13:13:45.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.736 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.736 INFO kablam! | Oct 13 13:13:45.736 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.736 INFO kablam! | ^^^^^ Oct 13 13:13:45.736 INFO kablam! ... Oct 13 13:13:45.736 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 13 13:13:45.737 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.737 INFO kablam! | Oct 13 13:13:45.737 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.737 INFO kablam! | Oct 13 13:13:45.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.737 INFO kablam! | Oct 13 13:13:45.737 INFO kablam! Oct 13 13:13:45.746 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.746 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.746 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.746 INFO kablam! ... Oct 13 13:13:45.746 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 13 13:13:45.746 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.746 INFO kablam! Oct 13 13:13:45.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.746 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.746 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.746 INFO kablam! ... Oct 13 13:13:45.746 INFO kablam! 3491 | rt_realloc_excess_unused!(rt_primes_32749bytes_16align_realloc_excess_unused, 32749, 16); Oct 13 13:13:45.746 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! Oct 13 13:13:45.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.746 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.746 INFO kablam! | ^^^^^ Oct 13 13:13:45.746 INFO kablam! ... Oct 13 13:13:45.746 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 13 13:13:45.746 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! Oct 13 13:13:45.746 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.746 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.746 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.746 INFO kablam! ... Oct 13 13:13:45.746 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 13 13:13:45.746 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.746 INFO kablam! Oct 13 13:13:45.746 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.746 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.746 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.746 INFO kablam! ... Oct 13 13:13:45.746 INFO kablam! 3504 | rt_realloc_excess_unused!(rt_primes_65537bytes_16align_realloc_excess_unused, 65537, 16); Oct 13 13:13:45.746 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! Oct 13 13:13:45.746 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.746 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.746 INFO kablam! | ^^^^^ Oct 13 13:13:45.746 INFO kablam! ... Oct 13 13:13:45.746 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 13 13:13:45.746 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.746 INFO kablam! | Oct 13 13:13:45.746 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.746 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! Oct 13 13:13:45.747 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.747 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.747 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.747 INFO kablam! ... Oct 13 13:13:45.747 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 13 13:13:45.747 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.747 INFO kablam! Oct 13 13:13:45.747 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.747 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.747 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.747 INFO kablam! ... Oct 13 13:13:45.747 INFO kablam! 3517 | rt_realloc_excess_unused!(rt_primes_131071bytes_16align_realloc_excess_unused, 131071, 16); Oct 13 13:13:45.747 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! Oct 13 13:13:45.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.747 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.747 INFO kablam! | ^^^^^ Oct 13 13:13:45.747 INFO kablam! ... Oct 13 13:13:45.747 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 13 13:13:45.747 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! Oct 13 13:13:45.747 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.747 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.747 INFO kablam! | Oct 13 13:13:45.747 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.747 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.747 INFO kablam! ... Oct 13 13:13:45.747 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 13 13:13:45.747 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.747 INFO kablam! Oct 13 13:13:45.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.753 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.753 INFO kablam! | Oct 13 13:13:45.753 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.753 INFO kablam! ... Oct 13 13:13:45.753 INFO kablam! 3530 | rt_realloc_excess_unused!(rt_primes_4194301bytes_16align_realloc_excess_unused, 4194301, 16); Oct 13 13:13:45.753 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.753 INFO kablam! | Oct 13 13:13:45.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.753 INFO kablam! | Oct 13 13:13:45.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.753 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! Oct 13 13:13:45.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.754 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.754 INFO kablam! | ^^^^^ Oct 13 13:13:45.754 INFO kablam! ... Oct 13 13:13:45.754 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 13 13:13:45.754 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! Oct 13 13:13:45.754 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.754 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.754 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.754 INFO kablam! ... Oct 13 13:13:45.754 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 13 13:13:45.754 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.754 INFO kablam! Oct 13 13:13:45.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.754 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.754 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.754 INFO kablam! ... Oct 13 13:13:45.754 INFO kablam! 3546 | rt_realloc_excess_unused!(rt_pow2_1bytes_32align_realloc_excess_unused, 1, 32); Oct 13 13:13:45.754 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! Oct 13 13:13:45.754 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.754 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.754 INFO kablam! | ^^^^^ Oct 13 13:13:45.754 INFO kablam! ... Oct 13 13:13:45.754 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 13 13:13:45.754 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! Oct 13 13:13:45.754 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.754 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.754 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.754 INFO kablam! ... Oct 13 13:13:45.754 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 13 13:13:45.754 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.754 INFO kablam! Oct 13 13:13:45.754 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.754 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.754 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.754 INFO kablam! ... Oct 13 13:13:45.754 INFO kablam! 3559 | rt_realloc_excess_unused!(rt_pow2_2bytes_32align_realloc_excess_unused, 2, 32); Oct 13 13:13:45.754 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.754 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.754 INFO kablam! | Oct 13 13:13:45.754 INFO kablam! Oct 13 13:13:45.760 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.760 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.760 INFO kablam! | Oct 13 13:13:45.760 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.760 INFO kablam! | ^^^^^ Oct 13 13:13:45.760 INFO kablam! ... Oct 13 13:13:45.760 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 13 13:13:45.760 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.760 INFO kablam! | Oct 13 13:13:45.760 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.760 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.760 INFO kablam! | Oct 13 13:13:45.760 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.760 INFO kablam! | Oct 13 13:13:45.760 INFO kablam! Oct 13 13:13:45.768 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.768 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.768 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.768 INFO kablam! ... Oct 13 13:13:45.768 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 13 13:13:45.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.768 INFO kablam! Oct 13 13:13:45.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.768 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.768 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.768 INFO kablam! ... Oct 13 13:13:45.768 INFO kablam! 3572 | rt_realloc_excess_unused!(rt_pow2_4bytes_32align_realloc_excess_unused, 4, 32); Oct 13 13:13:45.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! Oct 13 13:13:45.768 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.768 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.768 INFO kablam! | ^^^^^ Oct 13 13:13:45.768 INFO kablam! ... Oct 13 13:13:45.768 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 13 13:13:45.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! Oct 13 13:13:45.768 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.768 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.768 INFO kablam! | Oct 13 13:13:45.768 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.768 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.768 INFO kablam! ... Oct 13 13:13:45.768 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 13 13:13:45.768 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.768 INFO kablam! Oct 13 13:13:45.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.769 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.769 INFO kablam! ... Oct 13 13:13:45.769 INFO kablam! 3585 | rt_realloc_excess_unused!(rt_pow2_8bytes_32align_realloc_excess_unused, 8, 32); Oct 13 13:13:45.769 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! Oct 13 13:13:45.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.769 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.769 INFO kablam! | ^^^^^ Oct 13 13:13:45.769 INFO kablam! ... Oct 13 13:13:45.769 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 13 13:13:45.769 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! Oct 13 13:13:45.769 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.769 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.769 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.769 INFO kablam! ... Oct 13 13:13:45.769 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 13 13:13:45.769 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.769 INFO kablam! Oct 13 13:13:45.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.769 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.769 INFO kablam! ... Oct 13 13:13:45.769 INFO kablam! 3598 | rt_realloc_excess_unused!(rt_pow2_16bytes_32align_realloc_excess_unused, 16, 32); Oct 13 13:13:45.769 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! Oct 13 13:13:45.769 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.769 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.769 INFO kablam! | ^^^^^ Oct 13 13:13:45.769 INFO kablam! ... Oct 13 13:13:45.769 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 13 13:13:45.769 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.769 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! Oct 13 13:13:45.769 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.769 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.769 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.769 INFO kablam! ... Oct 13 13:13:45.769 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 13 13:13:45.769 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.769 INFO kablam! Oct 13 13:13:45.769 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.769 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.769 INFO kablam! | Oct 13 13:13:45.769 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.769 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.769 INFO kablam! ... Oct 13 13:13:45.769 INFO kablam! 3611 | rt_realloc_excess_unused!(rt_pow2_32bytes_32align_realloc_excess_unused, 32, 32); Oct 13 13:13:45.769 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! Oct 13 13:13:45.770 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.770 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.770 INFO kablam! | ^^^^^ Oct 13 13:13:45.770 INFO kablam! ... Oct 13 13:13:45.770 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 13 13:13:45.770 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! Oct 13 13:13:45.770 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.770 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.770 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.770 INFO kablam! ... Oct 13 13:13:45.770 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 13 13:13:45.770 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.770 INFO kablam! Oct 13 13:13:45.770 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.770 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.770 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.770 INFO kablam! ... Oct 13 13:13:45.770 INFO kablam! 3624 | rt_realloc_excess_unused!(rt_pow2_64bytes_32align_realloc_excess_unused, 64, 32); Oct 13 13:13:45.770 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.770 INFO kablam! | Oct 13 13:13:45.770 INFO kablam! Oct 13 13:13:45.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.774 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.774 INFO kablam! | ^^^^^ Oct 13 13:13:45.774 INFO kablam! ... Oct 13 13:13:45.774 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 13 13:13:45.774 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! Oct 13 13:13:45.774 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.774 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.774 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.774 INFO kablam! ... Oct 13 13:13:45.774 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 13 13:13:45.774 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.774 INFO kablam! Oct 13 13:13:45.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.774 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.774 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.774 INFO kablam! ... Oct 13 13:13:45.774 INFO kablam! 3637 | rt_realloc_excess_unused!(rt_pow2_128bytes_32align_realloc_excess_unused, 128, 32); Oct 13 13:13:45.774 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.774 INFO kablam! | Oct 13 13:13:45.774 INFO kablam! Oct 13 13:13:45.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.778 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.778 INFO kablam! | ^^^^^ Oct 13 13:13:45.778 INFO kablam! ... Oct 13 13:13:45.778 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 13 13:13:45.778 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! Oct 13 13:13:45.778 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.778 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.778 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.778 INFO kablam! ... Oct 13 13:13:45.778 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 13 13:13:45.778 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.778 INFO kablam! Oct 13 13:13:45.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.778 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.778 INFO kablam! ... Oct 13 13:13:45.778 INFO kablam! 3650 | rt_realloc_excess_unused!(rt_pow2_256bytes_32align_realloc_excess_unused, 256, 32); Oct 13 13:13:45.778 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! Oct 13 13:13:45.778 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.778 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.778 INFO kablam! | ^^^^^ Oct 13 13:13:45.778 INFO kablam! ... Oct 13 13:13:45.778 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 13 13:13:45.778 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! Oct 13 13:13:45.778 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.778 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.778 INFO kablam! | Oct 13 13:13:45.778 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.778 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.778 INFO kablam! ... Oct 13 13:13:45.778 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 13 13:13:45.778 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.778 INFO kablam! Oct 13 13:13:45.782 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.782 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.782 INFO kablam! | Oct 13 13:13:45.782 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.782 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.782 INFO kablam! ... Oct 13 13:13:45.783 INFO kablam! 3663 | rt_realloc_excess_unused!(rt_pow2_512bytes_32align_realloc_excess_unused, 512, 32); Oct 13 13:13:45.783 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! Oct 13 13:13:45.783 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.783 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.783 INFO kablam! | ^^^^^ Oct 13 13:13:45.783 INFO kablam! ... Oct 13 13:13:45.783 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 13 13:13:45.783 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! Oct 13 13:13:45.783 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.783 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.783 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.783 INFO kablam! ... Oct 13 13:13:45.783 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 13 13:13:45.783 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.783 INFO kablam! Oct 13 13:13:45.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.783 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.783 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.783 INFO kablam! ... Oct 13 13:13:45.783 INFO kablam! 3676 | rt_realloc_excess_unused!(rt_pow2_1024bytes_32align_realloc_excess_unused, 1024, 32); Oct 13 13:13:45.783 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.783 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.783 INFO kablam! | Oct 13 13:13:45.783 INFO kablam! Oct 13 13:13:45.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.785 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.785 INFO kablam! | ^^^^^ Oct 13 13:13:45.785 INFO kablam! ... Oct 13 13:13:45.785 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 13 13:13:45.785 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! Oct 13 13:13:45.785 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.785 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.785 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.785 INFO kablam! ... Oct 13 13:13:45.785 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 13 13:13:45.785 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.785 INFO kablam! Oct 13 13:13:45.785 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.785 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.785 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.785 INFO kablam! ... Oct 13 13:13:45.785 INFO kablam! 3689 | rt_realloc_excess_unused!(rt_pow2_2048bytes_32align_realloc_excess_unused, 2048, 32); Oct 13 13:13:45.785 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.785 INFO kablam! Oct 13 13:13:45.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.785 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.785 INFO kablam! | Oct 13 13:13:45.786 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.786 INFO kablam! | ^^^^^ Oct 13 13:13:45.786 INFO kablam! ... Oct 13 13:13:45.786 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 13 13:13:45.786 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.786 INFO kablam! | Oct 13 13:13:45.786 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.786 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.786 INFO kablam! | Oct 13 13:13:45.786 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.786 INFO kablam! | Oct 13 13:13:45.786 INFO kablam! Oct 13 13:13:45.789 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.789 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.789 INFO kablam! | Oct 13 13:13:45.789 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.789 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.789 INFO kablam! ... Oct 13 13:13:45.789 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 13 13:13:45.789 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.789 INFO kablam! Oct 13 13:13:45.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.789 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.789 INFO kablam! | Oct 13 13:13:45.789 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.789 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.789 INFO kablam! ... Oct 13 13:13:45.789 INFO kablam! 3702 | rt_realloc_excess_unused!(rt_pow2_4096bytes_32align_realloc_excess_unused, 4096, 32); Oct 13 13:13:45.789 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.789 INFO kablam! | Oct 13 13:13:45.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.789 INFO kablam! | Oct 13 13:13:45.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.789 INFO kablam! | Oct 13 13:13:45.789 INFO kablam! Oct 13 13:13:45.789 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.790 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.790 INFO kablam! | Oct 13 13:13:45.790 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.790 INFO kablam! | ^^^^^ Oct 13 13:13:45.790 INFO kablam! ... Oct 13 13:13:45.790 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 13 13:13:45.790 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.790 INFO kablam! | Oct 13 13:13:45.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.790 INFO kablam! | Oct 13 13:13:45.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.790 INFO kablam! | Oct 13 13:13:45.790 INFO kablam! Oct 13 13:13:45.790 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.790 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.790 INFO kablam! | Oct 13 13:13:45.790 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.790 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.790 INFO kablam! ... Oct 13 13:13:45.790 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 13 13:13:45.790 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.790 INFO kablam! Oct 13 13:13:45.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.792 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.792 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.792 INFO kablam! ... Oct 13 13:13:45.792 INFO kablam! 3715 | rt_realloc_excess_unused!(rt_pow2_8192bytes_32align_realloc_excess_unused, 8192, 32); Oct 13 13:13:45.792 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! Oct 13 13:13:45.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.792 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.792 INFO kablam! | ^^^^^ Oct 13 13:13:45.792 INFO kablam! ... Oct 13 13:13:45.792 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 13 13:13:45.792 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! Oct 13 13:13:45.792 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.792 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.792 INFO kablam! | Oct 13 13:13:45.792 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.792 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.792 INFO kablam! ... Oct 13 13:13:45.792 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 13 13:13:45.792 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.792 INFO kablam! Oct 13 13:13:45.792 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.792 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.793 INFO kablam! | Oct 13 13:13:45.793 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.793 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.794 INFO kablam! ... Oct 13 13:13:45.794 INFO kablam! 3728 | rt_realloc_excess_unused!(rt_pow2_16384bytes_32align_realloc_excess_unused, 16384, 32); Oct 13 13:13:45.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.794 INFO kablam! | Oct 13 13:13:45.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.794 INFO kablam! | Oct 13 13:13:45.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.794 INFO kablam! | Oct 13 13:13:45.794 INFO kablam! Oct 13 13:13:45.794 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.794 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.794 INFO kablam! | Oct 13 13:13:45.794 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.794 INFO kablam! | ^^^^^ Oct 13 13:13:45.794 INFO kablam! ... Oct 13 13:13:45.794 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 13 13:13:45.794 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.794 INFO kablam! | Oct 13 13:13:45.794 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.794 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.794 INFO kablam! | Oct 13 13:13:45.794 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.794 INFO kablam! | Oct 13 13:13:45.794 INFO kablam! Oct 13 13:13:45.799 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.799 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.799 INFO kablam! ... Oct 13 13:13:45.799 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 13 13:13:45.799 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.799 INFO kablam! Oct 13 13:13:45.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.799 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.799 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.799 INFO kablam! ... Oct 13 13:13:45.799 INFO kablam! 3741 | rt_realloc_excess_unused!(rt_pow2_32768bytes_32align_realloc_excess_unused, 32768, 32); Oct 13 13:13:45.799 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! Oct 13 13:13:45.799 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.799 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.799 INFO kablam! | ^^^^^ Oct 13 13:13:45.799 INFO kablam! ... Oct 13 13:13:45.799 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 13 13:13:45.799 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! Oct 13 13:13:45.799 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.799 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.799 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.799 INFO kablam! ... Oct 13 13:13:45.799 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 13 13:13:45.799 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.799 INFO kablam! Oct 13 13:13:45.799 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.799 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.799 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.799 INFO kablam! ... Oct 13 13:13:45.799 INFO kablam! 3754 | rt_realloc_excess_unused!(rt_pow2_65536bytes_32align_realloc_excess_unused, 65536, 32); Oct 13 13:13:45.799 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.799 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.799 INFO kablam! | Oct 13 13:13:45.799 INFO kablam! Oct 13 13:13:45.805 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.805 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.805 INFO kablam! | ^^^^^ Oct 13 13:13:45.805 INFO kablam! ... Oct 13 13:13:45.805 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 13 13:13:45.805 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.805 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! Oct 13 13:13:45.805 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.805 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.805 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.805 INFO kablam! ... Oct 13 13:13:45.805 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 13 13:13:45.805 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.805 INFO kablam! Oct 13 13:13:45.805 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.805 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.805 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.805 INFO kablam! ... Oct 13 13:13:45.805 INFO kablam! 3767 | rt_realloc_excess_unused!(rt_pow2_131072bytes_32align_realloc_excess_unused, 131072, 32); Oct 13 13:13:45.805 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.805 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! Oct 13 13:13:45.805 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.805 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.805 INFO kablam! | ^^^^^ Oct 13 13:13:45.805 INFO kablam! ... Oct 13 13:13:45.805 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 13 13:13:45.805 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.805 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! Oct 13 13:13:45.805 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.805 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.805 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.805 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.805 INFO kablam! ... Oct 13 13:13:45.805 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 13 13:13:45.805 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.805 INFO kablam! Oct 13 13:13:45.805 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.805 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.805 INFO kablam! | Oct 13 13:13:45.806 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.806 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.806 INFO kablam! ... Oct 13 13:13:45.806 INFO kablam! 3780 | rt_realloc_excess_unused!(rt_pow2_4194304bytes_32align_realloc_excess_unused, 4194304, 32); Oct 13 13:13:45.806 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.806 INFO kablam! | Oct 13 13:13:45.806 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.806 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.806 INFO kablam! | Oct 13 13:13:45.806 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.806 INFO kablam! | Oct 13 13:13:45.806 INFO kablam! Oct 13 13:13:45.812 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.812 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.812 INFO kablam! | Oct 13 13:13:45.812 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.812 INFO kablam! | ^^^^^ Oct 13 13:13:45.812 INFO kablam! ... Oct 13 13:13:45.812 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 13 13:13:45.812 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.812 INFO kablam! | Oct 13 13:13:45.812 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.812 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.812 INFO kablam! | Oct 13 13:13:45.812 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.812 INFO kablam! | Oct 13 13:13:45.812 INFO kablam! Oct 13 13:13:45.812 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.812 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.812 INFO kablam! | Oct 13 13:13:45.812 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.812 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.812 INFO kablam! ... Oct 13 13:13:45.812 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 13 13:13:45.812 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.812 INFO kablam! Oct 13 13:13:45.815 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.815 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.815 INFO kablam! | Oct 13 13:13:45.815 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.815 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.815 INFO kablam! ... Oct 13 13:13:45.816 INFO kablam! 3794 | rt_realloc_excess_unused!(rt_even_10bytes_32align_realloc_excess_unused, 10, 32); Oct 13 13:13:45.816 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! Oct 13 13:13:45.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.816 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.816 INFO kablam! | ^^^^^ Oct 13 13:13:45.816 INFO kablam! ... Oct 13 13:13:45.816 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 13 13:13:45.816 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! Oct 13 13:13:45.816 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.816 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.816 INFO kablam! ... Oct 13 13:13:45.816 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 13 13:13:45.816 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.816 INFO kablam! Oct 13 13:13:45.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.816 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.816 INFO kablam! ... Oct 13 13:13:45.816 INFO kablam! 3807 | rt_realloc_excess_unused!(rt_even_100bytes_32align_realloc_excess_unused, 100, 32); Oct 13 13:13:45.816 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! Oct 13 13:13:45.816 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.816 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.816 INFO kablam! | ^^^^^ Oct 13 13:13:45.816 INFO kablam! ... Oct 13 13:13:45.816 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 13 13:13:45.816 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.816 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! Oct 13 13:13:45.816 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.816 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.816 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.816 INFO kablam! ... Oct 13 13:13:45.816 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 13 13:13:45.816 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.816 INFO kablam! Oct 13 13:13:45.816 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.816 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.816 INFO kablam! | Oct 13 13:13:45.816 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.816 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.816 INFO kablam! ... Oct 13 13:13:45.816 INFO kablam! 3820 | rt_realloc_excess_unused!(rt_even_1000bytes_32align_realloc_excess_unused, 1000, 32); Oct 13 13:13:45.816 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! Oct 13 13:13:45.817 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.817 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.817 INFO kablam! | ^^^^^ Oct 13 13:13:45.817 INFO kablam! ... Oct 13 13:13:45.817 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 13 13:13:45.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! Oct 13 13:13:45.817 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.817 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.817 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.817 INFO kablam! ... Oct 13 13:13:45.817 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 13 13:13:45.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.817 INFO kablam! Oct 13 13:13:45.817 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.817 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.817 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.817 INFO kablam! ... Oct 13 13:13:45.817 INFO kablam! 3833 | rt_realloc_excess_unused!(rt_even_10000bytes_32align_realloc_excess_unused, 10000, 32); Oct 13 13:13:45.817 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.817 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.817 INFO kablam! | Oct 13 13:13:45.817 INFO kablam! Oct 13 13:13:45.821 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.821 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.821 INFO kablam! | ^^^^^ Oct 13 13:13:45.821 INFO kablam! ... Oct 13 13:13:45.821 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 13 13:13:45.821 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! Oct 13 13:13:45.821 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.821 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.821 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.821 INFO kablam! ... Oct 13 13:13:45.821 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 13 13:13:45.821 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.821 INFO kablam! Oct 13 13:13:45.821 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.821 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.821 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.821 INFO kablam! ... Oct 13 13:13:45.821 INFO kablam! 3846 | rt_realloc_excess_unused!(rt_even_100000bytes_32align_realloc_excess_unused, 100000, 32); Oct 13 13:13:45.821 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.821 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.821 INFO kablam! | Oct 13 13:13:45.821 INFO kablam! Oct 13 13:13:45.828 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.828 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.828 INFO kablam! | Oct 13 13:13:45.828 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.828 INFO kablam! | ^^^^^ Oct 13 13:13:45.828 INFO kablam! ... Oct 13 13:13:45.828 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 13 13:13:45.828 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.828 INFO kablam! | Oct 13 13:13:45.828 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.828 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.828 INFO kablam! | Oct 13 13:13:45.828 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.828 INFO kablam! | Oct 13 13:13:45.828 INFO kablam! Oct 13 13:13:45.828 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.828 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.828 INFO kablam! | Oct 13 13:13:45.828 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.828 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.828 INFO kablam! ... Oct 13 13:13:45.829 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 13 13:13:45.829 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.829 INFO kablam! Oct 13 13:13:45.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.829 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.829 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.829 INFO kablam! ... Oct 13 13:13:45.829 INFO kablam! 3859 | rt_realloc_excess_unused!(rt_even_1000000bytes_32align_realloc_excess_unused, 1000000, 32); Oct 13 13:13:45.829 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! Oct 13 13:13:45.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.829 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.829 INFO kablam! | ^^^^^ Oct 13 13:13:45.829 INFO kablam! ... Oct 13 13:13:45.829 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 13 13:13:45.829 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! Oct 13 13:13:45.829 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.829 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.829 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.829 INFO kablam! ... Oct 13 13:13:45.829 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 13 13:13:45.829 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.829 INFO kablam! Oct 13 13:13:45.829 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.829 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.829 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.829 INFO kablam! ... Oct 13 13:13:45.829 INFO kablam! 3873 | rt_realloc_excess_unused!(rt_odd_10bytes_32align_realloc_excess_unused, 10- 1, 32); Oct 13 13:13:45.829 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! Oct 13 13:13:45.829 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.829 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.829 INFO kablam! | ^^^^^ Oct 13 13:13:45.829 INFO kablam! ... Oct 13 13:13:45.829 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 13 13:13:45.829 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.829 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.829 INFO kablam! | Oct 13 13:13:45.829 INFO kablam! Oct 13 13:13:45.833 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.833 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.833 INFO kablam! | Oct 13 13:13:45.833 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.833 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.833 INFO kablam! ... Oct 13 13:13:45.833 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 13 13:13:45.833 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.833 INFO kablam! Oct 13 13:13:45.833 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.833 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.833 INFO kablam! | Oct 13 13:13:45.833 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.833 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.833 INFO kablam! ... Oct 13 13:13:45.833 INFO kablam! 3886 | rt_realloc_excess_unused!(rt_odd_100bytes_32align_realloc_excess_unused, 100- 1, 32); Oct 13 13:13:45.833 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.833 INFO kablam! | Oct 13 13:13:45.833 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.833 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.833 INFO kablam! | Oct 13 13:13:45.833 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.833 INFO kablam! | Oct 13 13:13:45.833 INFO kablam! Oct 13 13:13:45.833 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.833 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.833 INFO kablam! | Oct 13 13:13:45.833 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.833 INFO kablam! | ^^^^^ Oct 13 13:13:45.833 INFO kablam! ... Oct 13 13:13:45.834 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 13 13:13:45.834 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.834 INFO kablam! | Oct 13 13:13:45.834 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.834 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.834 INFO kablam! | Oct 13 13:13:45.834 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.834 INFO kablam! | Oct 13 13:13:45.834 INFO kablam! Oct 13 13:13:45.834 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.834 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.834 INFO kablam! | Oct 13 13:13:45.834 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.834 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.834 INFO kablam! ... Oct 13 13:13:45.834 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 13 13:13:45.834 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.834 INFO kablam! Oct 13 13:13:45.836 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.836 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.836 INFO kablam! | Oct 13 13:13:45.836 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.836 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.836 INFO kablam! ... Oct 13 13:13:45.836 INFO kablam! 3899 | rt_realloc_excess_unused!(rt_odd_1000bytes_32align_realloc_excess_unused, 1000- 1, 32); Oct 13 13:13:45.836 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.836 INFO kablam! | Oct 13 13:13:45.836 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.836 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.836 INFO kablam! | Oct 13 13:13:45.836 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.836 INFO kablam! | Oct 13 13:13:45.836 INFO kablam! Oct 13 13:13:45.836 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.836 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.837 INFO kablam! | ^^^^^ Oct 13 13:13:45.837 INFO kablam! ... Oct 13 13:13:45.837 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 13 13:13:45.837 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! Oct 13 13:13:45.837 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.837 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.837 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.837 INFO kablam! ... Oct 13 13:13:45.837 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 13 13:13:45.837 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.837 INFO kablam! Oct 13 13:13:45.837 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.837 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.837 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.837 INFO kablam! ... Oct 13 13:13:45.837 INFO kablam! 3912 | rt_realloc_excess_unused!(rt_odd_10000bytes_32align_realloc_excess_unused, 10000- 1, 32); Oct 13 13:13:45.837 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! Oct 13 13:13:45.837 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.837 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.837 INFO kablam! | ^^^^^ Oct 13 13:13:45.837 INFO kablam! ... Oct 13 13:13:45.837 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 13 13:13:45.837 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.837 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.837 INFO kablam! | Oct 13 13:13:45.837 INFO kablam! Oct 13 13:13:45.842 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.842 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.842 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.842 INFO kablam! ... Oct 13 13:13:45.842 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 13 13:13:45.842 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.842 INFO kablam! Oct 13 13:13:45.842 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.842 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.842 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.842 INFO kablam! ... Oct 13 13:13:45.842 INFO kablam! 3925 | rt_realloc_excess_unused!(rt_odd_100000bytes_32align_realloc_excess_unused, 100000- 1, 32); Oct 13 13:13:45.842 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! Oct 13 13:13:45.842 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.842 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.842 INFO kablam! | ^^^^^ Oct 13 13:13:45.842 INFO kablam! ... Oct 13 13:13:45.842 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:45.842 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.842 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! Oct 13 13:13:45.842 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.842 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.842 INFO kablam! | Oct 13 13:13:45.842 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.842 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.842 INFO kablam! ... Oct 13 13:13:45.842 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:45.842 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.842 INFO kablam! Oct 13 13:13:45.852 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.852 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.852 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.852 INFO kablam! ... Oct 13 13:13:45.852 INFO kablam! 3938 | rt_realloc_excess_unused!(rt_odd_1000000bytes_32align_realloc_excess_unused, 1000000- 1, 32); Oct 13 13:13:45.852 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! Oct 13 13:13:45.852 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.852 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.852 INFO kablam! | ^^^^^ Oct 13 13:13:45.852 INFO kablam! ... Oct 13 13:13:45.852 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 13 13:13:45.852 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.852 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.852 INFO kablam! | Oct 13 13:13:45.852 INFO kablam! Oct 13 13:13:45.852 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.853 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.853 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.853 INFO kablam! ... Oct 13 13:13:45.853 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 13 13:13:45.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.853 INFO kablam! Oct 13 13:13:45.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.853 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.853 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.853 INFO kablam! ... Oct 13 13:13:45.853 INFO kablam! 3952 | rt_realloc_excess_unused!(rt_primes_3bytes_32align_realloc_excess_unused, 3, 32); Oct 13 13:13:45.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! Oct 13 13:13:45.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.853 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.853 INFO kablam! | ^^^^^ Oct 13 13:13:45.853 INFO kablam! ... Oct 13 13:13:45.853 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 13 13:13:45.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! Oct 13 13:13:45.853 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.853 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.853 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.853 INFO kablam! ... Oct 13 13:13:45.853 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 13 13:13:45.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.853 INFO kablam! Oct 13 13:13:45.853 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.853 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.853 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.853 INFO kablam! ... Oct 13 13:13:45.853 INFO kablam! 3965 | rt_realloc_excess_unused!(rt_primes_7bytes_32align_realloc_excess_unused, 7, 32); Oct 13 13:13:45.853 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! Oct 13 13:13:45.853 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.853 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.853 INFO kablam! | ^^^^^ Oct 13 13:13:45.853 INFO kablam! ... Oct 13 13:13:45.853 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 13 13:13:45.853 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.853 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.853 INFO kablam! | Oct 13 13:13:45.853 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! Oct 13 13:13:45.854 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.854 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.854 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.854 INFO kablam! ... Oct 13 13:13:45.854 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 13 13:13:45.854 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.854 INFO kablam! Oct 13 13:13:45.854 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.854 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.854 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.854 INFO kablam! ... Oct 13 13:13:45.854 INFO kablam! 3978 | rt_realloc_excess_unused!(rt_primes_13bytes_32align_realloc_excess_unused, 13, 32); Oct 13 13:13:45.854 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! Oct 13 13:13:45.854 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.854 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.854 INFO kablam! | ^^^^^ Oct 13 13:13:45.854 INFO kablam! ... Oct 13 13:13:45.854 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 13 13:13:45.854 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.854 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! Oct 13 13:13:45.854 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.854 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.854 INFO kablam! | Oct 13 13:13:45.854 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.854 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.854 INFO kablam! ... Oct 13 13:13:45.854 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 13 13:13:45.854 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.854 INFO kablam! Oct 13 13:13:45.856 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.856 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.856 INFO kablam! | Oct 13 13:13:45.856 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.856 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.856 INFO kablam! ... Oct 13 13:13:45.856 INFO kablam! 3991 | rt_realloc_excess_unused!(rt_primes_17bytes_32align_realloc_excess_unused, 17, 32); Oct 13 13:13:45.856 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.856 INFO kablam! | Oct 13 13:13:45.856 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.856 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.856 INFO kablam! | Oct 13 13:13:45.856 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.856 INFO kablam! | Oct 13 13:13:45.856 INFO kablam! Oct 13 13:13:45.856 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.856 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.856 INFO kablam! | Oct 13 13:13:45.856 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.856 INFO kablam! | ^^^^^ Oct 13 13:13:45.857 INFO kablam! ... Oct 13 13:13:45.857 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 13 13:13:45.857 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! Oct 13 13:13:45.857 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.857 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.857 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.857 INFO kablam! ... Oct 13 13:13:45.857 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 13 13:13:45.857 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.857 INFO kablam! Oct 13 13:13:45.857 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.857 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.857 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.857 INFO kablam! ... Oct 13 13:13:45.857 INFO kablam! 4004 | rt_realloc_excess_unused!(rt_primes_31bytes_32align_realloc_excess_unused, 31, 32); Oct 13 13:13:45.857 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.857 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.857 INFO kablam! | Oct 13 13:13:45.857 INFO kablam! Oct 13 13:13:45.864 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.865 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.865 INFO kablam! | ^^^^^ Oct 13 13:13:45.865 INFO kablam! ... Oct 13 13:13:45.865 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 13 13:13:45.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! Oct 13 13:13:45.865 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.865 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.865 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.865 INFO kablam! ... Oct 13 13:13:45.865 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 13 13:13:45.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.865 INFO kablam! Oct 13 13:13:45.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.865 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.865 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.865 INFO kablam! ... Oct 13 13:13:45.865 INFO kablam! 4017 | rt_realloc_excess_unused!(rt_primes_61bytes_32align_realloc_excess_unused, 61, 32); Oct 13 13:13:45.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! Oct 13 13:13:45.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.865 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.865 INFO kablam! | ^^^^^ Oct 13 13:13:45.865 INFO kablam! ... Oct 13 13:13:45.865 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 13 13:13:45.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! Oct 13 13:13:45.865 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.865 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.865 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.865 INFO kablam! ... Oct 13 13:13:45.865 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 13 13:13:45.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.865 INFO kablam! Oct 13 13:13:45.865 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.865 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.865 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.865 INFO kablam! ... Oct 13 13:13:45.865 INFO kablam! 4030 | rt_realloc_excess_unused!(rt_primes_96bytes_32align_realloc_excess_unused, 96, 32); Oct 13 13:13:45.865 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! Oct 13 13:13:45.865 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.865 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.865 INFO kablam! | ^^^^^ Oct 13 13:13:45.865 INFO kablam! ... Oct 13 13:13:45.865 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 13 13:13:45.865 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.865 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.865 INFO kablam! | Oct 13 13:13:45.865 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.866 INFO kablam! | Oct 13 13:13:45.866 INFO kablam! Oct 13 13:13:45.866 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.866 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.866 INFO kablam! | Oct 13 13:13:45.866 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.866 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.866 INFO kablam! ... Oct 13 13:13:45.866 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 13 13:13:45.866 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.867 INFO kablam! Oct 13 13:13:45.867 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.867 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.867 INFO kablam! | Oct 13 13:13:45.867 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.867 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.867 INFO kablam! ... Oct 13 13:13:45.867 INFO kablam! 4043 | rt_realloc_excess_unused!(rt_primes_127bytes_32align_realloc_excess_unused, 127, 32); Oct 13 13:13:45.867 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.867 INFO kablam! | Oct 13 13:13:45.867 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.867 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.867 INFO kablam! | Oct 13 13:13:45.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.868 INFO kablam! | Oct 13 13:13:45.868 INFO kablam! Oct 13 13:13:45.868 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.868 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.868 INFO kablam! | Oct 13 13:13:45.868 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.868 INFO kablam! | ^^^^^ Oct 13 13:13:45.868 INFO kablam! ... Oct 13 13:13:45.868 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 13 13:13:45.868 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.868 INFO kablam! | Oct 13 13:13:45.868 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.868 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.868 INFO kablam! | Oct 13 13:13:45.868 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.868 INFO kablam! | Oct 13 13:13:45.868 INFO kablam! Oct 13 13:13:45.868 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.868 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.868 INFO kablam! | Oct 13 13:13:45.868 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.868 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.868 INFO kablam! ... Oct 13 13:13:45.868 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 13 13:13:45.868 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.868 INFO kablam! Oct 13 13:13:45.876 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.876 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.876 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.876 INFO kablam! ... Oct 13 13:13:45.876 INFO kablam! 4056 | rt_realloc_excess_unused!(rt_primes_257bytes_32align_realloc_excess_unused, 257, 32); Oct 13 13:13:45.876 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! Oct 13 13:13:45.876 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.876 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.876 INFO kablam! | ^^^^^ Oct 13 13:13:45.876 INFO kablam! ... Oct 13 13:13:45.876 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 13 13:13:45.876 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.876 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! Oct 13 13:13:45.876 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.876 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.876 INFO kablam! | Oct 13 13:13:45.876 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.876 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.876 INFO kablam! ... Oct 13 13:13:45.876 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 13 13:13:45.877 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.877 INFO kablam! Oct 13 13:13:45.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.877 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.877 INFO kablam! ... Oct 13 13:13:45.877 INFO kablam! 4069 | rt_realloc_excess_unused!(rt_primes_509bytes_32align_realloc_excess_unused, 509, 32); Oct 13 13:13:45.877 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! Oct 13 13:13:45.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.877 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.877 INFO kablam! | ^^^^^ Oct 13 13:13:45.877 INFO kablam! ... Oct 13 13:13:45.877 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 13 13:13:45.877 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! Oct 13 13:13:45.877 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.877 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.877 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.877 INFO kablam! ... Oct 13 13:13:45.877 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 13 13:13:45.877 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.877 INFO kablam! Oct 13 13:13:45.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.877 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.877 INFO kablam! ... Oct 13 13:13:45.877 INFO kablam! 4082 | rt_realloc_excess_unused!(rt_primes_1021bytes_32align_realloc_excess_unused, 1021, 32); Oct 13 13:13:45.877 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! Oct 13 13:13:45.877 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.877 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.877 INFO kablam! | ^^^^^ Oct 13 13:13:45.877 INFO kablam! ... Oct 13 13:13:45.877 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 13 13:13:45.877 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.877 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! Oct 13 13:13:45.877 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.877 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.877 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.877 INFO kablam! ... Oct 13 13:13:45.877 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 13 13:13:45.877 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.877 INFO kablam! Oct 13 13:13:45.877 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.877 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.877 INFO kablam! | Oct 13 13:13:45.877 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.877 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.877 INFO kablam! ... Oct 13 13:13:45.878 INFO kablam! 4095 | rt_realloc_excess_unused!(rt_primes_2039bytes_32align_realloc_excess_unused, 2039, 32); Oct 13 13:13:45.878 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.878 INFO kablam! | Oct 13 13:13:45.878 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.878 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.878 INFO kablam! | Oct 13 13:13:45.878 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.878 INFO kablam! | Oct 13 13:13:45.878 INFO kablam! Oct 13 13:13:45.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.881 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.881 INFO kablam! | ^^^^^ Oct 13 13:13:45.881 INFO kablam! ... Oct 13 13:13:45.881 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 13 13:13:45.881 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! Oct 13 13:13:45.881 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.881 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.881 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.881 INFO kablam! ... Oct 13 13:13:45.881 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 13 13:13:45.881 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.881 INFO kablam! Oct 13 13:13:45.881 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.881 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.881 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.881 INFO kablam! ... Oct 13 13:13:45.881 INFO kablam! 4108 | rt_realloc_excess_unused!(rt_primes_4093bytes_32align_realloc_excess_unused, 4093, 32); Oct 13 13:13:45.881 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! Oct 13 13:13:45.881 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.881 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.881 INFO kablam! | ^^^^^ Oct 13 13:13:45.881 INFO kablam! ... Oct 13 13:13:45.881 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 13 13:13:45.881 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.881 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.881 INFO kablam! | Oct 13 13:13:45.881 INFO kablam! Oct 13 13:13:45.888 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.888 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.888 INFO kablam! | Oct 13 13:13:45.888 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.888 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.888 INFO kablam! ... Oct 13 13:13:45.888 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 13 13:13:45.888 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.888 INFO kablam! Oct 13 13:13:45.888 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.889 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.889 INFO kablam! | Oct 13 13:13:45.889 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.889 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.889 INFO kablam! ... Oct 13 13:13:45.889 INFO kablam! 4121 | rt_realloc_excess_unused!(rt_primes_8191bytes_32align_realloc_excess_unused, 8191, 32); Oct 13 13:13:45.889 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.889 INFO kablam! | Oct 13 13:13:45.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.889 INFO kablam! | Oct 13 13:13:45.889 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.889 INFO kablam! | Oct 13 13:13:45.889 INFO kablam! Oct 13 13:13:45.889 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.889 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.889 INFO kablam! | Oct 13 13:13:45.889 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.889 INFO kablam! | ^^^^^ Oct 13 13:13:45.889 INFO kablam! ... Oct 13 13:13:45.889 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 13 13:13:45.889 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.889 INFO kablam! | Oct 13 13:13:45.889 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.889 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.890 INFO kablam! | Oct 13 13:13:45.890 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.890 INFO kablam! | Oct 13 13:13:45.890 INFO kablam! Oct 13 13:13:45.890 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.890 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.890 INFO kablam! | Oct 13 13:13:45.890 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.890 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.890 INFO kablam! ... Oct 13 13:13:45.890 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 13 13:13:45.890 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.890 INFO kablam! Oct 13 13:13:45.890 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.890 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.890 INFO kablam! | Oct 13 13:13:45.890 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.890 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.890 INFO kablam! ... Oct 13 13:13:45.890 INFO kablam! 4134 | rt_realloc_excess_unused!(rt_primes_16381bytes_32align_realloc_excess_unused, 16381, 32); Oct 13 13:13:45.890 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.890 INFO kablam! | Oct 13 13:13:45.890 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.891 INFO kablam! | Oct 13 13:13:45.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.891 INFO kablam! | Oct 13 13:13:45.891 INFO kablam! Oct 13 13:13:45.891 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.891 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.891 INFO kablam! | Oct 13 13:13:45.891 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.891 INFO kablam! | ^^^^^ Oct 13 13:13:45.891 INFO kablam! ... Oct 13 13:13:45.891 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 13 13:13:45.891 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.891 INFO kablam! | Oct 13 13:13:45.891 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.891 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.891 INFO kablam! | Oct 13 13:13:45.891 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.891 INFO kablam! | Oct 13 13:13:45.891 INFO kablam! Oct 13 13:13:45.891 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.891 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.891 INFO kablam! | Oct 13 13:13:45.891 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.892 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.892 INFO kablam! ... Oct 13 13:13:45.892 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 13 13:13:45.892 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.892 INFO kablam! Oct 13 13:13:45.892 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.892 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.892 INFO kablam! | Oct 13 13:13:45.892 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.892 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.892 INFO kablam! ... Oct 13 13:13:45.892 INFO kablam! 4147 | rt_realloc_excess_unused!(rt_primes_32749bytes_32align_realloc_excess_unused, 32749, 32); Oct 13 13:13:45.892 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.892 INFO kablam! | Oct 13 13:13:45.892 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.892 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.892 INFO kablam! | Oct 13 13:13:45.892 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.892 INFO kablam! | Oct 13 13:13:45.892 INFO kablam! Oct 13 13:13:45.896 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.896 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.896 INFO kablam! | Oct 13 13:13:45.896 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.896 INFO kablam! | ^^^^^ Oct 13 13:13:45.896 INFO kablam! ... Oct 13 13:13:45.896 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 13 13:13:45.896 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.896 INFO kablam! | Oct 13 13:13:45.896 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.896 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.896 INFO kablam! | Oct 13 13:13:45.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.897 INFO kablam! | Oct 13 13:13:45.897 INFO kablam! Oct 13 13:13:45.897 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.897 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.897 INFO kablam! | Oct 13 13:13:45.897 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.897 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.897 INFO kablam! ... Oct 13 13:13:45.897 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 13 13:13:45.897 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.897 INFO kablam! Oct 13 13:13:45.897 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.897 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.897 INFO kablam! | Oct 13 13:13:45.897 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.897 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.897 INFO kablam! ... Oct 13 13:13:45.897 INFO kablam! 4160 | rt_realloc_excess_unused!(rt_primes_65537bytes_32align_realloc_excess_unused, 65537, 32); Oct 13 13:13:45.897 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.897 INFO kablam! | Oct 13 13:13:45.897 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.897 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.897 INFO kablam! | Oct 13 13:13:45.897 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.898 INFO kablam! | Oct 13 13:13:45.898 INFO kablam! Oct 13 13:13:45.900 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.900 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.901 INFO kablam! | Oct 13 13:13:45.901 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.901 INFO kablam! | ^^^^^ Oct 13 13:13:45.901 INFO kablam! ... Oct 13 13:13:45.901 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 13 13:13:45.901 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.901 INFO kablam! | Oct 13 13:13:45.901 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.901 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.901 INFO kablam! | Oct 13 13:13:45.901 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.901 INFO kablam! | Oct 13 13:13:45.901 INFO kablam! Oct 13 13:13:45.901 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.901 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.901 INFO kablam! | Oct 13 13:13:45.901 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.901 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.901 INFO kablam! ... Oct 13 13:13:45.901 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 13 13:13:45.901 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.901 INFO kablam! Oct 13 13:13:45.901 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.901 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.902 INFO kablam! | Oct 13 13:13:45.902 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.902 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.902 INFO kablam! ... Oct 13 13:13:45.902 INFO kablam! 4173 | rt_realloc_excess_unused!(rt_primes_131071bytes_32align_realloc_excess_unused, 131071, 32); Oct 13 13:13:45.902 INFO kablam! | ------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.902 INFO kablam! | Oct 13 13:13:45.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.902 INFO kablam! | Oct 13 13:13:45.902 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.902 INFO kablam! | Oct 13 13:13:45.902 INFO kablam! Oct 13 13:13:45.902 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.902 INFO kablam! --> benches/roundtrip.rs:216:36 Oct 13 13:13:45.902 INFO kablam! | Oct 13 13:13:45.902 INFO kablam! 216 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.902 INFO kablam! | ^^^^^ Oct 13 13:13:45.902 INFO kablam! ... Oct 13 13:13:45.902 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 13 13:13:45.902 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.902 INFO kablam! | Oct 13 13:13:45.902 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.902 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.903 INFO kablam! | Oct 13 13:13:45.903 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.903 INFO kablam! | Oct 13 13:13:45.903 INFO kablam! Oct 13 13:13:45.903 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.903 INFO kablam! --> benches/roundtrip.rs:220:47 Oct 13 13:13:45.903 INFO kablam! | Oct 13 13:13:45.903 INFO kablam! 220 | let Excess(ptr, _) = Jemalloc.realloc_excess( Oct 13 13:13:45.903 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.903 INFO kablam! ... Oct 13 13:13:45.903 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 13 13:13:45.903 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.903 INFO kablam! Oct 13 13:13:45.903 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.903 INFO kablam! --> benches/roundtrip.rs:225:26 Oct 13 13:13:45.903 INFO kablam! | Oct 13 13:13:45.903 INFO kablam! 225 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.903 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.903 INFO kablam! ... Oct 13 13:13:45.903 INFO kablam! 4186 | rt_realloc_excess_unused!(rt_primes_4194301bytes_32align_realloc_excess_unused, 4194301, 32); Oct 13 13:13:45.903 INFO kablam! | --------------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.903 INFO kablam! | Oct 13 13:13:45.903 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.903 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.904 INFO kablam! | Oct 13 13:13:45.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.904 INFO kablam! | Oct 13 13:13:45.904 INFO kablam! Oct 13 13:13:45.904 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.904 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.904 INFO kablam! | Oct 13 13:13:45.904 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.904 INFO kablam! | ^^^^^ Oct 13 13:13:45.904 INFO kablam! ... Oct 13 13:13:45.904 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 13 13:13:45.904 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.904 INFO kablam! | Oct 13 13:13:45.904 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.904 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.904 INFO kablam! | Oct 13 13:13:45.904 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.904 INFO kablam! | Oct 13 13:13:45.904 INFO kablam! Oct 13 13:13:45.908 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.908 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.908 INFO kablam! | Oct 13 13:13:45.908 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.908 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.908 INFO kablam! ... Oct 13 13:13:45.908 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 13 13:13:45.908 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.908 INFO kablam! Oct 13 13:13:45.909 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.909 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.909 INFO kablam! | Oct 13 13:13:45.909 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.909 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.909 INFO kablam! ... Oct 13 13:13:45.909 INFO kablam! 267 | rt_realloc_excess_used!(rt_pow2_1bytes_1align_realloc_excess_used, 1, 1); Oct 13 13:13:45.909 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.909 INFO kablam! | Oct 13 13:13:45.909 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.909 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.909 INFO kablam! | Oct 13 13:13:45.909 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.909 INFO kablam! | Oct 13 13:13:45.909 INFO kablam! Oct 13 13:13:45.909 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.909 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.909 INFO kablam! | Oct 13 13:13:45.909 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.909 INFO kablam! | ^^^^^ Oct 13 13:13:45.909 INFO kablam! ... Oct 13 13:13:45.909 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 13 13:13:45.909 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.909 INFO kablam! | Oct 13 13:13:45.910 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.910 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.910 INFO kablam! | Oct 13 13:13:45.910 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.910 INFO kablam! | Oct 13 13:13:45.910 INFO kablam! Oct 13 13:13:45.910 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.910 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.910 INFO kablam! | Oct 13 13:13:45.910 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.910 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.910 INFO kablam! ... Oct 13 13:13:45.910 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 13 13:13:45.910 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.910 INFO kablam! Oct 13 13:13:45.910 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.910 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.910 INFO kablam! | Oct 13 13:13:45.910 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.910 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.910 INFO kablam! ... Oct 13 13:13:45.910 INFO kablam! 280 | rt_realloc_excess_used!(rt_pow2_2bytes_1align_realloc_excess_used, 2, 1); Oct 13 13:13:45.910 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.910 INFO kablam! | Oct 13 13:13:45.911 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.911 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.911 INFO kablam! | Oct 13 13:13:45.911 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.911 INFO kablam! | Oct 13 13:13:45.911 INFO kablam! Oct 13 13:13:45.916 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.916 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.916 INFO kablam! | Oct 13 13:13:45.916 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.916 INFO kablam! | ^^^^^ Oct 13 13:13:45.916 INFO kablam! ... Oct 13 13:13:45.916 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 13 13:13:45.916 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.916 INFO kablam! | Oct 13 13:13:45.916 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.916 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.916 INFO kablam! | Oct 13 13:13:45.916 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.916 INFO kablam! | Oct 13 13:13:45.916 INFO kablam! Oct 13 13:13:45.916 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.916 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.916 INFO kablam! | Oct 13 13:13:45.916 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.917 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.917 INFO kablam! ... Oct 13 13:13:45.917 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 13 13:13:45.917 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.917 INFO kablam! Oct 13 13:13:45.917 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.917 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.917 INFO kablam! | Oct 13 13:13:45.917 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.917 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.917 INFO kablam! ... Oct 13 13:13:45.917 INFO kablam! 293 | rt_realloc_excess_used!(rt_pow2_4bytes_1align_realloc_excess_used, 4, 1); Oct 13 13:13:45.917 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.917 INFO kablam! | Oct 13 13:13:45.917 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.917 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.917 INFO kablam! | Oct 13 13:13:45.917 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.917 INFO kablam! | Oct 13 13:13:45.917 INFO kablam! Oct 13 13:13:45.917 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.917 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.917 INFO kablam! | Oct 13 13:13:45.917 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.918 INFO kablam! | ^^^^^ Oct 13 13:13:45.918 INFO kablam! ... Oct 13 13:13:45.918 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 13 13:13:45.918 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.918 INFO kablam! | Oct 13 13:13:45.918 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.918 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.918 INFO kablam! | Oct 13 13:13:45.918 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.918 INFO kablam! | Oct 13 13:13:45.918 INFO kablam! Oct 13 13:13:45.918 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.918 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.918 INFO kablam! | Oct 13 13:13:45.918 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.918 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.918 INFO kablam! ... Oct 13 13:13:45.918 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 13 13:13:45.918 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.918 INFO kablam! Oct 13 13:13:45.918 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.918 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.918 INFO kablam! | Oct 13 13:13:45.918 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.918 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.918 INFO kablam! ... Oct 13 13:13:45.918 INFO kablam! 306 | rt_realloc_excess_used!(rt_pow2_8bytes_1align_realloc_excess_used, 8, 1); Oct 13 13:13:45.919 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.919 INFO kablam! | Oct 13 13:13:45.919 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.919 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.919 INFO kablam! | Oct 13 13:13:45.919 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.919 INFO kablam! | Oct 13 13:13:45.919 INFO kablam! Oct 13 13:13:45.926 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.926 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.926 INFO kablam! | ^^^^^ Oct 13 13:13:45.926 INFO kablam! ... Oct 13 13:13:45.926 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 13 13:13:45.926 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! Oct 13 13:13:45.926 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.926 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.926 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.926 INFO kablam! ... Oct 13 13:13:45.926 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 13 13:13:45.926 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.926 INFO kablam! Oct 13 13:13:45.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.926 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.926 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.926 INFO kablam! ... Oct 13 13:13:45.926 INFO kablam! 319 | rt_realloc_excess_used!(rt_pow2_16bytes_1align_realloc_excess_used, 16, 1); Oct 13 13:13:45.926 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! Oct 13 13:13:45.926 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.926 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.926 INFO kablam! | ^^^^^ Oct 13 13:13:45.926 INFO kablam! ... Oct 13 13:13:45.926 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 13 13:13:45.926 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.926 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! Oct 13 13:13:45.926 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.926 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.926 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.926 INFO kablam! ... Oct 13 13:13:45.926 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 13 13:13:45.926 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.926 INFO kablam! Oct 13 13:13:45.926 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.926 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.926 INFO kablam! | Oct 13 13:13:45.926 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.927 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.927 INFO kablam! ... Oct 13 13:13:45.927 INFO kablam! 332 | rt_realloc_excess_used!(rt_pow2_32bytes_1align_realloc_excess_used, 32, 1); Oct 13 13:13:45.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! Oct 13 13:13:45.927 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.927 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.927 INFO kablam! | ^^^^^ Oct 13 13:13:45.927 INFO kablam! ... Oct 13 13:13:45.927 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 13 13:13:45.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! Oct 13 13:13:45.927 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.927 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.927 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.927 INFO kablam! ... Oct 13 13:13:45.927 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 13 13:13:45.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.927 INFO kablam! Oct 13 13:13:45.927 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.927 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.927 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.927 INFO kablam! ... Oct 13 13:13:45.927 INFO kablam! 345 | rt_realloc_excess_used!(rt_pow2_64bytes_1align_realloc_excess_used, 64, 1); Oct 13 13:13:45.927 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.927 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.927 INFO kablam! | Oct 13 13:13:45.927 INFO kablam! Oct 13 13:13:45.930 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.930 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.930 INFO kablam! | Oct 13 13:13:45.930 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.930 INFO kablam! | ^^^^^ Oct 13 13:13:45.930 INFO kablam! ... Oct 13 13:13:45.930 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 13 13:13:45.930 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.930 INFO kablam! | Oct 13 13:13:45.930 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.930 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.930 INFO kablam! | Oct 13 13:13:45.930 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.930 INFO kablam! | Oct 13 13:13:45.930 INFO kablam! Oct 13 13:13:45.930 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.930 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.930 INFO kablam! | Oct 13 13:13:45.930 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.930 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.931 INFO kablam! ... Oct 13 13:13:45.931 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 13 13:13:45.931 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.931 INFO kablam! Oct 13 13:13:45.931 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.931 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.931 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.931 INFO kablam! ... Oct 13 13:13:45.931 INFO kablam! 358 | rt_realloc_excess_used!(rt_pow2_128bytes_1align_realloc_excess_used, 128, 1); Oct 13 13:13:45.931 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! Oct 13 13:13:45.931 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.931 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.931 INFO kablam! | ^^^^^ Oct 13 13:13:45.931 INFO kablam! ... Oct 13 13:13:45.931 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 13 13:13:45.931 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.931 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! Oct 13 13:13:45.931 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.931 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.931 INFO kablam! | Oct 13 13:13:45.931 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.931 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.931 INFO kablam! ... Oct 13 13:13:45.931 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 13 13:13:45.931 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.931 INFO kablam! Oct 13 13:13:45.932 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.932 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.932 INFO kablam! | Oct 13 13:13:45.932 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.932 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.932 INFO kablam! ... Oct 13 13:13:45.932 INFO kablam! 371 | rt_realloc_excess_used!(rt_pow2_256bytes_1align_realloc_excess_used, 256, 1); Oct 13 13:13:45.932 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.932 INFO kablam! | Oct 13 13:13:45.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.932 INFO kablam! | Oct 13 13:13:45.932 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.932 INFO kablam! | Oct 13 13:13:45.932 INFO kablam! Oct 13 13:13:45.932 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.932 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.932 INFO kablam! | Oct 13 13:13:45.932 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.932 INFO kablam! | ^^^^^ Oct 13 13:13:45.932 INFO kablam! ... Oct 13 13:13:45.932 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 13 13:13:45.932 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.932 INFO kablam! | Oct 13 13:13:45.932 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.932 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.932 INFO kablam! | Oct 13 13:13:45.933 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.933 INFO kablam! | Oct 13 13:13:45.933 INFO kablam! Oct 13 13:13:45.933 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.933 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.933 INFO kablam! | Oct 13 13:13:45.933 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.933 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.933 INFO kablam! ... Oct 13 13:13:45.933 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 13 13:13:45.933 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.933 INFO kablam! Oct 13 13:13:45.934 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.934 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.934 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.934 INFO kablam! ... Oct 13 13:13:45.934 INFO kablam! 384 | rt_realloc_excess_used!(rt_pow2_512bytes_1align_realloc_excess_used, 512, 1); Oct 13 13:13:45.934 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! Oct 13 13:13:45.934 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.934 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.934 INFO kablam! | ^^^^^ Oct 13 13:13:45.934 INFO kablam! ... Oct 13 13:13:45.934 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 13 13:13:45.934 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.934 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.934 INFO kablam! | Oct 13 13:13:45.934 INFO kablam! Oct 13 13:13:45.935 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.935 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.935 INFO kablam! | Oct 13 13:13:45.935 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.935 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.935 INFO kablam! ... Oct 13 13:13:45.935 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 13 13:13:45.935 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.935 INFO kablam! Oct 13 13:13:45.935 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.935 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.935 INFO kablam! | Oct 13 13:13:45.935 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.935 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.935 INFO kablam! ... Oct 13 13:13:45.935 INFO kablam! 397 | rt_realloc_excess_used!(rt_pow2_1024bytes_1align_realloc_excess_used, 1024, 1); Oct 13 13:13:45.935 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.935 INFO kablam! | Oct 13 13:13:45.935 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.935 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.935 INFO kablam! | Oct 13 13:13:45.935 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.935 INFO kablam! | Oct 13 13:13:45.935 INFO kablam! Oct 13 13:13:45.937 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.937 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.937 INFO kablam! | Oct 13 13:13:45.937 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.937 INFO kablam! | ^^^^^ Oct 13 13:13:45.937 INFO kablam! ... Oct 13 13:13:45.937 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 13 13:13:45.937 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.937 INFO kablam! | Oct 13 13:13:45.937 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.937 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.937 INFO kablam! | Oct 13 13:13:45.937 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.937 INFO kablam! | Oct 13 13:13:45.937 INFO kablam! Oct 13 13:13:45.937 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.937 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.937 INFO kablam! | Oct 13 13:13:45.937 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.937 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.937 INFO kablam! ... Oct 13 13:13:45.937 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 13 13:13:45.937 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.938 INFO kablam! Oct 13 13:13:45.938 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.938 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.938 INFO kablam! | Oct 13 13:13:45.938 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.938 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.938 INFO kablam! ... Oct 13 13:13:45.938 INFO kablam! 410 | rt_realloc_excess_used!(rt_pow2_2048bytes_1align_realloc_excess_used, 2048, 1); Oct 13 13:13:45.938 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.938 INFO kablam! | Oct 13 13:13:45.938 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.938 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.938 INFO kablam! | Oct 13 13:13:45.938 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.938 INFO kablam! | Oct 13 13:13:45.938 INFO kablam! Oct 13 13:13:45.939 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.939 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.939 INFO kablam! | Oct 13 13:13:45.939 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.939 INFO kablam! | ^^^^^ Oct 13 13:13:45.939 INFO kablam! ... Oct 13 13:13:45.939 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 13 13:13:45.939 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.939 INFO kablam! | Oct 13 13:13:45.939 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.939 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.939 INFO kablam! | Oct 13 13:13:45.939 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.939 INFO kablam! | Oct 13 13:13:45.939 INFO kablam! Oct 13 13:13:45.940 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.940 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.940 INFO kablam! | Oct 13 13:13:45.940 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.941 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.941 INFO kablam! ... Oct 13 13:13:45.941 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 13 13:13:45.941 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.941 INFO kablam! Oct 13 13:13:45.944 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.944 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.944 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.944 INFO kablam! ... Oct 13 13:13:45.944 INFO kablam! 423 | rt_realloc_excess_used!(rt_pow2_4096bytes_1align_realloc_excess_used, 4096, 1); Oct 13 13:13:45.944 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! Oct 13 13:13:45.944 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.944 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.944 INFO kablam! | ^^^^^ Oct 13 13:13:45.944 INFO kablam! ... Oct 13 13:13:45.944 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 13 13:13:45.944 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.944 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! Oct 13 13:13:45.944 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.944 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.944 INFO kablam! | Oct 13 13:13:45.944 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.944 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.944 INFO kablam! ... Oct 13 13:13:45.944 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 13 13:13:45.944 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.944 INFO kablam! Oct 13 13:13:45.948 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.948 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.948 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.948 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.948 INFO kablam! ... Oct 13 13:13:45.948 INFO kablam! 436 | rt_realloc_excess_used!(rt_pow2_8192bytes_1align_realloc_excess_used, 8192, 1); Oct 13 13:13:45.948 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.948 INFO kablam! Oct 13 13:13:45.948 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.948 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.948 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.948 INFO kablam! | ^^^^^ Oct 13 13:13:45.948 INFO kablam! ... Oct 13 13:13:45.948 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 13 13:13:45.948 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.948 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.948 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.948 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.948 INFO kablam! | Oct 13 13:13:45.949 INFO kablam! Oct 13 13:13:45.953 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.953 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.953 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.953 INFO kablam! ... Oct 13 13:13:45.953 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 13 13:13:45.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.953 INFO kablam! Oct 13 13:13:45.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.953 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.953 INFO kablam! ... Oct 13 13:13:45.953 INFO kablam! 449 | rt_realloc_excess_used!(rt_pow2_16384bytes_1align_realloc_excess_used, 16384, 1); Oct 13 13:13:45.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! Oct 13 13:13:45.953 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.953 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.953 INFO kablam! | ^^^^^ Oct 13 13:13:45.953 INFO kablam! ... Oct 13 13:13:45.953 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 13 13:13:45.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! Oct 13 13:13:45.953 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.953 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.953 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.953 INFO kablam! ... Oct 13 13:13:45.953 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 13 13:13:45.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.953 INFO kablam! Oct 13 13:13:45.953 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.953 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.953 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.953 INFO kablam! ... Oct 13 13:13:45.953 INFO kablam! 462 | rt_realloc_excess_used!(rt_pow2_32768bytes_1align_realloc_excess_used, 32768, 1); Oct 13 13:13:45.953 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.953 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.953 INFO kablam! | Oct 13 13:13:45.953 INFO kablam! Oct 13 13:13:45.954 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.954 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.954 INFO kablam! | Oct 13 13:13:45.954 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.954 INFO kablam! | ^^^^^ Oct 13 13:13:45.955 INFO kablam! ... Oct 13 13:13:45.955 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 13 13:13:45.955 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! Oct 13 13:13:45.955 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.955 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.955 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.955 INFO kablam! ... Oct 13 13:13:45.955 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 13 13:13:45.955 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.955 INFO kablam! Oct 13 13:13:45.955 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.955 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.955 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.955 INFO kablam! ... Oct 13 13:13:45.955 INFO kablam! 475 | rt_realloc_excess_used!(rt_pow2_65536bytes_1align_realloc_excess_used, 65536, 1); Oct 13 13:13:45.955 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! Oct 13 13:13:45.955 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.955 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.955 INFO kablam! | ^^^^^ Oct 13 13:13:45.955 INFO kablam! ... Oct 13 13:13:45.955 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 13 13:13:45.955 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.955 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.955 INFO kablam! | Oct 13 13:13:45.955 INFO kablam! Oct 13 13:13:45.956 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.956 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.956 INFO kablam! | Oct 13 13:13:45.956 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.956 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.956 INFO kablam! ... Oct 13 13:13:45.956 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 13 13:13:45.956 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.956 INFO kablam! Oct 13 13:13:45.956 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.956 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.956 INFO kablam! | Oct 13 13:13:45.956 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.956 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.956 INFO kablam! ... Oct 13 13:13:45.956 INFO kablam! 488 | rt_realloc_excess_used!(rt_pow2_131072bytes_1align_realloc_excess_used, 131072, 1); Oct 13 13:13:45.956 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.956 INFO kablam! | Oct 13 13:13:45.956 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.956 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.956 INFO kablam! | Oct 13 13:13:45.956 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.956 INFO kablam! | Oct 13 13:13:45.956 INFO kablam! Oct 13 13:13:45.957 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.957 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.957 INFO kablam! | Oct 13 13:13:45.957 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.957 INFO kablam! | ^^^^^ Oct 13 13:13:45.957 INFO kablam! ... Oct 13 13:13:45.957 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 13 13:13:45.957 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.957 INFO kablam! | Oct 13 13:13:45.957 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.957 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.957 INFO kablam! | Oct 13 13:13:45.957 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.957 INFO kablam! | Oct 13 13:13:45.957 INFO kablam! Oct 13 13:13:45.957 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.957 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.958 INFO kablam! | Oct 13 13:13:45.958 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.958 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.958 INFO kablam! ... Oct 13 13:13:45.958 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 13 13:13:45.958 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.958 INFO kablam! Oct 13 13:13:45.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.961 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.961 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.961 INFO kablam! ... Oct 13 13:13:45.961 INFO kablam! 501 | rt_realloc_excess_used!(rt_pow2_4194304bytes_1align_realloc_excess_used, 4194304, 1); Oct 13 13:13:45.961 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! Oct 13 13:13:45.961 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.961 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.961 INFO kablam! | ^^^^^ Oct 13 13:13:45.961 INFO kablam! ... Oct 13 13:13:45.961 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 13 13:13:45.961 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! Oct 13 13:13:45.961 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.961 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.961 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.961 INFO kablam! ... Oct 13 13:13:45.961 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 13 13:13:45.961 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.961 INFO kablam! Oct 13 13:13:45.961 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.961 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.961 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.961 INFO kablam! ... Oct 13 13:13:45.961 INFO kablam! 515 | rt_realloc_excess_used!(rt_even_10bytes_1align_realloc_excess_used, 10, 1); Oct 13 13:13:45.961 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.961 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.961 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.961 INFO kablam! | Oct 13 13:13:45.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.962 INFO kablam! | Oct 13 13:13:45.962 INFO kablam! Oct 13 13:13:45.962 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.962 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.962 INFO kablam! | Oct 13 13:13:45.962 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.962 INFO kablam! | ^^^^^ Oct 13 13:13:45.962 INFO kablam! ... Oct 13 13:13:45.962 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 13 13:13:45.962 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.962 INFO kablam! | Oct 13 13:13:45.962 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.962 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.962 INFO kablam! | Oct 13 13:13:45.962 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.962 INFO kablam! | Oct 13 13:13:45.962 INFO kablam! Oct 13 13:13:45.963 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.963 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.963 INFO kablam! | Oct 13 13:13:45.963 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.964 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.964 INFO kablam! ... Oct 13 13:13:45.964 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 13 13:13:45.964 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.964 INFO kablam! Oct 13 13:13:45.964 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.964 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.964 INFO kablam! | Oct 13 13:13:45.964 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.964 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.964 INFO kablam! ... Oct 13 13:13:45.964 INFO kablam! 528 | rt_realloc_excess_used!(rt_even_100bytes_1align_realloc_excess_used, 100, 1); Oct 13 13:13:45.964 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.964 INFO kablam! | Oct 13 13:13:45.964 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.964 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.964 INFO kablam! | Oct 13 13:13:45.964 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.964 INFO kablam! | Oct 13 13:13:45.964 INFO kablam! Oct 13 13:13:45.965 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.965 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.965 INFO kablam! | Oct 13 13:13:45.966 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.966 INFO kablam! | ^^^^^ Oct 13 13:13:45.966 INFO kablam! ... Oct 13 13:13:45.966 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 13 13:13:45.966 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.966 INFO kablam! | Oct 13 13:13:45.966 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.966 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.966 INFO kablam! | Oct 13 13:13:45.966 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.966 INFO kablam! | Oct 13 13:13:45.966 INFO kablam! Oct 13 13:13:45.966 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.966 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.966 INFO kablam! | Oct 13 13:13:45.966 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.966 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.966 INFO kablam! ... Oct 13 13:13:45.966 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 13 13:13:45.966 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.966 INFO kablam! Oct 13 13:13:45.972 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.972 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.972 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.973 INFO kablam! ... Oct 13 13:13:45.973 INFO kablam! 541 | rt_realloc_excess_used!(rt_even_1000bytes_1align_realloc_excess_used, 1000, 1); Oct 13 13:13:45.973 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! Oct 13 13:13:45.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.973 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.973 INFO kablam! | ^^^^^ Oct 13 13:13:45.973 INFO kablam! ... Oct 13 13:13:45.973 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 13 13:13:45.973 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! Oct 13 13:13:45.973 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.973 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.973 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.973 INFO kablam! ... Oct 13 13:13:45.973 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 13 13:13:45.973 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.973 INFO kablam! Oct 13 13:13:45.973 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.973 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.973 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.973 INFO kablam! ... Oct 13 13:13:45.973 INFO kablam! 554 | rt_realloc_excess_used!(rt_even_10000bytes_1align_realloc_excess_used, 10000, 1); Oct 13 13:13:45.973 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! Oct 13 13:13:45.973 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.973 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.973 INFO kablam! | ^^^^^ Oct 13 13:13:45.973 INFO kablam! ... Oct 13 13:13:45.973 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 13 13:13:45.973 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.973 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.973 INFO kablam! | Oct 13 13:13:45.973 INFO kablam! Oct 13 13:13:45.973 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.973 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.974 INFO kablam! | Oct 13 13:13:45.974 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.974 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.974 INFO kablam! ... Oct 13 13:13:45.974 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 13 13:13:45.974 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.974 INFO kablam! Oct 13 13:13:45.974 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.974 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.974 INFO kablam! | Oct 13 13:13:45.974 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.974 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.974 INFO kablam! ... Oct 13 13:13:45.974 INFO kablam! 567 | rt_realloc_excess_used!(rt_even_100000bytes_1align_realloc_excess_used, 100000, 1); Oct 13 13:13:45.974 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.974 INFO kablam! | Oct 13 13:13:45.974 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.974 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.974 INFO kablam! | Oct 13 13:13:45.974 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.974 INFO kablam! | Oct 13 13:13:45.974 INFO kablam! Oct 13 13:13:45.975 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.975 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.976 INFO kablam! | ^^^^^ Oct 13 13:13:45.976 INFO kablam! ... Oct 13 13:13:45.976 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 13 13:13:45.976 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! Oct 13 13:13:45.976 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.976 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.976 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.976 INFO kablam! ... Oct 13 13:13:45.976 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 13 13:13:45.976 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.976 INFO kablam! Oct 13 13:13:45.976 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.976 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.976 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.976 INFO kablam! ... Oct 13 13:13:45.976 INFO kablam! 580 | rt_realloc_excess_used!(rt_even_1000000bytes_1align_realloc_excess_used, 1000000, 1); Oct 13 13:13:45.976 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.976 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.976 INFO kablam! | Oct 13 13:13:45.976 INFO kablam! Oct 13 13:13:45.977 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.977 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.977 INFO kablam! | Oct 13 13:13:45.977 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.977 INFO kablam! | ^^^^^ Oct 13 13:13:45.977 INFO kablam! ... Oct 13 13:13:45.977 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 13 13:13:45.977 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.977 INFO kablam! | Oct 13 13:13:45.977 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.977 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.977 INFO kablam! | Oct 13 13:13:45.977 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.977 INFO kablam! | Oct 13 13:13:45.977 INFO kablam! Oct 13 13:13:45.978 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.978 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.978 INFO kablam! | Oct 13 13:13:45.978 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.978 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.978 INFO kablam! ... Oct 13 13:13:45.978 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 13 13:13:45.978 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.978 INFO kablam! Oct 13 13:13:45.978 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.978 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.978 INFO kablam! | Oct 13 13:13:45.978 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.978 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.978 INFO kablam! ... Oct 13 13:13:45.978 INFO kablam! 594 | rt_realloc_excess_used!(rt_odd_10bytes_1align_realloc_excess_used, 10- 1, 1); Oct 13 13:13:45.978 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.978 INFO kablam! | Oct 13 13:13:45.978 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.978 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.978 INFO kablam! | Oct 13 13:13:45.979 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.979 INFO kablam! | Oct 13 13:13:45.979 INFO kablam! Oct 13 13:13:45.981 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.981 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.981 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.982 INFO kablam! | ^^^^^ Oct 13 13:13:45.982 INFO kablam! ... Oct 13 13:13:45.982 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 13 13:13:45.982 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! Oct 13 13:13:45.982 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.982 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.982 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.982 INFO kablam! ... Oct 13 13:13:45.982 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 13 13:13:45.982 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.982 INFO kablam! Oct 13 13:13:45.982 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.982 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.982 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.982 INFO kablam! ... Oct 13 13:13:45.982 INFO kablam! 607 | rt_realloc_excess_used!(rt_odd_100bytes_1align_realloc_excess_used, 100- 1, 1); Oct 13 13:13:45.982 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.982 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.982 INFO kablam! | Oct 13 13:13:45.982 INFO kablam! Oct 13 13:13:45.983 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.983 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.983 INFO kablam! | Oct 13 13:13:45.983 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.983 INFO kablam! | ^^^^^ Oct 13 13:13:45.983 INFO kablam! ... Oct 13 13:13:45.983 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 13 13:13:45.983 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.983 INFO kablam! | Oct 13 13:13:45.983 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.983 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.983 INFO kablam! | Oct 13 13:13:45.983 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.983 INFO kablam! | Oct 13 13:13:45.983 INFO kablam! Oct 13 13:13:45.992 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.992 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.992 INFO kablam! | Oct 13 13:13:45.992 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.992 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.992 INFO kablam! ... Oct 13 13:13:45.992 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 13 13:13:45.992 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.992 INFO kablam! Oct 13 13:13:45.992 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.992 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.992 INFO kablam! | Oct 13 13:13:45.992 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.992 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.992 INFO kablam! ... Oct 13 13:13:45.992 INFO kablam! 620 | rt_realloc_excess_used!(rt_odd_1000bytes_1align_realloc_excess_used, 1000- 1, 1); Oct 13 13:13:45.992 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.992 INFO kablam! | Oct 13 13:13:45.992 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.992 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.992 INFO kablam! | Oct 13 13:13:45.992 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.992 INFO kablam! | Oct 13 13:13:45.992 INFO kablam! Oct 13 13:13:45.992 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.992 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.992 INFO kablam! | Oct 13 13:13:45.992 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.993 INFO kablam! | ^^^^^ Oct 13 13:13:45.993 INFO kablam! ... Oct 13 13:13:45.993 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 13 13:13:45.993 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! Oct 13 13:13:45.993 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.993 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.993 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.993 INFO kablam! ... Oct 13 13:13:45.993 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 13 13:13:45.993 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.993 INFO kablam! Oct 13 13:13:45.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.993 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.993 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.993 INFO kablam! ... Oct 13 13:13:45.993 INFO kablam! 633 | rt_realloc_excess_used!(rt_odd_10000bytes_1align_realloc_excess_used, 10000- 1, 1); Oct 13 13:13:45.993 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! Oct 13 13:13:45.993 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.993 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:45.993 INFO kablam! | ^^^^^ Oct 13 13:13:45.993 INFO kablam! ... Oct 13 13:13:45.993 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 13 13:13:45.993 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! Oct 13 13:13:45.993 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.993 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:45.993 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:45.993 INFO kablam! ... Oct 13 13:13:45.993 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 13 13:13:45.993 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.993 INFO kablam! Oct 13 13:13:45.993 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:45.993 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:45.993 INFO kablam! | ^^^^^^^ Oct 13 13:13:45.993 INFO kablam! ... Oct 13 13:13:45.993 INFO kablam! 646 | rt_realloc_excess_used!(rt_odd_100000bytes_1align_realloc_excess_used, 100000- 1, 1); Oct 13 13:13:45.993 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:45.993 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:45.993 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:45.993 INFO kablam! | Oct 13 13:13:46.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.000 INFO kablam! | Oct 13 13:13:46.000 INFO kablam! Oct 13 13:13:46.000 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.000 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.000 INFO kablam! | Oct 13 13:13:46.000 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.000 INFO kablam! | ^^^^^ Oct 13 13:13:46.000 INFO kablam! ... Oct 13 13:13:46.000 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 13 13:13:46.000 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.000 INFO kablam! | Oct 13 13:13:46.000 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.000 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.000 INFO kablam! | Oct 13 13:13:46.000 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.000 INFO kablam! | Oct 13 13:13:46.000 INFO kablam! Oct 13 13:13:46.000 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.000 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.000 INFO kablam! | Oct 13 13:13:46.000 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.000 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.000 INFO kablam! ... Oct 13 13:13:46.000 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 13 13:13:46.000 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.001 INFO kablam! Oct 13 13:13:46.001 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.001 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.001 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.001 INFO kablam! ... Oct 13 13:13:46.001 INFO kablam! 659 | rt_realloc_excess_used!(rt_odd_1000000bytes_1align_realloc_excess_used, 1000000- 1, 1); Oct 13 13:13:46.001 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! Oct 13 13:13:46.001 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.001 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.001 INFO kablam! | ^^^^^ Oct 13 13:13:46.001 INFO kablam! ... Oct 13 13:13:46.001 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 13 13:13:46.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.001 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! Oct 13 13:13:46.001 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.001 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.001 INFO kablam! | Oct 13 13:13:46.001 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.001 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.001 INFO kablam! ... Oct 13 13:13:46.001 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 13 13:13:46.001 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.001 INFO kablam! Oct 13 13:13:46.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.008 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.008 INFO kablam! ... Oct 13 13:13:46.008 INFO kablam! 673 | rt_realloc_excess_used!(rt_primes_3bytes_1align_realloc_excess_used, 3, 1); Oct 13 13:13:46.008 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! Oct 13 13:13:46.008 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.008 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.008 INFO kablam! | ^^^^^ Oct 13 13:13:46.008 INFO kablam! ... Oct 13 13:13:46.008 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 13 13:13:46.008 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.008 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! Oct 13 13:13:46.008 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.008 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.008 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.008 INFO kablam! ... Oct 13 13:13:46.008 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 13 13:13:46.008 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.008 INFO kablam! Oct 13 13:13:46.008 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.008 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.008 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.008 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.008 INFO kablam! ... Oct 13 13:13:46.008 INFO kablam! 686 | rt_realloc_excess_used!(rt_primes_7bytes_1align_realloc_excess_used, 7, 1); Oct 13 13:13:46.008 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.008 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! Oct 13 13:13:46.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.009 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.009 INFO kablam! | ^^^^^ Oct 13 13:13:46.009 INFO kablam! ... Oct 13 13:13:46.009 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 13 13:13:46.009 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! Oct 13 13:13:46.009 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.009 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.009 INFO kablam! ... Oct 13 13:13:46.009 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 13 13:13:46.009 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.009 INFO kablam! Oct 13 13:13:46.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.009 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.009 INFO kablam! ... Oct 13 13:13:46.009 INFO kablam! 699 | rt_realloc_excess_used!(rt_primes_13bytes_1align_realloc_excess_used, 13, 1); Oct 13 13:13:46.009 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! Oct 13 13:13:46.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.009 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.009 INFO kablam! | ^^^^^ Oct 13 13:13:46.009 INFO kablam! ... Oct 13 13:13:46.009 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 13 13:13:46.009 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! Oct 13 13:13:46.009 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.009 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.009 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.009 INFO kablam! ... Oct 13 13:13:46.009 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 13 13:13:46.009 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.009 INFO kablam! Oct 13 13:13:46.009 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.009 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.009 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.009 INFO kablam! ... Oct 13 13:13:46.009 INFO kablam! 712 | rt_realloc_excess_used!(rt_primes_17bytes_1align_realloc_excess_used, 17, 1); Oct 13 13:13:46.009 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.009 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! Oct 13 13:13:46.009 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.009 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.009 INFO kablam! | Oct 13 13:13:46.009 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.009 INFO kablam! | ^^^^^ Oct 13 13:13:46.010 INFO kablam! ... Oct 13 13:13:46.010 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 13 13:13:46.010 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! Oct 13 13:13:46.010 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.010 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.010 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.010 INFO kablam! ... Oct 13 13:13:46.010 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 13 13:13:46.010 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.010 INFO kablam! Oct 13 13:13:46.010 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.010 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.010 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.010 INFO kablam! ... Oct 13 13:13:46.010 INFO kablam! 725 | rt_realloc_excess_used!(rt_primes_31bytes_1align_realloc_excess_used, 31, 1); Oct 13 13:13:46.010 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.010 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.010 INFO kablam! | Oct 13 13:13:46.010 INFO kablam! Oct 13 13:13:46.016 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.016 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.016 INFO kablam! | ^^^^^ Oct 13 13:13:46.016 INFO kablam! ... Oct 13 13:13:46.016 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 13 13:13:46.016 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! Oct 13 13:13:46.016 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.016 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.016 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.016 INFO kablam! ... Oct 13 13:13:46.016 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 13 13:13:46.016 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.016 INFO kablam! Oct 13 13:13:46.016 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.016 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.016 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.016 INFO kablam! ... Oct 13 13:13:46.016 INFO kablam! 738 | rt_realloc_excess_used!(rt_primes_61bytes_1align_realloc_excess_used, 61, 1); Oct 13 13:13:46.016 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.016 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.016 INFO kablam! | Oct 13 13:13:46.016 INFO kablam! Oct 13 13:13:46.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.024 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.024 INFO kablam! | ^^^^^ Oct 13 13:13:46.024 INFO kablam! ... Oct 13 13:13:46.024 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 13 13:13:46.024 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! Oct 13 13:13:46.024 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.024 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.024 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.024 INFO kablam! ... Oct 13 13:13:46.024 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 13 13:13:46.024 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.024 INFO kablam! Oct 13 13:13:46.024 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.024 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.024 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.024 INFO kablam! ... Oct 13 13:13:46.024 INFO kablam! 751 | rt_realloc_excess_used!(rt_primes_96bytes_1align_realloc_excess_used, 96, 1); Oct 13 13:13:46.024 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.024 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! Oct 13 13:13:46.024 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.024 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.024 INFO kablam! | ^^^^^ Oct 13 13:13:46.024 INFO kablam! ... Oct 13 13:13:46.024 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 13 13:13:46.024 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.024 INFO kablam! | Oct 13 13:13:46.024 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! Oct 13 13:13:46.025 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.025 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.025 INFO kablam! ... Oct 13 13:13:46.025 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 13 13:13:46.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.025 INFO kablam! Oct 13 13:13:46.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.025 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.025 INFO kablam! ... Oct 13 13:13:46.025 INFO kablam! 764 | rt_realloc_excess_used!(rt_primes_127bytes_1align_realloc_excess_used, 127, 1); Oct 13 13:13:46.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! Oct 13 13:13:46.025 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.025 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.025 INFO kablam! | ^^^^^ Oct 13 13:13:46.025 INFO kablam! ... Oct 13 13:13:46.025 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 13 13:13:46.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! Oct 13 13:13:46.025 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.025 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.025 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.025 INFO kablam! ... Oct 13 13:13:46.025 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 13 13:13:46.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.025 INFO kablam! Oct 13 13:13:46.025 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.025 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.025 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.025 INFO kablam! ... Oct 13 13:13:46.025 INFO kablam! 777 | rt_realloc_excess_used!(rt_primes_257bytes_1align_realloc_excess_used, 257, 1); Oct 13 13:13:46.025 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.025 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.025 INFO kablam! | Oct 13 13:13:46.025 INFO kablam! Oct 13 13:13:46.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.032 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.032 INFO kablam! | ^^^^^ Oct 13 13:13:46.032 INFO kablam! ... Oct 13 13:13:46.032 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 13 13:13:46.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! Oct 13 13:13:46.032 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.032 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.032 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.032 INFO kablam! ... Oct 13 13:13:46.032 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 13 13:13:46.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.032 INFO kablam! Oct 13 13:13:46.032 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.032 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.032 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.032 INFO kablam! ... Oct 13 13:13:46.032 INFO kablam! 790 | rt_realloc_excess_used!(rt_primes_509bytes_1align_realloc_excess_used, 509, 1); Oct 13 13:13:46.032 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.032 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! Oct 13 13:13:46.032 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.032 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.032 INFO kablam! | Oct 13 13:13:46.032 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.032 INFO kablam! | ^^^^^ Oct 13 13:13:46.033 INFO kablam! ... Oct 13 13:13:46.033 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 13 13:13:46.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! Oct 13 13:13:46.033 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.033 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.033 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.033 INFO kablam! ... Oct 13 13:13:46.033 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 13 13:13:46.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.033 INFO kablam! Oct 13 13:13:46.033 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.033 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.033 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.033 INFO kablam! ... Oct 13 13:13:46.033 INFO kablam! 803 | rt_realloc_excess_used!(rt_primes_1021bytes_1align_realloc_excess_used, 1021, 1); Oct 13 13:13:46.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! Oct 13 13:13:46.033 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.033 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.033 INFO kablam! | ^^^^^ Oct 13 13:13:46.033 INFO kablam! ... Oct 13 13:13:46.033 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 13 13:13:46.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.033 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! Oct 13 13:13:46.033 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.033 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.033 INFO kablam! | Oct 13 13:13:46.033 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.033 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.033 INFO kablam! ... Oct 13 13:13:46.033 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 13 13:13:46.033 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.033 INFO kablam! Oct 13 13:13:46.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.044 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.044 INFO kablam! ... Oct 13 13:13:46.044 INFO kablam! 816 | rt_realloc_excess_used!(rt_primes_2039bytes_1align_realloc_excess_used, 2039, 1); Oct 13 13:13:46.044 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! Oct 13 13:13:46.044 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.044 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.044 INFO kablam! | ^^^^^ Oct 13 13:13:46.044 INFO kablam! ... Oct 13 13:13:46.044 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 13 13:13:46.044 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! Oct 13 13:13:46.044 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.044 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.044 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.044 INFO kablam! ... Oct 13 13:13:46.044 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 13 13:13:46.044 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.044 INFO kablam! Oct 13 13:13:46.044 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.044 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.044 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.044 INFO kablam! ... Oct 13 13:13:46.044 INFO kablam! 829 | rt_realloc_excess_used!(rt_primes_4093bytes_1align_realloc_excess_used, 4093, 1); Oct 13 13:13:46.044 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.044 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.044 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.044 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! Oct 13 13:13:46.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.045 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.045 INFO kablam! | ^^^^^ Oct 13 13:13:46.045 INFO kablam! ... Oct 13 13:13:46.045 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 13 13:13:46.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! Oct 13 13:13:46.045 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.045 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.045 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.045 INFO kablam! ... Oct 13 13:13:46.045 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 13 13:13:46.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.045 INFO kablam! Oct 13 13:13:46.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.045 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.045 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.045 INFO kablam! ... Oct 13 13:13:46.045 INFO kablam! 842 | rt_realloc_excess_used!(rt_primes_8191bytes_1align_realloc_excess_used, 8191, 1); Oct 13 13:13:46.045 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! Oct 13 13:13:46.045 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.045 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.045 INFO kablam! | ^^^^^ Oct 13 13:13:46.045 INFO kablam! ... Oct 13 13:13:46.045 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 13 13:13:46.045 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! Oct 13 13:13:46.045 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.045 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.045 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.045 INFO kablam! ... Oct 13 13:13:46.045 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 13 13:13:46.045 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.045 INFO kablam! Oct 13 13:13:46.045 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.045 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.045 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.045 INFO kablam! ... Oct 13 13:13:46.045 INFO kablam! 855 | rt_realloc_excess_used!(rt_primes_16381bytes_1align_realloc_excess_used, 16381, 1); Oct 13 13:13:46.045 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.045 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.045 INFO kablam! | Oct 13 13:13:46.045 INFO kablam! Oct 13 13:13:46.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.053 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.053 INFO kablam! | ^^^^^ Oct 13 13:13:46.053 INFO kablam! ... Oct 13 13:13:46.053 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 13 13:13:46.053 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! Oct 13 13:13:46.053 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.053 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.053 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.053 INFO kablam! ... Oct 13 13:13:46.053 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 13 13:13:46.053 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.053 INFO kablam! Oct 13 13:13:46.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.053 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.053 INFO kablam! ... Oct 13 13:13:46.053 INFO kablam! 868 | rt_realloc_excess_used!(rt_primes_32749bytes_1align_realloc_excess_used, 32749, 1); Oct 13 13:13:46.053 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! Oct 13 13:13:46.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.053 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.053 INFO kablam! | ^^^^^ Oct 13 13:13:46.053 INFO kablam! ... Oct 13 13:13:46.053 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 13 13:13:46.053 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! Oct 13 13:13:46.053 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.053 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.053 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.053 INFO kablam! ... Oct 13 13:13:46.053 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 13 13:13:46.053 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.053 INFO kablam! Oct 13 13:13:46.053 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.053 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.053 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.053 INFO kablam! ... Oct 13 13:13:46.053 INFO kablam! 881 | rt_realloc_excess_used!(rt_primes_65537bytes_1align_realloc_excess_used, 65537, 1); Oct 13 13:13:46.053 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! Oct 13 13:13:46.053 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.053 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.053 INFO kablam! | ^^^^^ Oct 13 13:13:46.053 INFO kablam! ... Oct 13 13:13:46.053 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 13 13:13:46.053 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.053 INFO kablam! | Oct 13 13:13:46.053 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.053 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.054 INFO kablam! | Oct 13 13:13:46.054 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.054 INFO kablam! | Oct 13 13:13:46.054 INFO kablam! Oct 13 13:13:46.060 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.060 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.060 INFO kablam! | Oct 13 13:13:46.060 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.060 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.060 INFO kablam! ... Oct 13 13:13:46.060 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 13 13:13:46.060 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.060 INFO kablam! Oct 13 13:13:46.060 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.060 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.060 INFO kablam! | Oct 13 13:13:46.060 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.060 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.060 INFO kablam! ... Oct 13 13:13:46.060 INFO kablam! 894 | rt_realloc_excess_used!(rt_primes_131071bytes_1align_realloc_excess_used, 131071, 1); Oct 13 13:13:46.060 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.060 INFO kablam! | Oct 13 13:13:46.060 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.060 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.060 INFO kablam! | Oct 13 13:13:46.060 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.060 INFO kablam! | Oct 13 13:13:46.060 INFO kablam! Oct 13 13:13:46.060 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.060 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.060 INFO kablam! | Oct 13 13:13:46.060 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.060 INFO kablam! | ^^^^^ Oct 13 13:13:46.060 INFO kablam! ... Oct 13 13:13:46.060 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 13 13:13:46.061 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! Oct 13 13:13:46.061 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.061 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.061 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.061 INFO kablam! ... Oct 13 13:13:46.061 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 13 13:13:46.061 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.061 INFO kablam! Oct 13 13:13:46.061 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.061 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.061 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.061 INFO kablam! ... Oct 13 13:13:46.061 INFO kablam! 907 | rt_realloc_excess_used!(rt_primes_4194301bytes_1align_realloc_excess_used, 4194301, 1); Oct 13 13:13:46.061 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! Oct 13 13:13:46.061 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.061 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.061 INFO kablam! | ^^^^^ Oct 13 13:13:46.061 INFO kablam! ... Oct 13 13:13:46.061 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 13 13:13:46.061 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.061 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! Oct 13 13:13:46.061 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.061 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.061 INFO kablam! | Oct 13 13:13:46.061 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.061 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.061 INFO kablam! ... Oct 13 13:13:46.061 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 13 13:13:46.061 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.061 INFO kablam! Oct 13 13:13:46.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.068 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.068 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.068 INFO kablam! ... Oct 13 13:13:46.068 INFO kablam! 923 | rt_realloc_excess_used!(rt_pow2_1bytes_2align_realloc_excess_used, 1, 2); Oct 13 13:13:46.068 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! Oct 13 13:13:46.068 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.068 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.068 INFO kablam! | ^^^^^ Oct 13 13:13:46.068 INFO kablam! ... Oct 13 13:13:46.068 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 13 13:13:46.068 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.068 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! Oct 13 13:13:46.068 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.068 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.068 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.068 INFO kablam! ... Oct 13 13:13:46.068 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 13 13:13:46.068 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.068 INFO kablam! Oct 13 13:13:46.068 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.068 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.068 INFO kablam! | Oct 13 13:13:46.068 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.069 INFO kablam! ... Oct 13 13:13:46.069 INFO kablam! 936 | rt_realloc_excess_used!(rt_pow2_2bytes_2align_realloc_excess_used, 2, 2); Oct 13 13:13:46.069 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! Oct 13 13:13:46.069 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.069 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.069 INFO kablam! | ^^^^^ Oct 13 13:13:46.069 INFO kablam! ... Oct 13 13:13:46.069 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 13 13:13:46.069 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! Oct 13 13:13:46.069 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.069 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.069 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.069 INFO kablam! ... Oct 13 13:13:46.069 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 13 13:13:46.069 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.069 INFO kablam! Oct 13 13:13:46.069 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.069 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.069 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.069 INFO kablam! ... Oct 13 13:13:46.069 INFO kablam! 949 | rt_realloc_excess_used!(rt_pow2_4bytes_2align_realloc_excess_used, 4, 2); Oct 13 13:13:46.069 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.069 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.069 INFO kablam! | Oct 13 13:13:46.069 INFO kablam! Oct 13 13:13:46.076 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.076 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.076 INFO kablam! | Oct 13 13:13:46.076 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.076 INFO kablam! | ^^^^^ Oct 13 13:13:46.076 INFO kablam! ... Oct 13 13:13:46.076 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 13 13:13:46.076 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.076 INFO kablam! | Oct 13 13:13:46.076 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.076 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.076 INFO kablam! | Oct 13 13:13:46.076 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.076 INFO kablam! | Oct 13 13:13:46.076 INFO kablam! Oct 13 13:13:46.076 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.076 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.076 INFO kablam! | Oct 13 13:13:46.076 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.076 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.076 INFO kablam! ... Oct 13 13:13:46.076 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 13 13:13:46.076 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.076 INFO kablam! Oct 13 13:13:46.076 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.076 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.076 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.077 INFO kablam! ... Oct 13 13:13:46.077 INFO kablam! 962 | rt_realloc_excess_used!(rt_pow2_8bytes_2align_realloc_excess_used, 8, 2); Oct 13 13:13:46.077 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! Oct 13 13:13:46.077 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.077 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.077 INFO kablam! | ^^^^^ Oct 13 13:13:46.077 INFO kablam! ... Oct 13 13:13:46.077 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 13 13:13:46.077 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! Oct 13 13:13:46.077 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.077 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.077 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.077 INFO kablam! ... Oct 13 13:13:46.077 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 13 13:13:46.077 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.077 INFO kablam! Oct 13 13:13:46.077 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.077 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.077 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.077 INFO kablam! ... Oct 13 13:13:46.077 INFO kablam! 975 | rt_realloc_excess_used!(rt_pow2_16bytes_2align_realloc_excess_used, 16, 2); Oct 13 13:13:46.077 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.077 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.077 INFO kablam! | Oct 13 13:13:46.077 INFO kablam! Oct 13 13:13:46.084 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.084 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.084 INFO kablam! | ^^^^^ Oct 13 13:13:46.084 INFO kablam! ... Oct 13 13:13:46.084 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 13 13:13:46.084 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! Oct 13 13:13:46.084 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.084 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.084 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.084 INFO kablam! ... Oct 13 13:13:46.084 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 13 13:13:46.084 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.084 INFO kablam! Oct 13 13:13:46.084 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.084 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.084 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.084 INFO kablam! ... Oct 13 13:13:46.084 INFO kablam! 988 | rt_realloc_excess_used!(rt_pow2_32bytes_2align_realloc_excess_used, 32, 2); Oct 13 13:13:46.084 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.084 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.084 INFO kablam! | Oct 13 13:13:46.084 INFO kablam! Oct 13 13:13:46.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.085 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.085 INFO kablam! | ^^^^^ Oct 13 13:13:46.085 INFO kablam! ... Oct 13 13:13:46.085 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 13 13:13:46.085 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! Oct 13 13:13:46.085 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.085 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.085 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.085 INFO kablam! ... Oct 13 13:13:46.085 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 13 13:13:46.085 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.085 INFO kablam! Oct 13 13:13:46.085 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.085 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.085 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.085 INFO kablam! ... Oct 13 13:13:46.085 INFO kablam! 1001 | rt_realloc_excess_used!(rt_pow2_64bytes_2align_realloc_excess_used, 64, 2); Oct 13 13:13:46.085 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! Oct 13 13:13:46.085 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.085 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.085 INFO kablam! | ^^^^^ Oct 13 13:13:46.085 INFO kablam! ... Oct 13 13:13:46.085 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 13 13:13:46.085 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.085 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! Oct 13 13:13:46.085 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.085 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.085 INFO kablam! | Oct 13 13:13:46.085 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.085 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.085 INFO kablam! ... Oct 13 13:13:46.085 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 13 13:13:46.085 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.085 INFO kablam! Oct 13 13:13:46.091 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.091 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.091 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.091 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.091 INFO kablam! ... Oct 13 13:13:46.091 INFO kablam! 1014 | rt_realloc_excess_used!(rt_pow2_128bytes_2align_realloc_excess_used, 128, 2); Oct 13 13:13:46.091 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.091 INFO kablam! Oct 13 13:13:46.091 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.091 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.091 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.091 INFO kablam! | ^^^^^ Oct 13 13:13:46.091 INFO kablam! ... Oct 13 13:13:46.091 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 13 13:13:46.091 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.091 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.091 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.091 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.091 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! Oct 13 13:13:46.092 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.092 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.092 INFO kablam! ... Oct 13 13:13:46.092 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 13 13:13:46.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.092 INFO kablam! Oct 13 13:13:46.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.092 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.092 INFO kablam! ... Oct 13 13:13:46.092 INFO kablam! 1027 | rt_realloc_excess_used!(rt_pow2_256bytes_2align_realloc_excess_used, 256, 2); Oct 13 13:13:46.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! Oct 13 13:13:46.092 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.092 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.092 INFO kablam! | ^^^^^ Oct 13 13:13:46.092 INFO kablam! ... Oct 13 13:13:46.092 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 13 13:13:46.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! Oct 13 13:13:46.092 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.092 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.092 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.092 INFO kablam! ... Oct 13 13:13:46.092 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 13 13:13:46.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.092 INFO kablam! Oct 13 13:13:46.092 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.092 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.092 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.092 INFO kablam! ... Oct 13 13:13:46.092 INFO kablam! 1040 | rt_realloc_excess_used!(rt_pow2_512bytes_2align_realloc_excess_used, 512, 2); Oct 13 13:13:46.092 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.092 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.092 INFO kablam! | Oct 13 13:13:46.092 INFO kablam! Oct 13 13:13:46.096 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.096 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.096 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.096 INFO kablam! | ^^^^^ Oct 13 13:13:46.096 INFO kablam! ... Oct 13 13:13:46.096 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 13 13:13:46.096 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.096 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.096 INFO kablam! Oct 13 13:13:46.096 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.096 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.096 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.096 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.096 INFO kablam! ... Oct 13 13:13:46.096 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 13 13:13:46.096 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.096 INFO kablam! Oct 13 13:13:46.096 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.096 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.096 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.096 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.096 INFO kablam! ... Oct 13 13:13:46.096 INFO kablam! 1053 | rt_realloc_excess_used!(rt_pow2_1024bytes_2align_realloc_excess_used, 1024, 2); Oct 13 13:13:46.096 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.096 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.096 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.096 INFO kablam! | Oct 13 13:13:46.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.097 INFO kablam! | Oct 13 13:13:46.097 INFO kablam! Oct 13 13:13:46.097 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.097 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.097 INFO kablam! | Oct 13 13:13:46.097 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.097 INFO kablam! | ^^^^^ Oct 13 13:13:46.097 INFO kablam! ... Oct 13 13:13:46.097 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 13 13:13:46.097 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.097 INFO kablam! | Oct 13 13:13:46.097 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.097 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.097 INFO kablam! | Oct 13 13:13:46.097 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.097 INFO kablam! | Oct 13 13:13:46.097 INFO kablam! Oct 13 13:13:46.097 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.097 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.097 INFO kablam! | Oct 13 13:13:46.097 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.097 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.097 INFO kablam! ... Oct 13 13:13:46.097 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 13 13:13:46.097 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.097 INFO kablam! Oct 13 13:13:46.099 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.099 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.099 INFO kablam! | Oct 13 13:13:46.099 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.099 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.099 INFO kablam! ... Oct 13 13:13:46.099 INFO kablam! 1066 | rt_realloc_excess_used!(rt_pow2_2048bytes_2align_realloc_excess_used, 2048, 2); Oct 13 13:13:46.099 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! Oct 13 13:13:46.100 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.100 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.100 INFO kablam! | ^^^^^ Oct 13 13:13:46.100 INFO kablam! ... Oct 13 13:13:46.100 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 13 13:13:46.100 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! Oct 13 13:13:46.100 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.100 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.100 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.100 INFO kablam! ... Oct 13 13:13:46.100 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 13 13:13:46.100 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.100 INFO kablam! Oct 13 13:13:46.100 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.100 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.100 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.100 INFO kablam! ... Oct 13 13:13:46.100 INFO kablam! 1079 | rt_realloc_excess_used!(rt_pow2_4096bytes_2align_realloc_excess_used, 4096, 2); Oct 13 13:13:46.100 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.100 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.100 INFO kablam! | Oct 13 13:13:46.100 INFO kablam! Oct 13 13:13:46.101 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.101 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.101 INFO kablam! | Oct 13 13:13:46.101 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.101 INFO kablam! | ^^^^^ Oct 13 13:13:46.101 INFO kablam! ... Oct 13 13:13:46.101 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 13 13:13:46.101 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.101 INFO kablam! | Oct 13 13:13:46.101 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.102 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.102 INFO kablam! | Oct 13 13:13:46.102 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.102 INFO kablam! | Oct 13 13:13:46.102 INFO kablam! Oct 13 13:13:46.102 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.102 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.102 INFO kablam! | Oct 13 13:13:46.102 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.102 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.102 INFO kablam! ... Oct 13 13:13:46.102 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 13 13:13:46.102 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.102 INFO kablam! Oct 13 13:13:46.106 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.106 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.106 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.106 INFO kablam! ... Oct 13 13:13:46.106 INFO kablam! 1092 | rt_realloc_excess_used!(rt_pow2_8192bytes_2align_realloc_excess_used, 8192, 2); Oct 13 13:13:46.106 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! Oct 13 13:13:46.106 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.106 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.106 INFO kablam! | ^^^^^ Oct 13 13:13:46.106 INFO kablam! ... Oct 13 13:13:46.106 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 13 13:13:46.106 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.106 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! Oct 13 13:13:46.106 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.106 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.106 INFO kablam! | Oct 13 13:13:46.106 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.106 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.106 INFO kablam! ... Oct 13 13:13:46.106 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 13 13:13:46.106 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.106 INFO kablam! Oct 13 13:13:46.112 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.112 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.112 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.112 INFO kablam! ... Oct 13 13:13:46.112 INFO kablam! 1105 | rt_realloc_excess_used!(rt_pow2_16384bytes_2align_realloc_excess_used, 16384, 2); Oct 13 13:13:46.112 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! Oct 13 13:13:46.112 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.112 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.112 INFO kablam! | ^^^^^ Oct 13 13:13:46.112 INFO kablam! ... Oct 13 13:13:46.112 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 13 13:13:46.112 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.112 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! Oct 13 13:13:46.112 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.112 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.112 INFO kablam! | Oct 13 13:13:46.112 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.112 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.112 INFO kablam! ... Oct 13 13:13:46.113 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 13 13:13:46.113 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.113 INFO kablam! Oct 13 13:13:46.113 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.113 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.113 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.113 INFO kablam! ... Oct 13 13:13:46.113 INFO kablam! 1118 | rt_realloc_excess_used!(rt_pow2_32768bytes_2align_realloc_excess_used, 32768, 2); Oct 13 13:13:46.113 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! Oct 13 13:13:46.113 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.113 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.113 INFO kablam! | ^^^^^ Oct 13 13:13:46.113 INFO kablam! ... Oct 13 13:13:46.113 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 13 13:13:46.113 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.113 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! Oct 13 13:13:46.113 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.113 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.113 INFO kablam! | Oct 13 13:13:46.113 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.113 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.113 INFO kablam! ... Oct 13 13:13:46.113 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 13 13:13:46.113 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.113 INFO kablam! Oct 13 13:13:46.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.117 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.117 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.117 INFO kablam! ... Oct 13 13:13:46.117 INFO kablam! 1131 | rt_realloc_excess_used!(rt_pow2_65536bytes_2align_realloc_excess_used, 65536, 2); Oct 13 13:13:46.117 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! Oct 13 13:13:46.117 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.117 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.117 INFO kablam! | ^^^^^ Oct 13 13:13:46.117 INFO kablam! ... Oct 13 13:13:46.117 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 13 13:13:46.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! Oct 13 13:13:46.117 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.117 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.117 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.117 INFO kablam! ... Oct 13 13:13:46.117 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 13 13:13:46.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.117 INFO kablam! Oct 13 13:13:46.117 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.117 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.117 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.117 INFO kablam! ... Oct 13 13:13:46.117 INFO kablam! 1144 | rt_realloc_excess_used!(rt_pow2_131072bytes_2align_realloc_excess_used, 131072, 2); Oct 13 13:13:46.117 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.117 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.117 INFO kablam! | Oct 13 13:13:46.117 INFO kablam! Oct 13 13:13:46.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.121 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.121 INFO kablam! | ^^^^^ Oct 13 13:13:46.121 INFO kablam! ... Oct 13 13:13:46.121 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 13 13:13:46.121 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! Oct 13 13:13:46.121 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.121 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.121 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.121 INFO kablam! ... Oct 13 13:13:46.121 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 13 13:13:46.121 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.121 INFO kablam! Oct 13 13:13:46.121 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.121 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.121 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.121 INFO kablam! ... Oct 13 13:13:46.121 INFO kablam! 1157 | rt_realloc_excess_used!(rt_pow2_4194304bytes_2align_realloc_excess_used, 4194304, 2); Oct 13 13:13:46.121 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! Oct 13 13:13:46.121 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.121 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.121 INFO kablam! | ^^^^^ Oct 13 13:13:46.121 INFO kablam! ... Oct 13 13:13:46.121 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 13 13:13:46.121 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.121 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.121 INFO kablam! | Oct 13 13:13:46.121 INFO kablam! Oct 13 13:13:46.124 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.124 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.124 INFO kablam! | Oct 13 13:13:46.124 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.124 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.124 INFO kablam! ... Oct 13 13:13:46.124 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 13 13:13:46.124 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.124 INFO kablam! Oct 13 13:13:46.124 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.124 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.124 INFO kablam! | Oct 13 13:13:46.124 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.124 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.124 INFO kablam! ... Oct 13 13:13:46.124 INFO kablam! 1171 | rt_realloc_excess_used!(rt_even_10bytes_2align_realloc_excess_used, 10, 2); Oct 13 13:13:46.124 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.124 INFO kablam! | Oct 13 13:13:46.124 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.124 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.124 INFO kablam! | Oct 13 13:13:46.124 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.124 INFO kablam! | Oct 13 13:13:46.124 INFO kablam! Oct 13 13:13:46.124 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.124 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.124 INFO kablam! | Oct 13 13:13:46.124 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.124 INFO kablam! | ^^^^^ Oct 13 13:13:46.124 INFO kablam! ... Oct 13 13:13:46.124 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 13 13:13:46.125 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.125 INFO kablam! | Oct 13 13:13:46.125 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.125 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.125 INFO kablam! | Oct 13 13:13:46.125 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.125 INFO kablam! | Oct 13 13:13:46.125 INFO kablam! Oct 13 13:13:46.125 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.125 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.125 INFO kablam! | Oct 13 13:13:46.125 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.125 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.125 INFO kablam! ... Oct 13 13:13:46.125 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 13 13:13:46.125 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.125 INFO kablam! Oct 13 13:13:46.129 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.129 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.129 INFO kablam! | Oct 13 13:13:46.129 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.129 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.129 INFO kablam! ... Oct 13 13:13:46.129 INFO kablam! 1184 | rt_realloc_excess_used!(rt_even_100bytes_2align_realloc_excess_used, 100, 2); Oct 13 13:13:46.129 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.129 INFO kablam! | Oct 13 13:13:46.129 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.129 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.129 INFO kablam! | Oct 13 13:13:46.129 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.129 INFO kablam! | Oct 13 13:13:46.129 INFO kablam! Oct 13 13:13:46.129 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.130 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.130 INFO kablam! | ^^^^^ Oct 13 13:13:46.130 INFO kablam! ... Oct 13 13:13:46.130 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 13 13:13:46.130 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! Oct 13 13:13:46.130 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.130 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.130 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.130 INFO kablam! ... Oct 13 13:13:46.130 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 13 13:13:46.130 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.130 INFO kablam! Oct 13 13:13:46.130 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.130 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.130 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.130 INFO kablam! ... Oct 13 13:13:46.130 INFO kablam! 1197 | rt_realloc_excess_used!(rt_even_1000bytes_2align_realloc_excess_used, 1000, 2); Oct 13 13:13:46.130 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.130 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.130 INFO kablam! | Oct 13 13:13:46.130 INFO kablam! Oct 13 13:13:46.133 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.133 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.133 INFO kablam! | Oct 13 13:13:46.133 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.133 INFO kablam! | ^^^^^ Oct 13 13:13:46.133 INFO kablam! ... Oct 13 13:13:46.133 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 13 13:13:46.133 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.133 INFO kablam! | Oct 13 13:13:46.133 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.133 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.133 INFO kablam! | Oct 13 13:13:46.133 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.133 INFO kablam! | Oct 13 13:13:46.133 INFO kablam! Oct 13 13:13:46.134 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.134 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.134 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.134 INFO kablam! ... Oct 13 13:13:46.134 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 13 13:13:46.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.134 INFO kablam! Oct 13 13:13:46.134 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.134 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.134 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.134 INFO kablam! ... Oct 13 13:13:46.134 INFO kablam! 1210 | rt_realloc_excess_used!(rt_even_10000bytes_2align_realloc_excess_used, 10000, 2); Oct 13 13:13:46.134 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! Oct 13 13:13:46.134 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.134 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.134 INFO kablam! | ^^^^^ Oct 13 13:13:46.134 INFO kablam! ... Oct 13 13:13:46.134 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 13 13:13:46.134 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.134 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.134 INFO kablam! | Oct 13 13:13:46.134 INFO kablam! Oct 13 13:13:46.136 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.136 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.136 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.136 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.136 INFO kablam! ... Oct 13 13:13:46.136 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 13 13:13:46.136 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.136 INFO kablam! Oct 13 13:13:46.136 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.136 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.136 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.136 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.136 INFO kablam! ... Oct 13 13:13:46.136 INFO kablam! 1223 | rt_realloc_excess_used!(rt_even_100000bytes_2align_realloc_excess_used, 100000, 2); Oct 13 13:13:46.136 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.136 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.136 INFO kablam! Oct 13 13:13:46.136 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.136 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.136 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.136 INFO kablam! | ^^^^^ Oct 13 13:13:46.136 INFO kablam! ... Oct 13 13:13:46.136 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 13 13:13:46.136 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.136 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.136 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.136 INFO kablam! | Oct 13 13:13:46.137 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.137 INFO kablam! | Oct 13 13:13:46.137 INFO kablam! Oct 13 13:13:46.140 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.140 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.140 INFO kablam! | Oct 13 13:13:46.140 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.140 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.140 INFO kablam! ... Oct 13 13:13:46.140 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 13 13:13:46.140 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.140 INFO kablam! Oct 13 13:13:46.140 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.140 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.140 INFO kablam! | Oct 13 13:13:46.140 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.140 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.141 INFO kablam! ... Oct 13 13:13:46.141 INFO kablam! 1236 | rt_realloc_excess_used!(rt_even_1000000bytes_2align_realloc_excess_used, 1000000, 2); Oct 13 13:13:46.141 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! Oct 13 13:13:46.141 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.141 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.141 INFO kablam! | ^^^^^ Oct 13 13:13:46.141 INFO kablam! ... Oct 13 13:13:46.141 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 13 13:13:46.141 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.141 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! Oct 13 13:13:46.141 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.141 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.141 INFO kablam! | Oct 13 13:13:46.141 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.141 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.141 INFO kablam! ... Oct 13 13:13:46.141 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 13 13:13:46.141 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.141 INFO kablam! Oct 13 13:13:46.148 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.148 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.148 INFO kablam! | Oct 13 13:13:46.148 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.148 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.148 INFO kablam! ... Oct 13 13:13:46.148 INFO kablam! 1250 | rt_realloc_excess_used!(rt_odd_10bytes_2align_realloc_excess_used, 10- 1, 2); Oct 13 13:13:46.148 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.148 INFO kablam! | Oct 13 13:13:46.148 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.148 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.148 INFO kablam! | Oct 13 13:13:46.148 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.148 INFO kablam! | Oct 13 13:13:46.148 INFO kablam! Oct 13 13:13:46.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.154 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.154 INFO kablam! | ^^^^^ Oct 13 13:13:46.154 INFO kablam! ... Oct 13 13:13:46.154 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 13 13:13:46.154 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! Oct 13 13:13:46.154 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.154 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.154 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.154 INFO kablam! ... Oct 13 13:13:46.154 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 13 13:13:46.154 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.154 INFO kablam! Oct 13 13:13:46.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.154 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.154 INFO kablam! ... Oct 13 13:13:46.154 INFO kablam! 1263 | rt_realloc_excess_used!(rt_odd_100bytes_2align_realloc_excess_used, 100- 1, 2); Oct 13 13:13:46.154 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! Oct 13 13:13:46.154 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.154 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.154 INFO kablam! | ^^^^^ Oct 13 13:13:46.154 INFO kablam! ... Oct 13 13:13:46.154 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 13 13:13:46.154 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! Oct 13 13:13:46.154 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.154 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.154 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.154 INFO kablam! ... Oct 13 13:13:46.154 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 13 13:13:46.154 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.154 INFO kablam! Oct 13 13:13:46.154 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.154 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.154 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.154 INFO kablam! ... Oct 13 13:13:46.154 INFO kablam! 1276 | rt_realloc_excess_used!(rt_odd_1000bytes_2align_realloc_excess_used, 1000- 1, 2); Oct 13 13:13:46.154 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.154 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.154 INFO kablam! | Oct 13 13:13:46.154 INFO kablam! Oct 13 13:13:46.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.155 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.155 INFO kablam! | ^^^^^ Oct 13 13:13:46.155 INFO kablam! ... Oct 13 13:13:46.155 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 13 13:13:46.155 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! Oct 13 13:13:46.155 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.155 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.155 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.155 INFO kablam! ... Oct 13 13:13:46.155 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 13 13:13:46.155 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.155 INFO kablam! Oct 13 13:13:46.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.155 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.155 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.155 INFO kablam! ... Oct 13 13:13:46.155 INFO kablam! 1289 | rt_realloc_excess_used!(rt_odd_10000bytes_2align_realloc_excess_used, 10000- 1, 2); Oct 13 13:13:46.155 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! Oct 13 13:13:46.155 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.155 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.155 INFO kablam! | ^^^^^ Oct 13 13:13:46.155 INFO kablam! ... Oct 13 13:13:46.155 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 13 13:13:46.155 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! Oct 13 13:13:46.155 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.155 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.155 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.155 INFO kablam! ... Oct 13 13:13:46.155 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 13 13:13:46.155 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.155 INFO kablam! Oct 13 13:13:46.155 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.155 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.155 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.155 INFO kablam! ... Oct 13 13:13:46.155 INFO kablam! 1302 | rt_realloc_excess_used!(rt_odd_100000bytes_2align_realloc_excess_used, 100000- 1, 2); Oct 13 13:13:46.155 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.155 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.155 INFO kablam! | Oct 13 13:13:46.155 INFO kablam! Oct 13 13:13:46.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.168 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.168 INFO kablam! | ^^^^^ Oct 13 13:13:46.168 INFO kablam! ... Oct 13 13:13:46.168 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 13 13:13:46.168 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! Oct 13 13:13:46.168 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.168 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.168 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.168 INFO kablam! ... Oct 13 13:13:46.168 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 13 13:13:46.168 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.168 INFO kablam! Oct 13 13:13:46.168 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.168 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.168 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.168 INFO kablam! ... Oct 13 13:13:46.168 INFO kablam! 1315 | rt_realloc_excess_used!(rt_odd_1000000bytes_2align_realloc_excess_used, 1000000- 1, 2); Oct 13 13:13:46.168 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.168 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! Oct 13 13:13:46.168 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.168 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.168 INFO kablam! | ^^^^^ Oct 13 13:13:46.168 INFO kablam! ... Oct 13 13:13:46.168 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 13 13:13:46.168 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.168 INFO kablam! | Oct 13 13:13:46.168 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! Oct 13 13:13:46.169 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.169 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.169 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.169 INFO kablam! ... Oct 13 13:13:46.169 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 13 13:13:46.169 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.169 INFO kablam! Oct 13 13:13:46.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.169 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.169 INFO kablam! ... Oct 13 13:13:46.169 INFO kablam! 1329 | rt_realloc_excess_used!(rt_primes_3bytes_2align_realloc_excess_used, 3, 2); Oct 13 13:13:46.169 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! Oct 13 13:13:46.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.169 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.169 INFO kablam! | ^^^^^ Oct 13 13:13:46.169 INFO kablam! ... Oct 13 13:13:46.169 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 13 13:13:46.169 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! Oct 13 13:13:46.169 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.169 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.169 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.169 INFO kablam! ... Oct 13 13:13:46.169 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 13 13:13:46.169 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.169 INFO kablam! Oct 13 13:13:46.169 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.169 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.169 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.169 INFO kablam! ... Oct 13 13:13:46.169 INFO kablam! 1342 | rt_realloc_excess_used!(rt_primes_7bytes_2align_realloc_excess_used, 7, 2); Oct 13 13:13:46.169 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! Oct 13 13:13:46.169 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.169 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.169 INFO kablam! | ^^^^^ Oct 13 13:13:46.169 INFO kablam! ... Oct 13 13:13:46.169 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 13 13:13:46.169 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.169 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.169 INFO kablam! | Oct 13 13:13:46.169 INFO kablam! Oct 13 13:13:46.169 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.170 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.170 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.170 INFO kablam! ... Oct 13 13:13:46.170 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 13 13:13:46.170 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.170 INFO kablam! Oct 13 13:13:46.170 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.170 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.170 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.170 INFO kablam! ... Oct 13 13:13:46.170 INFO kablam! 1355 | rt_realloc_excess_used!(rt_primes_13bytes_2align_realloc_excess_used, 13, 2); Oct 13 13:13:46.170 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! Oct 13 13:13:46.170 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.170 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.170 INFO kablam! | ^^^^^ Oct 13 13:13:46.170 INFO kablam! ... Oct 13 13:13:46.170 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 13 13:13:46.170 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.170 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.170 INFO kablam! | Oct 13 13:13:46.170 INFO kablam! Oct 13 13:13:46.176 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.176 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.176 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.176 INFO kablam! ... Oct 13 13:13:46.176 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 13 13:13:46.176 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.176 INFO kablam! Oct 13 13:13:46.176 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.176 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.176 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.176 INFO kablam! ... Oct 13 13:13:46.176 INFO kablam! 1368 | rt_realloc_excess_used!(rt_primes_17bytes_2align_realloc_excess_used, 17, 2); Oct 13 13:13:46.176 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! Oct 13 13:13:46.176 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.176 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.176 INFO kablam! | ^^^^^ Oct 13 13:13:46.176 INFO kablam! ... Oct 13 13:13:46.176 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 13 13:13:46.176 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.176 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.176 INFO kablam! | Oct 13 13:13:46.176 INFO kablam! Oct 13 13:13:46.180 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.181 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.181 INFO kablam! ... Oct 13 13:13:46.181 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 13 13:13:46.181 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.181 INFO kablam! Oct 13 13:13:46.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.181 INFO kablam! ... Oct 13 13:13:46.181 INFO kablam! 1381 | rt_realloc_excess_used!(rt_primes_31bytes_2align_realloc_excess_used, 31, 2); Oct 13 13:13:46.181 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! Oct 13 13:13:46.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.181 INFO kablam! | ^^^^^ Oct 13 13:13:46.181 INFO kablam! ... Oct 13 13:13:46.181 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 13 13:13:46.181 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! Oct 13 13:13:46.181 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.181 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.181 INFO kablam! ... Oct 13 13:13:46.181 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 13 13:13:46.181 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.181 INFO kablam! Oct 13 13:13:46.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.181 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.181 INFO kablam! ... Oct 13 13:13:46.181 INFO kablam! 1394 | rt_realloc_excess_used!(rt_primes_61bytes_2align_realloc_excess_used, 61, 2); Oct 13 13:13:46.181 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! Oct 13 13:13:46.181 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.181 INFO kablam! | ^^^^^ Oct 13 13:13:46.181 INFO kablam! ... Oct 13 13:13:46.181 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 13 13:13:46.181 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.181 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! Oct 13 13:13:46.181 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.181 INFO kablam! | Oct 13 13:13:46.181 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.181 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.181 INFO kablam! ... Oct 13 13:13:46.181 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 13 13:13:46.181 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.181 INFO kablam! Oct 13 13:13:46.181 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.181 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.182 INFO kablam! | Oct 13 13:13:46.182 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.182 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.182 INFO kablam! ... Oct 13 13:13:46.182 INFO kablam! 1407 | rt_realloc_excess_used!(rt_primes_96bytes_2align_realloc_excess_used, 96, 2); Oct 13 13:13:46.182 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.182 INFO kablam! | Oct 13 13:13:46.182 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.182 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.182 INFO kablam! | Oct 13 13:13:46.182 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.182 INFO kablam! | Oct 13 13:13:46.182 INFO kablam! Oct 13 13:13:46.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.192 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.192 INFO kablam! | ^^^^^ Oct 13 13:13:46.192 INFO kablam! ... Oct 13 13:13:46.192 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 13 13:13:46.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! Oct 13 13:13:46.192 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.192 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.192 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.192 INFO kablam! ... Oct 13 13:13:46.192 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 13 13:13:46.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.192 INFO kablam! Oct 13 13:13:46.192 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.192 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.192 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.192 INFO kablam! ... Oct 13 13:13:46.192 INFO kablam! 1420 | rt_realloc_excess_used!(rt_primes_127bytes_2align_realloc_excess_used, 127, 2); Oct 13 13:13:46.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! Oct 13 13:13:46.192 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.192 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.192 INFO kablam! | ^^^^^ Oct 13 13:13:46.192 INFO kablam! ... Oct 13 13:13:46.192 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 13 13:13:46.192 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.192 INFO kablam! | Oct 13 13:13:46.192 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.192 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! Oct 13 13:13:46.193 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.193 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.193 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.193 INFO kablam! ... Oct 13 13:13:46.193 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 13 13:13:46.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.193 INFO kablam! Oct 13 13:13:46.193 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.193 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.193 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.193 INFO kablam! ... Oct 13 13:13:46.193 INFO kablam! 1433 | rt_realloc_excess_used!(rt_primes_257bytes_2align_realloc_excess_used, 257, 2); Oct 13 13:13:46.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! Oct 13 13:13:46.193 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.193 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.193 INFO kablam! | ^^^^^ Oct 13 13:13:46.193 INFO kablam! ... Oct 13 13:13:46.193 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 13 13:13:46.193 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.193 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.193 INFO kablam! | Oct 13 13:13:46.193 INFO kablam! Oct 13 13:13:46.196 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.196 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.196 INFO kablam! | Oct 13 13:13:46.197 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.197 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.197 INFO kablam! ... Oct 13 13:13:46.197 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 13 13:13:46.197 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.197 INFO kablam! Oct 13 13:13:46.197 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.197 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.197 INFO kablam! | Oct 13 13:13:46.197 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.197 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.197 INFO kablam! ... Oct 13 13:13:46.197 INFO kablam! 1446 | rt_realloc_excess_used!(rt_primes_509bytes_2align_realloc_excess_used, 509, 2); Oct 13 13:13:46.197 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.197 INFO kablam! | Oct 13 13:13:46.197 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.197 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.197 INFO kablam! | Oct 13 13:13:46.197 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.197 INFO kablam! | Oct 13 13:13:46.197 INFO kablam! Oct 13 13:13:46.198 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.198 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.198 INFO kablam! | Oct 13 13:13:46.198 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.198 INFO kablam! | ^^^^^ Oct 13 13:13:46.198 INFO kablam! ... Oct 13 13:13:46.198 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 13 13:13:46.198 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.198 INFO kablam! | Oct 13 13:13:46.198 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.198 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.198 INFO kablam! | Oct 13 13:13:46.198 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.198 INFO kablam! | Oct 13 13:13:46.198 INFO kablam! Oct 13 13:13:46.198 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.198 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.198 INFO kablam! | Oct 13 13:13:46.198 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.198 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.198 INFO kablam! ... Oct 13 13:13:46.198 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 13 13:13:46.199 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.199 INFO kablam! Oct 13 13:13:46.199 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.199 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.199 INFO kablam! | Oct 13 13:13:46.199 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.199 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.199 INFO kablam! ... Oct 13 13:13:46.199 INFO kablam! 1459 | rt_realloc_excess_used!(rt_primes_1021bytes_2align_realloc_excess_used, 1021, 2); Oct 13 13:13:46.199 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.199 INFO kablam! | Oct 13 13:13:46.199 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.199 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.199 INFO kablam! | Oct 13 13:13:46.199 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.199 INFO kablam! | Oct 13 13:13:46.199 INFO kablam! Oct 13 13:13:46.199 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.199 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.199 INFO kablam! | Oct 13 13:13:46.199 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.200 INFO kablam! | ^^^^^ Oct 13 13:13:46.200 INFO kablam! ... Oct 13 13:13:46.200 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 13 13:13:46.200 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.200 INFO kablam! | Oct 13 13:13:46.200 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.200 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.200 INFO kablam! | Oct 13 13:13:46.200 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.200 INFO kablam! | Oct 13 13:13:46.200 INFO kablam! Oct 13 13:13:46.200 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.200 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.200 INFO kablam! | Oct 13 13:13:46.200 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.200 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.200 INFO kablam! ... Oct 13 13:13:46.200 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 13 13:13:46.200 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.200 INFO kablam! Oct 13 13:13:46.200 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.201 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.201 INFO kablam! | Oct 13 13:13:46.201 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.201 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.201 INFO kablam! ... Oct 13 13:13:46.201 INFO kablam! 1472 | rt_realloc_excess_used!(rt_primes_2039bytes_2align_realloc_excess_used, 2039, 2); Oct 13 13:13:46.201 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.201 INFO kablam! | Oct 13 13:13:46.201 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.201 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.201 INFO kablam! | Oct 13 13:13:46.201 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.201 INFO kablam! | Oct 13 13:13:46.201 INFO kablam! Oct 13 13:13:46.201 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.201 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.201 INFO kablam! | Oct 13 13:13:46.201 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.201 INFO kablam! | ^^^^^ Oct 13 13:13:46.201 INFO kablam! ... Oct 13 13:13:46.202 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 13 13:13:46.202 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.202 INFO kablam! | Oct 13 13:13:46.202 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.202 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.202 INFO kablam! | Oct 13 13:13:46.202 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.202 INFO kablam! | Oct 13 13:13:46.202 INFO kablam! Oct 13 13:13:46.202 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.202 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.202 INFO kablam! | Oct 13 13:13:46.202 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.202 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.202 INFO kablam! ... Oct 13 13:13:46.202 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 13 13:13:46.202 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.202 INFO kablam! Oct 13 13:13:46.202 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.202 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.203 INFO kablam! | Oct 13 13:13:46.203 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.203 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.203 INFO kablam! ... Oct 13 13:13:46.203 INFO kablam! 1485 | rt_realloc_excess_used!(rt_primes_4093bytes_2align_realloc_excess_used, 4093, 2); Oct 13 13:13:46.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.203 INFO kablam! | Oct 13 13:13:46.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.203 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.203 INFO kablam! | Oct 13 13:13:46.203 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.203 INFO kablam! | Oct 13 13:13:46.203 INFO kablam! Oct 13 13:13:46.203 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.203 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.203 INFO kablam! | Oct 13 13:13:46.203 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.203 INFO kablam! | ^^^^^ Oct 13 13:13:46.203 INFO kablam! ... Oct 13 13:13:46.203 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 13 13:13:46.203 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.203 INFO kablam! | Oct 13 13:13:46.203 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.204 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.204 INFO kablam! | Oct 13 13:13:46.204 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.204 INFO kablam! | Oct 13 13:13:46.204 INFO kablam! Oct 13 13:13:46.204 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.204 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.204 INFO kablam! | Oct 13 13:13:46.204 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.204 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.204 INFO kablam! ... Oct 13 13:13:46.204 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 13 13:13:46.204 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.204 INFO kablam! Oct 13 13:13:46.204 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.204 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.204 INFO kablam! | Oct 13 13:13:46.204 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.204 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.204 INFO kablam! ... Oct 13 13:13:46.204 INFO kablam! 1498 | rt_realloc_excess_used!(rt_primes_8191bytes_2align_realloc_excess_used, 8191, 2); Oct 13 13:13:46.204 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.205 INFO kablam! | Oct 13 13:13:46.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.205 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.205 INFO kablam! | Oct 13 13:13:46.205 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.205 INFO kablam! | Oct 13 13:13:46.205 INFO kablam! Oct 13 13:13:46.205 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.205 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.205 INFO kablam! | Oct 13 13:13:46.205 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.205 INFO kablam! | ^^^^^ Oct 13 13:13:46.205 INFO kablam! ... Oct 13 13:13:46.205 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 13 13:13:46.205 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.205 INFO kablam! | Oct 13 13:13:46.205 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.206 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.206 INFO kablam! | Oct 13 13:13:46.206 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.206 INFO kablam! | Oct 13 13:13:46.206 INFO kablam! Oct 13 13:13:46.206 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.206 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.206 INFO kablam! | Oct 13 13:13:46.206 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.206 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.206 INFO kablam! ... Oct 13 13:13:46.206 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 13 13:13:46.206 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.206 INFO kablam! Oct 13 13:13:46.206 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.206 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.206 INFO kablam! | Oct 13 13:13:46.206 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.206 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.206 INFO kablam! ... Oct 13 13:13:46.206 INFO kablam! 1511 | rt_realloc_excess_used!(rt_primes_16381bytes_2align_realloc_excess_used, 16381, 2); Oct 13 13:13:46.207 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.207 INFO kablam! | Oct 13 13:13:46.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.207 INFO kablam! | Oct 13 13:13:46.207 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.207 INFO kablam! | Oct 13 13:13:46.207 INFO kablam! Oct 13 13:13:46.207 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.207 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.207 INFO kablam! | Oct 13 13:13:46.207 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.207 INFO kablam! | ^^^^^ Oct 13 13:13:46.207 INFO kablam! ... Oct 13 13:13:46.207 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 13 13:13:46.207 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.207 INFO kablam! | Oct 13 13:13:46.207 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.207 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.207 INFO kablam! | Oct 13 13:13:46.209 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.209 INFO kablam! | Oct 13 13:13:46.209 INFO kablam! Oct 13 13:13:46.209 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.209 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.209 INFO kablam! | Oct 13 13:13:46.209 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.209 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.209 INFO kablam! ... Oct 13 13:13:46.209 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 13 13:13:46.209 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.209 INFO kablam! Oct 13 13:13:46.210 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.210 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.210 INFO kablam! | Oct 13 13:13:46.210 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.210 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.210 INFO kablam! ... Oct 13 13:13:46.210 INFO kablam! 1524 | rt_realloc_excess_used!(rt_primes_32749bytes_2align_realloc_excess_used, 32749, 2); Oct 13 13:13:46.210 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.210 INFO kablam! | Oct 13 13:13:46.210 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.210 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.210 INFO kablam! | Oct 13 13:13:46.210 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.210 INFO kablam! | Oct 13 13:13:46.210 INFO kablam! Oct 13 13:13:46.210 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.210 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.210 INFO kablam! | Oct 13 13:13:46.210 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.210 INFO kablam! | ^^^^^ Oct 13 13:13:46.211 INFO kablam! ... Oct 13 13:13:46.211 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 13 13:13:46.211 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.211 INFO kablam! | Oct 13 13:13:46.211 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.211 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.211 INFO kablam! | Oct 13 13:13:46.211 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.211 INFO kablam! | Oct 13 13:13:46.211 INFO kablam! Oct 13 13:13:46.211 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.211 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.211 INFO kablam! | Oct 13 13:13:46.211 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.211 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.211 INFO kablam! ... Oct 13 13:13:46.211 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 13 13:13:46.211 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.211 INFO kablam! Oct 13 13:13:46.211 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.211 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.211 INFO kablam! | Oct 13 13:13:46.211 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.212 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.212 INFO kablam! ... Oct 13 13:13:46.212 INFO kablam! 1537 | rt_realloc_excess_used!(rt_primes_65537bytes_2align_realloc_excess_used, 65537, 2); Oct 13 13:13:46.212 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.212 INFO kablam! | Oct 13 13:13:46.212 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.212 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.212 INFO kablam! | Oct 13 13:13:46.212 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.212 INFO kablam! | Oct 13 13:13:46.212 INFO kablam! Oct 13 13:13:46.212 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.212 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.212 INFO kablam! | Oct 13 13:13:46.212 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.212 INFO kablam! | ^^^^^ Oct 13 13:13:46.212 INFO kablam! ... Oct 13 13:13:46.212 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 13 13:13:46.212 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.212 INFO kablam! | Oct 13 13:13:46.213 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.213 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.213 INFO kablam! | Oct 13 13:13:46.213 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.213 INFO kablam! | Oct 13 13:13:46.213 INFO kablam! Oct 13 13:13:46.213 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.213 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.213 INFO kablam! | Oct 13 13:13:46.213 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.213 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.213 INFO kablam! ... Oct 13 13:13:46.213 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 13 13:13:46.213 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.213 INFO kablam! Oct 13 13:13:46.213 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.213 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.213 INFO kablam! | Oct 13 13:13:46.213 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.214 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.214 INFO kablam! ... Oct 13 13:13:46.214 INFO kablam! 1550 | rt_realloc_excess_used!(rt_primes_131071bytes_2align_realloc_excess_used, 131071, 2); Oct 13 13:13:46.214 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.214 INFO kablam! | Oct 13 13:13:46.214 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.214 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.214 INFO kablam! | Oct 13 13:13:46.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.215 INFO kablam! | Oct 13 13:13:46.215 INFO kablam! Oct 13 13:13:46.215 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.215 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.215 INFO kablam! | Oct 13 13:13:46.215 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.215 INFO kablam! | ^^^^^ Oct 13 13:13:46.215 INFO kablam! ... Oct 13 13:13:46.215 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 13 13:13:46.215 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.215 INFO kablam! | Oct 13 13:13:46.215 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.215 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.215 INFO kablam! | Oct 13 13:13:46.215 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.215 INFO kablam! | Oct 13 13:13:46.215 INFO kablam! Oct 13 13:13:46.215 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.215 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.215 INFO kablam! | Oct 13 13:13:46.215 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.216 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.216 INFO kablam! ... Oct 13 13:13:46.216 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 13 13:13:46.216 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.216 INFO kablam! Oct 13 13:13:46.216 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.216 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.216 INFO kablam! | Oct 13 13:13:46.216 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.216 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.216 INFO kablam! ... Oct 13 13:13:46.216 INFO kablam! 1563 | rt_realloc_excess_used!(rt_primes_4194301bytes_2align_realloc_excess_used, 4194301, 2); Oct 13 13:13:46.216 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.216 INFO kablam! | Oct 13 13:13:46.216 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.216 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.216 INFO kablam! | Oct 13 13:13:46.216 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.216 INFO kablam! | Oct 13 13:13:46.217 INFO kablam! Oct 13 13:13:46.219 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.219 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.219 INFO kablam! | Oct 13 13:13:46.219 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.219 INFO kablam! | ^^^^^ Oct 13 13:13:46.219 INFO kablam! ... Oct 13 13:13:46.219 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 13 13:13:46.219 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.219 INFO kablam! | Oct 13 13:13:46.219 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.219 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.219 INFO kablam! | Oct 13 13:13:46.219 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.219 INFO kablam! | Oct 13 13:13:46.219 INFO kablam! Oct 13 13:13:46.219 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.219 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.219 INFO kablam! | Oct 13 13:13:46.219 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.219 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.219 INFO kablam! ... Oct 13 13:13:46.220 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 13 13:13:46.220 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.220 INFO kablam! Oct 13 13:13:46.220 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.220 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.220 INFO kablam! | Oct 13 13:13:46.220 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.220 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.220 INFO kablam! ... Oct 13 13:13:46.220 INFO kablam! 1579 | rt_realloc_excess_used!(rt_pow2_1bytes_4align_realloc_excess_used, 1, 4); Oct 13 13:13:46.220 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.220 INFO kablam! | Oct 13 13:13:46.220 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.220 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.220 INFO kablam! | Oct 13 13:13:46.220 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.220 INFO kablam! | Oct 13 13:13:46.220 INFO kablam! Oct 13 13:13:46.220 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.221 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.221 INFO kablam! | Oct 13 13:13:46.221 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.221 INFO kablam! | ^^^^^ Oct 13 13:13:46.221 INFO kablam! ... Oct 13 13:13:46.221 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 13 13:13:46.221 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.221 INFO kablam! | Oct 13 13:13:46.221 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.221 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.221 INFO kablam! | Oct 13 13:13:46.221 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.221 INFO kablam! | Oct 13 13:13:46.221 INFO kablam! Oct 13 13:13:46.221 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.221 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.221 INFO kablam! | Oct 13 13:13:46.221 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.221 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.221 INFO kablam! ... Oct 13 13:13:46.221 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 13 13:13:46.222 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.222 INFO kablam! Oct 13 13:13:46.222 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.222 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.222 INFO kablam! | Oct 13 13:13:46.222 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.222 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.222 INFO kablam! ... Oct 13 13:13:46.222 INFO kablam! 1592 | rt_realloc_excess_used!(rt_pow2_2bytes_4align_realloc_excess_used, 2, 4); Oct 13 13:13:46.222 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.222 INFO kablam! | Oct 13 13:13:46.222 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.222 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.222 INFO kablam! | Oct 13 13:13:46.222 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.222 INFO kablam! | Oct 13 13:13:46.222 INFO kablam! Oct 13 13:13:46.222 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.222 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.222 INFO kablam! | Oct 13 13:13:46.223 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.223 INFO kablam! | ^^^^^ Oct 13 13:13:46.223 INFO kablam! ... Oct 13 13:13:46.223 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 13 13:13:46.223 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.223 INFO kablam! | Oct 13 13:13:46.223 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.223 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.223 INFO kablam! | Oct 13 13:13:46.223 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.223 INFO kablam! | Oct 13 13:13:46.223 INFO kablam! Oct 13 13:13:46.223 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.223 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.223 INFO kablam! | Oct 13 13:13:46.223 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.223 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.223 INFO kablam! ... Oct 13 13:13:46.223 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 13 13:13:46.223 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.223 INFO kablam! Oct 13 13:13:46.223 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.223 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.224 INFO kablam! | Oct 13 13:13:46.224 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.224 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.224 INFO kablam! ... Oct 13 13:13:46.224 INFO kablam! 1605 | rt_realloc_excess_used!(rt_pow2_4bytes_4align_realloc_excess_used, 4, 4); Oct 13 13:13:46.224 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.224 INFO kablam! | Oct 13 13:13:46.224 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.224 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.224 INFO kablam! | Oct 13 13:13:46.224 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.224 INFO kablam! | Oct 13 13:13:46.224 INFO kablam! Oct 13 13:13:46.224 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.224 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.224 INFO kablam! | Oct 13 13:13:46.224 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.224 INFO kablam! | ^^^^^ Oct 13 13:13:46.224 INFO kablam! ... Oct 13 13:13:46.225 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 13 13:13:46.225 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.225 INFO kablam! | Oct 13 13:13:46.225 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.225 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.225 INFO kablam! | Oct 13 13:13:46.225 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.225 INFO kablam! | Oct 13 13:13:46.225 INFO kablam! Oct 13 13:13:46.225 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.225 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.225 INFO kablam! | Oct 13 13:13:46.225 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.225 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.225 INFO kablam! ... Oct 13 13:13:46.225 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 13 13:13:46.225 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.225 INFO kablam! Oct 13 13:13:46.225 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.225 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.225 INFO kablam! | Oct 13 13:13:46.226 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.226 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.226 INFO kablam! ... Oct 13 13:13:46.226 INFO kablam! 1618 | rt_realloc_excess_used!(rt_pow2_8bytes_4align_realloc_excess_used, 8, 4); Oct 13 13:13:46.226 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.226 INFO kablam! | Oct 13 13:13:46.226 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.226 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.226 INFO kablam! | Oct 13 13:13:46.226 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.226 INFO kablam! | Oct 13 13:13:46.226 INFO kablam! Oct 13 13:13:46.228 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.228 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.228 INFO kablam! | Oct 13 13:13:46.228 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.228 INFO kablam! | ^^^^^ Oct 13 13:13:46.228 INFO kablam! ... Oct 13 13:13:46.228 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 13 13:13:46.228 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.228 INFO kablam! | Oct 13 13:13:46.228 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.229 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.229 INFO kablam! | Oct 13 13:13:46.229 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.229 INFO kablam! | Oct 13 13:13:46.229 INFO kablam! Oct 13 13:13:46.229 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.229 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.229 INFO kablam! | Oct 13 13:13:46.229 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.229 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.229 INFO kablam! ... Oct 13 13:13:46.229 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 13 13:13:46.229 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.229 INFO kablam! Oct 13 13:13:46.229 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.229 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.229 INFO kablam! | Oct 13 13:13:46.229 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.229 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.229 INFO kablam! ... Oct 13 13:13:46.229 INFO kablam! 1631 | rt_realloc_excess_used!(rt_pow2_16bytes_4align_realloc_excess_used, 16, 4); Oct 13 13:13:46.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.230 INFO kablam! | Oct 13 13:13:46.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.230 INFO kablam! | Oct 13 13:13:46.230 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.230 INFO kablam! | Oct 13 13:13:46.230 INFO kablam! Oct 13 13:13:46.230 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.230 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.230 INFO kablam! | Oct 13 13:13:46.230 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.230 INFO kablam! | ^^^^^ Oct 13 13:13:46.230 INFO kablam! ... Oct 13 13:13:46.230 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 13 13:13:46.230 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.230 INFO kablam! | Oct 13 13:13:46.230 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.230 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.230 INFO kablam! | Oct 13 13:13:46.231 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.231 INFO kablam! | Oct 13 13:13:46.231 INFO kablam! Oct 13 13:13:46.231 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.231 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.231 INFO kablam! | Oct 13 13:13:46.231 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.231 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.231 INFO kablam! ... Oct 13 13:13:46.231 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 13 13:13:46.231 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.231 INFO kablam! Oct 13 13:13:46.231 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.231 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.231 INFO kablam! | Oct 13 13:13:46.231 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.231 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.231 INFO kablam! ... Oct 13 13:13:46.231 INFO kablam! 1644 | rt_realloc_excess_used!(rt_pow2_32bytes_4align_realloc_excess_used, 32, 4); Oct 13 13:13:46.231 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.231 INFO kablam! | Oct 13 13:13:46.231 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.231 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.232 INFO kablam! | Oct 13 13:13:46.232 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.232 INFO kablam! | Oct 13 13:13:46.232 INFO kablam! Oct 13 13:13:46.232 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.232 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.232 INFO kablam! | Oct 13 13:13:46.232 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.232 INFO kablam! | ^^^^^ Oct 13 13:13:46.232 INFO kablam! ... Oct 13 13:13:46.232 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 13 13:13:46.233 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.233 INFO kablam! | Oct 13 13:13:46.233 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.233 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.233 INFO kablam! | Oct 13 13:13:46.233 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.233 INFO kablam! | Oct 13 13:13:46.233 INFO kablam! Oct 13 13:13:46.233 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.233 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.233 INFO kablam! | Oct 13 13:13:46.233 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.233 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.233 INFO kablam! ... Oct 13 13:13:46.233 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 13 13:13:46.233 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.233 INFO kablam! Oct 13 13:13:46.233 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.233 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.233 INFO kablam! | Oct 13 13:13:46.233 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.234 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.234 INFO kablam! ... Oct 13 13:13:46.234 INFO kablam! 1657 | rt_realloc_excess_used!(rt_pow2_64bytes_4align_realloc_excess_used, 64, 4); Oct 13 13:13:46.234 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.234 INFO kablam! | Oct 13 13:13:46.234 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.234 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.234 INFO kablam! | Oct 13 13:13:46.234 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.234 INFO kablam! | Oct 13 13:13:46.234 INFO kablam! Oct 13 13:13:46.234 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.234 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.234 INFO kablam! | Oct 13 13:13:46.234 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.234 INFO kablam! | ^^^^^ Oct 13 13:13:46.234 INFO kablam! ... Oct 13 13:13:46.234 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 13 13:13:46.234 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! Oct 13 13:13:46.235 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.235 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.235 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.235 INFO kablam! ... Oct 13 13:13:46.235 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 13 13:13:46.235 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.235 INFO kablam! Oct 13 13:13:46.235 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.235 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.235 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.235 INFO kablam! ... Oct 13 13:13:46.235 INFO kablam! 1670 | rt_realloc_excess_used!(rt_pow2_128bytes_4align_realloc_excess_used, 128, 4); Oct 13 13:13:46.235 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.235 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.235 INFO kablam! | Oct 13 13:13:46.235 INFO kablam! Oct 13 13:13:46.237 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.237 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.237 INFO kablam! | Oct 13 13:13:46.237 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.237 INFO kablam! | ^^^^^ Oct 13 13:13:46.237 INFO kablam! ... Oct 13 13:13:46.237 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 13 13:13:46.237 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.237 INFO kablam! | Oct 13 13:13:46.237 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.237 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.237 INFO kablam! | Oct 13 13:13:46.237 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.237 INFO kablam! | Oct 13 13:13:46.237 INFO kablam! Oct 13 13:13:46.237 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.237 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.237 INFO kablam! | Oct 13 13:13:46.237 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.237 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.237 INFO kablam! ... Oct 13 13:13:46.238 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 13 13:13:46.238 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.238 INFO kablam! Oct 13 13:13:46.238 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.238 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.238 INFO kablam! | Oct 13 13:13:46.238 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.238 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.238 INFO kablam! ... Oct 13 13:13:46.238 INFO kablam! 1683 | rt_realloc_excess_used!(rt_pow2_256bytes_4align_realloc_excess_used, 256, 4); Oct 13 13:13:46.238 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.238 INFO kablam! | Oct 13 13:13:46.238 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.238 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.238 INFO kablam! | Oct 13 13:13:46.238 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.238 INFO kablam! | Oct 13 13:13:46.238 INFO kablam! Oct 13 13:13:46.239 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.239 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.239 INFO kablam! | Oct 13 13:13:46.239 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.239 INFO kablam! | ^^^^^ Oct 13 13:13:46.239 INFO kablam! ... Oct 13 13:13:46.239 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 13 13:13:46.239 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.239 INFO kablam! | Oct 13 13:13:46.239 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.239 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.239 INFO kablam! | Oct 13 13:13:46.239 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.239 INFO kablam! | Oct 13 13:13:46.239 INFO kablam! Oct 13 13:13:46.239 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.239 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.239 INFO kablam! | Oct 13 13:13:46.239 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.239 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.239 INFO kablam! ... Oct 13 13:13:46.239 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 13 13:13:46.239 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.240 INFO kablam! Oct 13 13:13:46.242 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.242 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.242 INFO kablam! | Oct 13 13:13:46.243 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.243 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.243 INFO kablam! ... Oct 13 13:13:46.243 INFO kablam! 1696 | rt_realloc_excess_used!(rt_pow2_512bytes_4align_realloc_excess_used, 512, 4); Oct 13 13:13:46.243 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.243 INFO kablam! | Oct 13 13:13:46.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.243 INFO kablam! | Oct 13 13:13:46.243 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.243 INFO kablam! | Oct 13 13:13:46.243 INFO kablam! Oct 13 13:13:46.243 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.243 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.243 INFO kablam! | Oct 13 13:13:46.243 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.243 INFO kablam! | ^^^^^ Oct 13 13:13:46.243 INFO kablam! ... Oct 13 13:13:46.243 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 13 13:13:46.243 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.243 INFO kablam! | Oct 13 13:13:46.243 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.243 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.243 INFO kablam! | Oct 13 13:13:46.244 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.244 INFO kablam! | Oct 13 13:13:46.244 INFO kablam! Oct 13 13:13:46.244 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.244 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.244 INFO kablam! | Oct 13 13:13:46.244 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.244 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.244 INFO kablam! ... Oct 13 13:13:46.244 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 13 13:13:46.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.244 INFO kablam! Oct 13 13:13:46.244 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.244 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.244 INFO kablam! | Oct 13 13:13:46.244 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.244 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.244 INFO kablam! ... Oct 13 13:13:46.244 INFO kablam! 1709 | rt_realloc_excess_used!(rt_pow2_1024bytes_4align_realloc_excess_used, 1024, 4); Oct 13 13:13:46.244 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.244 INFO kablam! | Oct 13 13:13:46.244 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.245 INFO kablam! | Oct 13 13:13:46.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.245 INFO kablam! | Oct 13 13:13:46.245 INFO kablam! Oct 13 13:13:46.245 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.245 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.245 INFO kablam! | Oct 13 13:13:46.245 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.245 INFO kablam! | ^^^^^ Oct 13 13:13:46.245 INFO kablam! ... Oct 13 13:13:46.245 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 13 13:13:46.245 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.245 INFO kablam! | Oct 13 13:13:46.245 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.245 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.245 INFO kablam! | Oct 13 13:13:46.245 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.245 INFO kablam! | Oct 13 13:13:46.245 INFO kablam! Oct 13 13:13:46.245 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.246 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.246 INFO kablam! | Oct 13 13:13:46.246 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.246 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.246 INFO kablam! ... Oct 13 13:13:46.246 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 13 13:13:46.246 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.246 INFO kablam! Oct 13 13:13:46.246 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.246 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.246 INFO kablam! | Oct 13 13:13:46.246 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.246 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.246 INFO kablam! ... Oct 13 13:13:46.246 INFO kablam! 1722 | rt_realloc_excess_used!(rt_pow2_2048bytes_4align_realloc_excess_used, 2048, 4); Oct 13 13:13:46.246 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.246 INFO kablam! | Oct 13 13:13:46.246 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.246 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.246 INFO kablam! | Oct 13 13:13:46.246 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.246 INFO kablam! | Oct 13 13:13:46.246 INFO kablam! Oct 13 13:13:46.249 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.249 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.249 INFO kablam! | Oct 13 13:13:46.249 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.249 INFO kablam! | ^^^^^ Oct 13 13:13:46.249 INFO kablam! ... Oct 13 13:13:46.249 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 13 13:13:46.249 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.249 INFO kablam! | Oct 13 13:13:46.249 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.249 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.249 INFO kablam! | Oct 13 13:13:46.249 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.249 INFO kablam! | Oct 13 13:13:46.249 INFO kablam! Oct 13 13:13:46.249 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.249 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.249 INFO kablam! | Oct 13 13:13:46.249 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.249 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.249 INFO kablam! ... Oct 13 13:13:46.249 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 13 13:13:46.249 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.249 INFO kablam! Oct 13 13:13:46.249 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.249 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.249 INFO kablam! | Oct 13 13:13:46.249 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.249 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.249 INFO kablam! ... Oct 13 13:13:46.249 INFO kablam! 1735 | rt_realloc_excess_used!(rt_pow2_4096bytes_4align_realloc_excess_used, 4096, 4); Oct 13 13:13:46.250 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! Oct 13 13:13:46.250 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.250 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.250 INFO kablam! | ^^^^^ Oct 13 13:13:46.250 INFO kablam! ... Oct 13 13:13:46.250 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 13 13:13:46.250 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! Oct 13 13:13:46.250 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.250 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.250 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.250 INFO kablam! ... Oct 13 13:13:46.250 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 13 13:13:46.250 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.250 INFO kablam! Oct 13 13:13:46.250 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.250 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.250 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.250 INFO kablam! ... Oct 13 13:13:46.250 INFO kablam! 1748 | rt_realloc_excess_used!(rt_pow2_8192bytes_4align_realloc_excess_used, 8192, 4); Oct 13 13:13:46.250 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.250 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.250 INFO kablam! | Oct 13 13:13:46.250 INFO kablam! Oct 13 13:13:46.255 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.255 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.255 INFO kablam! | ^^^^^ Oct 13 13:13:46.255 INFO kablam! ... Oct 13 13:13:46.255 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 13 13:13:46.255 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! Oct 13 13:13:46.255 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.255 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.255 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.255 INFO kablam! ... Oct 13 13:13:46.255 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 13 13:13:46.255 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.255 INFO kablam! Oct 13 13:13:46.255 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.255 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.255 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.255 INFO kablam! ... Oct 13 13:13:46.255 INFO kablam! 1761 | rt_realloc_excess_used!(rt_pow2_16384bytes_4align_realloc_excess_used, 16384, 4); Oct 13 13:13:46.255 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.255 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.255 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.255 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! Oct 13 13:13:46.256 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.256 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.256 INFO kablam! | ^^^^^ Oct 13 13:13:46.256 INFO kablam! ... Oct 13 13:13:46.256 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 13 13:13:46.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! Oct 13 13:13:46.256 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.256 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.256 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.256 INFO kablam! ... Oct 13 13:13:46.256 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 13 13:13:46.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.256 INFO kablam! Oct 13 13:13:46.256 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.256 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.256 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.256 INFO kablam! ... Oct 13 13:13:46.256 INFO kablam! 1774 | rt_realloc_excess_used!(rt_pow2_32768bytes_4align_realloc_excess_used, 32768, 4); Oct 13 13:13:46.256 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.256 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.256 INFO kablam! | Oct 13 13:13:46.256 INFO kablam! Oct 13 13:13:46.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.260 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.260 INFO kablam! | ^^^^^ Oct 13 13:13:46.260 INFO kablam! ... Oct 13 13:13:46.260 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 13 13:13:46.260 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! Oct 13 13:13:46.260 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.260 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.260 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.260 INFO kablam! ... Oct 13 13:13:46.260 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 13 13:13:46.260 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.260 INFO kablam! Oct 13 13:13:46.260 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.260 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.260 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.260 INFO kablam! ... Oct 13 13:13:46.260 INFO kablam! 1787 | rt_realloc_excess_used!(rt_pow2_65536bytes_4align_realloc_excess_used, 65536, 4); Oct 13 13:13:46.260 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! Oct 13 13:13:46.260 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.260 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.260 INFO kablam! | ^^^^^ Oct 13 13:13:46.260 INFO kablam! ... Oct 13 13:13:46.260 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 13 13:13:46.260 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.260 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.260 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.260 INFO kablam! | Oct 13 13:13:46.261 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.261 INFO kablam! | Oct 13 13:13:46.261 INFO kablam! Oct 13 13:13:46.261 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.261 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.261 INFO kablam! | Oct 13 13:13:46.261 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.261 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.261 INFO kablam! ... Oct 13 13:13:46.261 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 13 13:13:46.261 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.261 INFO kablam! Oct 13 13:13:46.261 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.261 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.261 INFO kablam! | Oct 13 13:13:46.261 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.261 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.261 INFO kablam! ... Oct 13 13:13:46.261 INFO kablam! 1800 | rt_realloc_excess_used!(rt_pow2_131072bytes_4align_realloc_excess_used, 131072, 4); Oct 13 13:13:46.261 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.261 INFO kablam! | Oct 13 13:13:46.261 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! Oct 13 13:13:46.269 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.269 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.269 INFO kablam! | ^^^^^ Oct 13 13:13:46.269 INFO kablam! ... Oct 13 13:13:46.269 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 13 13:13:46.269 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.269 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! Oct 13 13:13:46.269 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.269 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.269 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.269 INFO kablam! ... Oct 13 13:13:46.269 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 13 13:13:46.269 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.269 INFO kablam! Oct 13 13:13:46.269 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.269 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.269 INFO kablam! | Oct 13 13:13:46.269 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.269 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.269 INFO kablam! ... Oct 13 13:13:46.269 INFO kablam! 1813 | rt_realloc_excess_used!(rt_pow2_4194304bytes_4align_realloc_excess_used, 4194304, 4); Oct 13 13:13:46.269 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! Oct 13 13:13:46.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.270 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.270 INFO kablam! | ^^^^^ Oct 13 13:13:46.270 INFO kablam! ... Oct 13 13:13:46.270 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 13 13:13:46.270 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! Oct 13 13:13:46.270 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.270 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.270 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.270 INFO kablam! ... Oct 13 13:13:46.270 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 13 13:13:46.270 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.270 INFO kablam! Oct 13 13:13:46.270 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.270 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.270 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.270 INFO kablam! ... Oct 13 13:13:46.270 INFO kablam! 1827 | rt_realloc_excess_used!(rt_even_10bytes_4align_realloc_excess_used, 10, 4); Oct 13 13:13:46.270 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! Oct 13 13:13:46.270 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.270 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.270 INFO kablam! | ^^^^^ Oct 13 13:13:46.270 INFO kablam! ... Oct 13 13:13:46.270 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 13 13:13:46.270 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.270 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.270 INFO kablam! | Oct 13 13:13:46.270 INFO kablam! Oct 13 13:13:46.280 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.280 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.280 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.280 INFO kablam! ... Oct 13 13:13:46.280 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 13 13:13:46.280 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.280 INFO kablam! Oct 13 13:13:46.280 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.280 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.280 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.280 INFO kablam! ... Oct 13 13:13:46.280 INFO kablam! 1840 | rt_realloc_excess_used!(rt_even_100bytes_4align_realloc_excess_used, 100, 4); Oct 13 13:13:46.280 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! Oct 13 13:13:46.280 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.280 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.280 INFO kablam! | ^^^^^ Oct 13 13:13:46.280 INFO kablam! ... Oct 13 13:13:46.280 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 13 13:13:46.280 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.280 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.280 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.280 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.281 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.281 INFO kablam! ... Oct 13 13:13:46.281 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 13 13:13:46.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.281 INFO kablam! ... Oct 13 13:13:46.281 INFO kablam! 1853 | rt_realloc_excess_used!(rt_even_1000bytes_4align_realloc_excess_used, 1000, 4); Oct 13 13:13:46.281 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.281 INFO kablam! | ^^^^^ Oct 13 13:13:46.281 INFO kablam! ... Oct 13 13:13:46.281 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 13 13:13:46.281 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.281 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.281 INFO kablam! ... Oct 13 13:13:46.281 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 13 13:13:46.281 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.281 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.281 INFO kablam! ... Oct 13 13:13:46.281 INFO kablam! 1866 | rt_realloc_excess_used!(rt_even_10000bytes_4align_realloc_excess_used, 10000, 4); Oct 13 13:13:46.281 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.281 INFO kablam! | ^^^^^ Oct 13 13:13:46.281 INFO kablam! ... Oct 13 13:13:46.281 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 13 13:13:46.281 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.281 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.281 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.281 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.281 INFO kablam! ... Oct 13 13:13:46.281 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 13 13:13:46.281 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.281 INFO kablam! Oct 13 13:13:46.281 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.281 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.281 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.282 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.282 INFO kablam! ... Oct 13 13:13:46.282 INFO kablam! 1879 | rt_realloc_excess_used!(rt_even_100000bytes_4align_realloc_excess_used, 100000, 4); Oct 13 13:13:46.282 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.282 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.282 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.282 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! Oct 13 13:13:46.282 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.282 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.282 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.282 INFO kablam! | ^^^^^ Oct 13 13:13:46.282 INFO kablam! ... Oct 13 13:13:46.282 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 13 13:13:46.282 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.282 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.282 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.282 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.282 INFO kablam! | Oct 13 13:13:46.282 INFO kablam! Oct 13 13:13:46.287 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.287 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.287 INFO kablam! | Oct 13 13:13:46.287 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.287 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.287 INFO kablam! ... Oct 13 13:13:46.287 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 13 13:13:46.287 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.287 INFO kablam! Oct 13 13:13:46.287 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.287 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.287 INFO kablam! | Oct 13 13:13:46.287 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.287 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.287 INFO kablam! ... Oct 13 13:13:46.287 INFO kablam! 1892 | rt_realloc_excess_used!(rt_even_1000000bytes_4align_realloc_excess_used, 1000000, 4); Oct 13 13:13:46.287 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.287 INFO kablam! | Oct 13 13:13:46.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.287 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.287 INFO kablam! | Oct 13 13:13:46.287 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.287 INFO kablam! | Oct 13 13:13:46.287 INFO kablam! Oct 13 13:13:46.287 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.287 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.287 INFO kablam! | Oct 13 13:13:46.287 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.287 INFO kablam! | ^^^^^ Oct 13 13:13:46.287 INFO kablam! ... Oct 13 13:13:46.287 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 13 13:13:46.287 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.287 INFO kablam! | Oct 13 13:13:46.287 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.288 INFO kablam! | Oct 13 13:13:46.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.288 INFO kablam! | Oct 13 13:13:46.288 INFO kablam! Oct 13 13:13:46.288 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.288 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.288 INFO kablam! | Oct 13 13:13:46.288 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.288 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.288 INFO kablam! ... Oct 13 13:13:46.288 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 13 13:13:46.288 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.288 INFO kablam! Oct 13 13:13:46.288 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.288 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.288 INFO kablam! | Oct 13 13:13:46.288 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.288 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.288 INFO kablam! ... Oct 13 13:13:46.288 INFO kablam! 1906 | rt_realloc_excess_used!(rt_odd_10bytes_4align_realloc_excess_used, 10- 1, 4); Oct 13 13:13:46.288 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.288 INFO kablam! | Oct 13 13:13:46.288 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.288 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.288 INFO kablam! | Oct 13 13:13:46.288 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.288 INFO kablam! | Oct 13 13:13:46.288 INFO kablam! Oct 13 13:13:46.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.292 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.292 INFO kablam! | ^^^^^ Oct 13 13:13:46.292 INFO kablam! ... Oct 13 13:13:46.292 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 13 13:13:46.292 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! Oct 13 13:13:46.292 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.292 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.292 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.292 INFO kablam! ... Oct 13 13:13:46.292 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 13 13:13:46.292 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.292 INFO kablam! Oct 13 13:13:46.292 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.292 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.292 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.292 INFO kablam! ... Oct 13 13:13:46.292 INFO kablam! 1919 | rt_realloc_excess_used!(rt_odd_100bytes_4align_realloc_excess_used, 100- 1, 4); Oct 13 13:13:46.292 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.292 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.292 INFO kablam! | Oct 13 13:13:46.292 INFO kablam! Oct 13 13:13:46.292 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.293 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.293 INFO kablam! | ^^^^^ Oct 13 13:13:46.293 INFO kablam! ... Oct 13 13:13:46.293 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 13 13:13:46.293 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! Oct 13 13:13:46.293 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.293 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.293 INFO kablam! ... Oct 13 13:13:46.293 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 13 13:13:46.293 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.293 INFO kablam! Oct 13 13:13:46.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.293 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.293 INFO kablam! ... Oct 13 13:13:46.293 INFO kablam! 1932 | rt_realloc_excess_used!(rt_odd_1000bytes_4align_realloc_excess_used, 1000- 1, 4); Oct 13 13:13:46.293 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! Oct 13 13:13:46.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.293 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.293 INFO kablam! | ^^^^^ Oct 13 13:13:46.293 INFO kablam! ... Oct 13 13:13:46.293 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 13 13:13:46.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! Oct 13 13:13:46.293 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.293 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.293 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.293 INFO kablam! ... Oct 13 13:13:46.293 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 13 13:13:46.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.293 INFO kablam! Oct 13 13:13:46.293 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.293 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.293 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.293 INFO kablam! ... Oct 13 13:13:46.293 INFO kablam! 1945 | rt_realloc_excess_used!(rt_odd_10000bytes_4align_realloc_excess_used, 10000- 1, 4); Oct 13 13:13:46.293 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.293 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! Oct 13 13:13:46.293 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.293 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.293 INFO kablam! | ^^^^^ Oct 13 13:13:46.293 INFO kablam! ... Oct 13 13:13:46.293 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 13 13:13:46.293 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.293 INFO kablam! | Oct 13 13:13:46.293 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.294 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.294 INFO kablam! | Oct 13 13:13:46.294 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.294 INFO kablam! | Oct 13 13:13:46.294 INFO kablam! Oct 13 13:13:46.296 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.296 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.296 INFO kablam! | Oct 13 13:13:46.296 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.296 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.296 INFO kablam! ... Oct 13 13:13:46.296 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 13 13:13:46.296 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.296 INFO kablam! Oct 13 13:13:46.296 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.296 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.296 INFO kablam! | Oct 13 13:13:46.296 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.296 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.296 INFO kablam! ... Oct 13 13:13:46.296 INFO kablam! 1958 | rt_realloc_excess_used!(rt_odd_100000bytes_4align_realloc_excess_used, 100000- 1, 4); Oct 13 13:13:46.296 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.296 INFO kablam! | Oct 13 13:13:46.296 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.296 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.297 INFO kablam! | Oct 13 13:13:46.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.297 INFO kablam! | Oct 13 13:13:46.297 INFO kablam! Oct 13 13:13:46.297 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.297 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.297 INFO kablam! | Oct 13 13:13:46.297 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.297 INFO kablam! | ^^^^^ Oct 13 13:13:46.297 INFO kablam! ... Oct 13 13:13:46.297 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 13 13:13:46.297 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.297 INFO kablam! | Oct 13 13:13:46.297 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.297 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.297 INFO kablam! | Oct 13 13:13:46.297 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.297 INFO kablam! | Oct 13 13:13:46.297 INFO kablam! Oct 13 13:13:46.297 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.297 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.297 INFO kablam! | Oct 13 13:13:46.297 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.297 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.297 INFO kablam! ... Oct 13 13:13:46.297 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 13 13:13:46.297 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.297 INFO kablam! Oct 13 13:13:46.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.299 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.299 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.299 INFO kablam! ... Oct 13 13:13:46.299 INFO kablam! 1971 | rt_realloc_excess_used!(rt_odd_1000000bytes_4align_realloc_excess_used, 1000000- 1, 4); Oct 13 13:13:46.299 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! Oct 13 13:13:46.299 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.299 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.299 INFO kablam! | ^^^^^ Oct 13 13:13:46.299 INFO kablam! ... Oct 13 13:13:46.299 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 13 13:13:46.299 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! Oct 13 13:13:46.299 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.299 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.299 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.299 INFO kablam! ... Oct 13 13:13:46.299 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 13 13:13:46.299 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.299 INFO kablam! Oct 13 13:13:46.299 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.299 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.299 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.299 INFO kablam! ... Oct 13 13:13:46.299 INFO kablam! 1985 | rt_realloc_excess_used!(rt_primes_3bytes_4align_realloc_excess_used, 3, 4); Oct 13 13:13:46.299 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.299 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.299 INFO kablam! | Oct 13 13:13:46.299 INFO kablam! Oct 13 13:13:46.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.303 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.303 INFO kablam! | ^^^^^ Oct 13 13:13:46.303 INFO kablam! ... Oct 13 13:13:46.303 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 13 13:13:46.303 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! Oct 13 13:13:46.303 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.303 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.303 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.303 INFO kablam! ... Oct 13 13:13:46.303 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 13 13:13:46.303 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.303 INFO kablam! Oct 13 13:13:46.303 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.303 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.303 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.303 INFO kablam! ... Oct 13 13:13:46.303 INFO kablam! 1998 | rt_realloc_excess_used!(rt_primes_7bytes_4align_realloc_excess_used, 7, 4); Oct 13 13:13:46.303 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! Oct 13 13:13:46.303 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.303 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.303 INFO kablam! | ^^^^^ Oct 13 13:13:46.303 INFO kablam! ... Oct 13 13:13:46.303 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 13 13:13:46.303 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.303 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! Oct 13 13:13:46.303 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.303 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.303 INFO kablam! | Oct 13 13:13:46.303 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.303 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.303 INFO kablam! ... Oct 13 13:13:46.303 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 13 13:13:46.303 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.304 INFO kablam! Oct 13 13:13:46.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.307 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.307 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.307 INFO kablam! ... Oct 13 13:13:46.307 INFO kablam! 2011 | rt_realloc_excess_used!(rt_primes_13bytes_4align_realloc_excess_used, 13, 4); Oct 13 13:13:46.307 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! Oct 13 13:13:46.307 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.307 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.307 INFO kablam! | ^^^^^ Oct 13 13:13:46.307 INFO kablam! ... Oct 13 13:13:46.307 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 13 13:13:46.307 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! Oct 13 13:13:46.307 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.307 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.307 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.307 INFO kablam! ... Oct 13 13:13:46.307 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 13 13:13:46.307 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.307 INFO kablam! Oct 13 13:13:46.307 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.307 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.307 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.307 INFO kablam! ... Oct 13 13:13:46.307 INFO kablam! 2024 | rt_realloc_excess_used!(rt_primes_17bytes_4align_realloc_excess_used, 17, 4); Oct 13 13:13:46.307 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.307 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.307 INFO kablam! | Oct 13 13:13:46.307 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! Oct 13 13:13:46.308 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.308 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.308 INFO kablam! | ^^^^^ Oct 13 13:13:46.308 INFO kablam! ... Oct 13 13:13:46.308 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 13 13:13:46.308 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.308 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! Oct 13 13:13:46.308 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.308 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.308 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.308 INFO kablam! ... Oct 13 13:13:46.308 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 13 13:13:46.308 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.308 INFO kablam! Oct 13 13:13:46.308 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.308 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.308 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.308 INFO kablam! ... Oct 13 13:13:46.308 INFO kablam! 2037 | rt_realloc_excess_used!(rt_primes_31bytes_4align_realloc_excess_used, 31, 4); Oct 13 13:13:46.308 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.308 INFO kablam! | Oct 13 13:13:46.308 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.312 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.312 INFO kablam! | Oct 13 13:13:46.312 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.312 INFO kablam! | Oct 13 13:13:46.312 INFO kablam! Oct 13 13:13:46.312 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.312 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.312 INFO kablam! | Oct 13 13:13:46.312 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.312 INFO kablam! | ^^^^^ Oct 13 13:13:46.312 INFO kablam! ... Oct 13 13:13:46.313 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 13 13:13:46.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! Oct 13 13:13:46.313 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.313 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.313 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.313 INFO kablam! ... Oct 13 13:13:46.313 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 13 13:13:46.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.313 INFO kablam! Oct 13 13:13:46.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.313 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.313 INFO kablam! ... Oct 13 13:13:46.313 INFO kablam! 2050 | rt_realloc_excess_used!(rt_primes_61bytes_4align_realloc_excess_used, 61, 4); Oct 13 13:13:46.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! Oct 13 13:13:46.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.313 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.313 INFO kablam! | ^^^^^ Oct 13 13:13:46.313 INFO kablam! ... Oct 13 13:13:46.313 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 13 13:13:46.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! Oct 13 13:13:46.313 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.313 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.313 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.313 INFO kablam! ... Oct 13 13:13:46.313 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 13 13:13:46.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.313 INFO kablam! Oct 13 13:13:46.313 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.313 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.313 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.313 INFO kablam! ... Oct 13 13:13:46.313 INFO kablam! 2063 | rt_realloc_excess_used!(rt_primes_96bytes_4align_realloc_excess_used, 96, 4); Oct 13 13:13:46.313 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! Oct 13 13:13:46.313 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.313 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.313 INFO kablam! | ^^^^^ Oct 13 13:13:46.313 INFO kablam! ... Oct 13 13:13:46.313 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 13 13:13:46.313 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.313 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.313 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.313 INFO kablam! | Oct 13 13:13:46.314 INFO kablam! Oct 13 13:13:46.316 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.316 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.316 INFO kablam! | Oct 13 13:13:46.316 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.316 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.316 INFO kablam! ... Oct 13 13:13:46.316 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 13 13:13:46.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.316 INFO kablam! Oct 13 13:13:46.316 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.316 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.316 INFO kablam! | Oct 13 13:13:46.316 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.316 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.316 INFO kablam! ... Oct 13 13:13:46.316 INFO kablam! 2076 | rt_realloc_excess_used!(rt_primes_127bytes_4align_realloc_excess_used, 127, 4); Oct 13 13:13:46.316 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.316 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! Oct 13 13:13:46.317 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.317 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.317 INFO kablam! | ^^^^^ Oct 13 13:13:46.317 INFO kablam! ... Oct 13 13:13:46.317 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 13 13:13:46.317 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! Oct 13 13:13:46.317 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.317 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.317 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.317 INFO kablam! ... Oct 13 13:13:46.317 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 13 13:13:46.317 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.317 INFO kablam! Oct 13 13:13:46.317 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.317 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.317 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.317 INFO kablam! ... Oct 13 13:13:46.317 INFO kablam! 2089 | rt_realloc_excess_used!(rt_primes_257bytes_4align_realloc_excess_used, 257, 4); Oct 13 13:13:46.317 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.317 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.317 INFO kablam! | Oct 13 13:13:46.317 INFO kablam! Oct 13 13:13:46.320 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.320 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.320 INFO kablam! | Oct 13 13:13:46.320 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.320 INFO kablam! | ^^^^^ Oct 13 13:13:46.320 INFO kablam! ... Oct 13 13:13:46.320 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 13 13:13:46.320 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.320 INFO kablam! | Oct 13 13:13:46.320 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.320 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.320 INFO kablam! | Oct 13 13:13:46.320 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.320 INFO kablam! | Oct 13 13:13:46.320 INFO kablam! Oct 13 13:13:46.320 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.320 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.321 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.321 INFO kablam! ... Oct 13 13:13:46.321 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 13 13:13:46.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.321 INFO kablam! Oct 13 13:13:46.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.321 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.321 INFO kablam! ... Oct 13 13:13:46.321 INFO kablam! 2102 | rt_realloc_excess_used!(rt_primes_509bytes_4align_realloc_excess_used, 509, 4); Oct 13 13:13:46.321 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! Oct 13 13:13:46.321 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.321 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.321 INFO kablam! | ^^^^^ Oct 13 13:13:46.321 INFO kablam! ... Oct 13 13:13:46.321 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 13 13:13:46.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! Oct 13 13:13:46.321 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.321 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.321 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.321 INFO kablam! ... Oct 13 13:13:46.321 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 13 13:13:46.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.321 INFO kablam! Oct 13 13:13:46.321 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.321 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.321 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.321 INFO kablam! ... Oct 13 13:13:46.321 INFO kablam! 2115 | rt_realloc_excess_used!(rt_primes_1021bytes_4align_realloc_excess_used, 1021, 4); Oct 13 13:13:46.321 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.321 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.321 INFO kablam! | Oct 13 13:13:46.321 INFO kablam! Oct 13 13:13:46.324 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.324 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.324 INFO kablam! | Oct 13 13:13:46.324 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.324 INFO kablam! | ^^^^^ Oct 13 13:13:46.324 INFO kablam! ... Oct 13 13:13:46.324 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 13 13:13:46.324 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.324 INFO kablam! | Oct 13 13:13:46.324 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.324 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.324 INFO kablam! | Oct 13 13:13:46.324 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.324 INFO kablam! | Oct 13 13:13:46.324 INFO kablam! Oct 13 13:13:46.324 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.324 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.325 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.325 INFO kablam! ... Oct 13 13:13:46.325 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 13 13:13:46.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.325 INFO kablam! Oct 13 13:13:46.325 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.325 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.325 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.325 INFO kablam! ... Oct 13 13:13:46.325 INFO kablam! 2128 | rt_realloc_excess_used!(rt_primes_2039bytes_4align_realloc_excess_used, 2039, 4); Oct 13 13:13:46.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! Oct 13 13:13:46.325 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.325 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.325 INFO kablam! | ^^^^^ Oct 13 13:13:46.325 INFO kablam! ... Oct 13 13:13:46.325 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 13 13:13:46.325 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.325 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.325 INFO kablam! | Oct 13 13:13:46.325 INFO kablam! Oct 13 13:13:46.328 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.328 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.328 INFO kablam! | Oct 13 13:13:46.328 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.328 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.328 INFO kablam! ... Oct 13 13:13:46.329 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 13 13:13:46.329 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.329 INFO kablam! Oct 13 13:13:46.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.329 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.329 INFO kablam! ... Oct 13 13:13:46.329 INFO kablam! 2141 | rt_realloc_excess_used!(rt_primes_4093bytes_4align_realloc_excess_used, 4093, 4); Oct 13 13:13:46.329 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! Oct 13 13:13:46.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.329 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.329 INFO kablam! | ^^^^^ Oct 13 13:13:46.329 INFO kablam! ... Oct 13 13:13:46.329 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 13 13:13:46.329 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! Oct 13 13:13:46.329 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.329 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.329 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.329 INFO kablam! ... Oct 13 13:13:46.329 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 13 13:13:46.329 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.329 INFO kablam! Oct 13 13:13:46.329 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.329 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.329 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.329 INFO kablam! ... Oct 13 13:13:46.329 INFO kablam! 2154 | rt_realloc_excess_used!(rt_primes_8191bytes_4align_realloc_excess_used, 8191, 4); Oct 13 13:13:46.329 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! Oct 13 13:13:46.329 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.329 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.329 INFO kablam! | ^^^^^ Oct 13 13:13:46.329 INFO kablam! ... Oct 13 13:13:46.329 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 13 13:13:46.329 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.329 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.329 INFO kablam! | Oct 13 13:13:46.329 INFO kablam! Oct 13 13:13:46.332 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.332 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.332 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.332 INFO kablam! ... Oct 13 13:13:46.332 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 13 13:13:46.332 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.332 INFO kablam! Oct 13 13:13:46.332 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.332 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.332 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.332 INFO kablam! ... Oct 13 13:13:46.332 INFO kablam! 2167 | rt_realloc_excess_used!(rt_primes_16381bytes_4align_realloc_excess_used, 16381, 4); Oct 13 13:13:46.332 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! Oct 13 13:13:46.332 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.332 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.332 INFO kablam! | ^^^^^ Oct 13 13:13:46.332 INFO kablam! ... Oct 13 13:13:46.332 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 13 13:13:46.332 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.332 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! Oct 13 13:13:46.332 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.332 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.332 INFO kablam! | Oct 13 13:13:46.332 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.332 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.332 INFO kablam! ... Oct 13 13:13:46.332 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 13 13:13:46.332 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.332 INFO kablam! Oct 13 13:13:46.333 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.333 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.333 INFO kablam! | Oct 13 13:13:46.333 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.333 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.333 INFO kablam! ... Oct 13 13:13:46.333 INFO kablam! 2180 | rt_realloc_excess_used!(rt_primes_32749bytes_4align_realloc_excess_used, 32749, 4); Oct 13 13:13:46.333 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.333 INFO kablam! | Oct 13 13:13:46.333 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.333 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.333 INFO kablam! | Oct 13 13:13:46.333 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.333 INFO kablam! | Oct 13 13:13:46.334 INFO kablam! Oct 13 13:13:46.334 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.334 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.334 INFO kablam! | Oct 13 13:13:46.334 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.334 INFO kablam! | ^^^^^ Oct 13 13:13:46.334 INFO kablam! ... Oct 13 13:13:46.334 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 13 13:13:46.334 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.334 INFO kablam! | Oct 13 13:13:46.334 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.334 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.334 INFO kablam! | Oct 13 13:13:46.334 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.334 INFO kablam! | Oct 13 13:13:46.334 INFO kablam! Oct 13 13:13:46.336 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.336 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.336 INFO kablam! | Oct 13 13:13:46.336 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.336 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.336 INFO kablam! ... Oct 13 13:13:46.337 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 13 13:13:46.337 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.337 INFO kablam! Oct 13 13:13:46.337 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.337 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.337 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.337 INFO kablam! ... Oct 13 13:13:46.337 INFO kablam! 2193 | rt_realloc_excess_used!(rt_primes_65537bytes_4align_realloc_excess_used, 65537, 4); Oct 13 13:13:46.337 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! Oct 13 13:13:46.337 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.337 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.337 INFO kablam! | ^^^^^ Oct 13 13:13:46.337 INFO kablam! ... Oct 13 13:13:46.337 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 13 13:13:46.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.337 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! Oct 13 13:13:46.337 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.337 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.337 INFO kablam! | Oct 13 13:13:46.337 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.337 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.337 INFO kablam! ... Oct 13 13:13:46.337 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 13 13:13:46.337 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.337 INFO kablam! Oct 13 13:13:46.338 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.338 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.338 INFO kablam! | Oct 13 13:13:46.338 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.338 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.338 INFO kablam! ... Oct 13 13:13:46.338 INFO kablam! 2206 | rt_realloc_excess_used!(rt_primes_131071bytes_4align_realloc_excess_used, 131071, 4); Oct 13 13:13:46.338 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.338 INFO kablam! | Oct 13 13:13:46.338 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.338 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.338 INFO kablam! | Oct 13 13:13:46.338 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.338 INFO kablam! | Oct 13 13:13:46.339 INFO kablam! Oct 13 13:13:46.339 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.339 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.339 INFO kablam! | Oct 13 13:13:46.339 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.339 INFO kablam! | ^^^^^ Oct 13 13:13:46.339 INFO kablam! ... Oct 13 13:13:46.339 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 13 13:13:46.339 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.339 INFO kablam! | Oct 13 13:13:46.339 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.339 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.339 INFO kablam! | Oct 13 13:13:46.339 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.339 INFO kablam! | Oct 13 13:13:46.339 INFO kablam! Oct 13 13:13:46.339 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.339 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.339 INFO kablam! | Oct 13 13:13:46.339 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.339 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.339 INFO kablam! ... Oct 13 13:13:46.339 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 13 13:13:46.339 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.339 INFO kablam! Oct 13 13:13:46.340 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.340 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.340 INFO kablam! | Oct 13 13:13:46.340 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.340 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.340 INFO kablam! ... Oct 13 13:13:46.340 INFO kablam! 2219 | rt_realloc_excess_used!(rt_primes_4194301bytes_4align_realloc_excess_used, 4194301, 4); Oct 13 13:13:46.340 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.340 INFO kablam! | Oct 13 13:13:46.340 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.340 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.340 INFO kablam! | Oct 13 13:13:46.340 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.340 INFO kablam! | Oct 13 13:13:46.340 INFO kablam! Oct 13 13:13:46.340 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.340 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.340 INFO kablam! | Oct 13 13:13:46.340 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.340 INFO kablam! | ^^^^^ Oct 13 13:13:46.341 INFO kablam! ... Oct 13 13:13:46.341 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 13 13:13:46.341 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.341 INFO kablam! | Oct 13 13:13:46.341 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.341 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.341 INFO kablam! | Oct 13 13:13:46.341 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.341 INFO kablam! | Oct 13 13:13:46.341 INFO kablam! Oct 13 13:13:46.345 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.345 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.345 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.345 INFO kablam! ... Oct 13 13:13:46.345 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 13 13:13:46.345 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.345 INFO kablam! Oct 13 13:13:46.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.345 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.345 INFO kablam! ... Oct 13 13:13:46.345 INFO kablam! 2235 | rt_realloc_excess_used!(rt_pow2_1bytes_8align_realloc_excess_used, 1, 8); Oct 13 13:13:46.345 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! Oct 13 13:13:46.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.345 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.345 INFO kablam! | ^^^^^ Oct 13 13:13:46.345 INFO kablam! ... Oct 13 13:13:46.345 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 13 13:13:46.345 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! Oct 13 13:13:46.345 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.345 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.345 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.345 INFO kablam! ... Oct 13 13:13:46.345 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 13 13:13:46.345 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.345 INFO kablam! Oct 13 13:13:46.345 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.345 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.345 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.345 INFO kablam! ... Oct 13 13:13:46.345 INFO kablam! 2248 | rt_realloc_excess_used!(rt_pow2_2bytes_8align_realloc_excess_used, 2, 8); Oct 13 13:13:46.345 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.345 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.345 INFO kablam! Oct 13 13:13:46.345 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.345 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.345 INFO kablam! | Oct 13 13:13:46.346 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.346 INFO kablam! | ^^^^^ Oct 13 13:13:46.346 INFO kablam! ... Oct 13 13:13:46.346 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 13 13:13:46.346 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.346 INFO kablam! | Oct 13 13:13:46.346 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.346 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.346 INFO kablam! | Oct 13 13:13:46.346 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.346 INFO kablam! | Oct 13 13:13:46.346 INFO kablam! Oct 13 13:13:46.352 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.352 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.352 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.352 INFO kablam! ... Oct 13 13:13:46.352 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 13 13:13:46.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.352 INFO kablam! Oct 13 13:13:46.352 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.352 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.352 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.352 INFO kablam! ... Oct 13 13:13:46.352 INFO kablam! 2261 | rt_realloc_excess_used!(rt_pow2_4bytes_8align_realloc_excess_used, 4, 8); Oct 13 13:13:46.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! Oct 13 13:13:46.352 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.352 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.352 INFO kablam! | ^^^^^ Oct 13 13:13:46.352 INFO kablam! ... Oct 13 13:13:46.352 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 13 13:13:46.352 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.352 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! Oct 13 13:13:46.352 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.352 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.352 INFO kablam! | Oct 13 13:13:46.352 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.353 INFO kablam! ... Oct 13 13:13:46.353 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 13 13:13:46.353 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.353 INFO kablam! Oct 13 13:13:46.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.353 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.353 INFO kablam! ... Oct 13 13:13:46.353 INFO kablam! 2274 | rt_realloc_excess_used!(rt_pow2_8bytes_8align_realloc_excess_used, 8, 8); Oct 13 13:13:46.353 INFO kablam! | ------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! Oct 13 13:13:46.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.353 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.353 INFO kablam! | ^^^^^ Oct 13 13:13:46.353 INFO kablam! ... Oct 13 13:13:46.353 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 13 13:13:46.353 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! Oct 13 13:13:46.353 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.353 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.353 INFO kablam! ... Oct 13 13:13:46.353 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 13 13:13:46.353 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.353 INFO kablam! Oct 13 13:13:46.353 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.353 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.353 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.353 INFO kablam! ... Oct 13 13:13:46.353 INFO kablam! 2287 | rt_realloc_excess_used!(rt_pow2_16bytes_8align_realloc_excess_used, 16, 8); Oct 13 13:13:46.353 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! Oct 13 13:13:46.353 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.353 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.353 INFO kablam! | ^^^^^ Oct 13 13:13:46.353 INFO kablam! ... Oct 13 13:13:46.353 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 13 13:13:46.353 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.353 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! Oct 13 13:13:46.353 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.353 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.353 INFO kablam! | Oct 13 13:13:46.353 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.353 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.353 INFO kablam! ... Oct 13 13:13:46.353 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 13 13:13:46.353 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.353 INFO kablam! Oct 13 13:13:46.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.359 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.359 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.359 INFO kablam! ... Oct 13 13:13:46.359 INFO kablam! 2300 | rt_realloc_excess_used!(rt_pow2_32bytes_8align_realloc_excess_used, 32, 8); Oct 13 13:13:46.359 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! Oct 13 13:13:46.359 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.359 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.359 INFO kablam! | ^^^^^ Oct 13 13:13:46.359 INFO kablam! ... Oct 13 13:13:46.359 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 13 13:13:46.359 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! Oct 13 13:13:46.359 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.359 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.359 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.359 INFO kablam! ... Oct 13 13:13:46.359 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 13 13:13:46.359 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.359 INFO kablam! Oct 13 13:13:46.359 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.359 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.359 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.359 INFO kablam! ... Oct 13 13:13:46.359 INFO kablam! 2313 | rt_realloc_excess_used!(rt_pow2_64bytes_8align_realloc_excess_used, 64, 8); Oct 13 13:13:46.359 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.359 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.359 INFO kablam! | Oct 13 13:13:46.359 INFO kablam! Oct 13 13:13:46.364 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.365 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.365 INFO kablam! | ^^^^^ Oct 13 13:13:46.365 INFO kablam! ... Oct 13 13:13:46.365 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 13 13:13:46.365 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! Oct 13 13:13:46.365 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.365 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.365 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.365 INFO kablam! ... Oct 13 13:13:46.365 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 13 13:13:46.365 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.365 INFO kablam! Oct 13 13:13:46.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.365 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.365 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.365 INFO kablam! ... Oct 13 13:13:46.365 INFO kablam! 2326 | rt_realloc_excess_used!(rt_pow2_128bytes_8align_realloc_excess_used, 128, 8); Oct 13 13:13:46.365 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! Oct 13 13:13:46.365 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.365 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.365 INFO kablam! | ^^^^^ Oct 13 13:13:46.365 INFO kablam! ... Oct 13 13:13:46.365 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 13 13:13:46.365 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! Oct 13 13:13:46.365 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.365 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.365 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.365 INFO kablam! ... Oct 13 13:13:46.365 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 13 13:13:46.365 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.365 INFO kablam! Oct 13 13:13:46.365 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.365 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.365 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.365 INFO kablam! ... Oct 13 13:13:46.365 INFO kablam! 2339 | rt_realloc_excess_used!(rt_pow2_256bytes_8align_realloc_excess_used, 256, 8); Oct 13 13:13:46.365 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.365 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.365 INFO kablam! | Oct 13 13:13:46.365 INFO kablam! Oct 13 13:13:46.373 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.373 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.373 INFO kablam! | Oct 13 13:13:46.373 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.373 INFO kablam! | ^^^^^ Oct 13 13:13:46.373 INFO kablam! ... Oct 13 13:13:46.373 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 13 13:13:46.373 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.373 INFO kablam! | Oct 13 13:13:46.373 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.373 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.373 INFO kablam! | Oct 13 13:13:46.373 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.373 INFO kablam! | Oct 13 13:13:46.373 INFO kablam! Oct 13 13:13:46.373 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.373 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.373 INFO kablam! | Oct 13 13:13:46.373 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.373 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.373 INFO kablam! ... Oct 13 13:13:46.374 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 13 13:13:46.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.374 INFO kablam! Oct 13 13:13:46.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.374 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.374 INFO kablam! ... Oct 13 13:13:46.374 INFO kablam! 2352 | rt_realloc_excess_used!(rt_pow2_512bytes_8align_realloc_excess_used, 512, 8); Oct 13 13:13:46.374 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! Oct 13 13:13:46.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.374 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.374 INFO kablam! | ^^^^^ Oct 13 13:13:46.374 INFO kablam! ... Oct 13 13:13:46.374 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 13 13:13:46.374 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! Oct 13 13:13:46.374 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.374 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.374 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.374 INFO kablam! ... Oct 13 13:13:46.374 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 13 13:13:46.374 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.374 INFO kablam! Oct 13 13:13:46.374 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.374 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.374 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.374 INFO kablam! ... Oct 13 13:13:46.374 INFO kablam! 2365 | rt_realloc_excess_used!(rt_pow2_1024bytes_8align_realloc_excess_used, 1024, 8); Oct 13 13:13:46.374 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! Oct 13 13:13:46.374 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.374 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.374 INFO kablam! | ^^^^^ Oct 13 13:13:46.374 INFO kablam! ... Oct 13 13:13:46.374 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 13 13:13:46.374 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.374 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.374 INFO kablam! | Oct 13 13:13:46.374 INFO kablam! Oct 13 13:13:46.379 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.379 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.379 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.379 INFO kablam! ... Oct 13 13:13:46.379 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 13 13:13:46.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.379 INFO kablam! Oct 13 13:13:46.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.379 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.379 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.379 INFO kablam! ... Oct 13 13:13:46.379 INFO kablam! 2378 | rt_realloc_excess_used!(rt_pow2_2048bytes_8align_realloc_excess_used, 2048, 8); Oct 13 13:13:46.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! Oct 13 13:13:46.379 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.379 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.379 INFO kablam! | ^^^^^ Oct 13 13:13:46.379 INFO kablam! ... Oct 13 13:13:46.379 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 13 13:13:46.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! Oct 13 13:13:46.379 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.379 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.379 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.379 INFO kablam! ... Oct 13 13:13:46.379 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 13 13:13:46.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.379 INFO kablam! Oct 13 13:13:46.379 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.379 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.379 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.379 INFO kablam! ... Oct 13 13:13:46.379 INFO kablam! 2391 | rt_realloc_excess_used!(rt_pow2_4096bytes_8align_realloc_excess_used, 4096, 8); Oct 13 13:13:46.379 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.379 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.379 INFO kablam! | Oct 13 13:13:46.379 INFO kablam! Oct 13 13:13:46.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.388 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.388 INFO kablam! | ^^^^^ Oct 13 13:13:46.388 INFO kablam! ... Oct 13 13:13:46.388 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 13 13:13:46.388 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! Oct 13 13:13:46.388 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.388 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.388 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.388 INFO kablam! ... Oct 13 13:13:46.388 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 13 13:13:46.388 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.388 INFO kablam! Oct 13 13:13:46.388 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.388 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.388 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.388 INFO kablam! ... Oct 13 13:13:46.388 INFO kablam! 2404 | rt_realloc_excess_used!(rt_pow2_8192bytes_8align_realloc_excess_used, 8192, 8); Oct 13 13:13:46.388 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.388 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! Oct 13 13:13:46.388 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.388 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.388 INFO kablam! | Oct 13 13:13:46.388 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.388 INFO kablam! | ^^^^^ Oct 13 13:13:46.388 INFO kablam! ... Oct 13 13:13:46.388 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 13 13:13:46.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! Oct 13 13:13:46.389 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.389 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.389 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.389 INFO kablam! ... Oct 13 13:13:46.389 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 13 13:13:46.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.389 INFO kablam! Oct 13 13:13:46.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.389 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.389 INFO kablam! ... Oct 13 13:13:46.389 INFO kablam! 2417 | rt_realloc_excess_used!(rt_pow2_16384bytes_8align_realloc_excess_used, 16384, 8); Oct 13 13:13:46.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! Oct 13 13:13:46.389 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.389 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.389 INFO kablam! | ^^^^^ Oct 13 13:13:46.389 INFO kablam! ... Oct 13 13:13:46.389 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 13 13:13:46.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! Oct 13 13:13:46.389 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.389 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.389 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.389 INFO kablam! ... Oct 13 13:13:46.389 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 13 13:13:46.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.389 INFO kablam! Oct 13 13:13:46.389 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.389 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.389 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.389 INFO kablam! ... Oct 13 13:13:46.389 INFO kablam! 2430 | rt_realloc_excess_used!(rt_pow2_32768bytes_8align_realloc_excess_used, 32768, 8); Oct 13 13:13:46.389 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.389 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.389 INFO kablam! | Oct 13 13:13:46.389 INFO kablam! Oct 13 13:13:46.391 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.391 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.391 INFO kablam! | Oct 13 13:13:46.391 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.391 INFO kablam! | ^^^^^ Oct 13 13:13:46.391 INFO kablam! ... Oct 13 13:13:46.391 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 13 13:13:46.391 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.391 INFO kablam! | Oct 13 13:13:46.391 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.391 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.391 INFO kablam! | Oct 13 13:13:46.391 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.391 INFO kablam! | Oct 13 13:13:46.391 INFO kablam! Oct 13 13:13:46.394 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.394 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.394 INFO kablam! | Oct 13 13:13:46.394 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.394 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.394 INFO kablam! ... Oct 13 13:13:46.394 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 13 13:13:46.394 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.394 INFO kablam! Oct 13 13:13:46.394 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.394 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.394 INFO kablam! | Oct 13 13:13:46.394 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.394 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.394 INFO kablam! ... Oct 13 13:13:46.394 INFO kablam! 2443 | rt_realloc_excess_used!(rt_pow2_65536bytes_8align_realloc_excess_used, 65536, 8); Oct 13 13:13:46.394 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.394 INFO kablam! | Oct 13 13:13:46.394 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.394 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.394 INFO kablam! | Oct 13 13:13:46.394 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.394 INFO kablam! | Oct 13 13:13:46.394 INFO kablam! Oct 13 13:13:46.395 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.395 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.395 INFO kablam! | Oct 13 13:13:46.395 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.395 INFO kablam! | ^^^^^ Oct 13 13:13:46.395 INFO kablam! ... Oct 13 13:13:46.395 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 13 13:13:46.395 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.395 INFO kablam! | Oct 13 13:13:46.395 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.395 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.395 INFO kablam! | Oct 13 13:13:46.395 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.395 INFO kablam! | Oct 13 13:13:46.395 INFO kablam! Oct 13 13:13:46.400 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.400 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.400 INFO kablam! | Oct 13 13:13:46.400 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.400 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.400 INFO kablam! ... Oct 13 13:13:46.400 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 13 13:13:46.400 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.400 INFO kablam! Oct 13 13:13:46.400 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.400 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.400 INFO kablam! | Oct 13 13:13:46.400 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.400 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.400 INFO kablam! ... Oct 13 13:13:46.400 INFO kablam! 2456 | rt_realloc_excess_used!(rt_pow2_131072bytes_8align_realloc_excess_used, 131072, 8); Oct 13 13:13:46.400 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! Oct 13 13:13:46.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.401 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.401 INFO kablam! | ^^^^^ Oct 13 13:13:46.401 INFO kablam! ... Oct 13 13:13:46.401 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 13 13:13:46.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! Oct 13 13:13:46.401 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.401 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.401 INFO kablam! ... Oct 13 13:13:46.401 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 13 13:13:46.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.401 INFO kablam! Oct 13 13:13:46.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.401 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.401 INFO kablam! ... Oct 13 13:13:46.401 INFO kablam! 2469 | rt_realloc_excess_used!(rt_pow2_4194304bytes_8align_realloc_excess_used, 4194304, 8); Oct 13 13:13:46.401 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! Oct 13 13:13:46.401 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.401 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.401 INFO kablam! | ^^^^^ Oct 13 13:13:46.401 INFO kablam! ... Oct 13 13:13:46.401 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 13 13:13:46.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! Oct 13 13:13:46.401 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.401 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.401 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.401 INFO kablam! ... Oct 13 13:13:46.401 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 13 13:13:46.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.401 INFO kablam! Oct 13 13:13:46.401 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.401 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.401 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.401 INFO kablam! ... Oct 13 13:13:46.401 INFO kablam! 2483 | rt_realloc_excess_used!(rt_even_10bytes_8align_realloc_excess_used, 10, 8); Oct 13 13:13:46.401 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.401 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.401 INFO kablam! | Oct 13 13:13:46.401 INFO kablam! Oct 13 13:13:46.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.404 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.404 INFO kablam! | ^^^^^ Oct 13 13:13:46.404 INFO kablam! ... Oct 13 13:13:46.404 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 13 13:13:46.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! Oct 13 13:13:46.404 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.404 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.404 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.404 INFO kablam! ... Oct 13 13:13:46.404 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 13 13:13:46.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.404 INFO kablam! Oct 13 13:13:46.404 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.404 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.404 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.404 INFO kablam! ... Oct 13 13:13:46.404 INFO kablam! 2496 | rt_realloc_excess_used!(rt_even_100bytes_8align_realloc_excess_used, 100, 8); Oct 13 13:13:46.404 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.404 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.404 INFO kablam! | Oct 13 13:13:46.404 INFO kablam! Oct 13 13:13:46.404 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.405 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.405 INFO kablam! | Oct 13 13:13:46.405 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.405 INFO kablam! | ^^^^^ Oct 13 13:13:46.405 INFO kablam! ... Oct 13 13:13:46.405 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 13 13:13:46.405 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.405 INFO kablam! | Oct 13 13:13:46.405 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.405 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.405 INFO kablam! | Oct 13 13:13:46.405 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.405 INFO kablam! | Oct 13 13:13:46.405 INFO kablam! Oct 13 13:13:46.405 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.405 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.405 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.406 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.406 INFO kablam! ... Oct 13 13:13:46.406 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 13 13:13:46.406 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.406 INFO kablam! Oct 13 13:13:46.406 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.406 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.406 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.406 INFO kablam! ... Oct 13 13:13:46.406 INFO kablam! 2509 | rt_realloc_excess_used!(rt_even_1000bytes_8align_realloc_excess_used, 1000, 8); Oct 13 13:13:46.406 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! Oct 13 13:13:46.406 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.406 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.406 INFO kablam! | ^^^^^ Oct 13 13:13:46.406 INFO kablam! ... Oct 13 13:13:46.406 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 13 13:13:46.406 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.406 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.406 INFO kablam! | Oct 13 13:13:46.406 INFO kablam! Oct 13 13:13:46.407 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.407 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.407 INFO kablam! | Oct 13 13:13:46.407 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.407 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.407 INFO kablam! ... Oct 13 13:13:46.407 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 13 13:13:46.407 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.407 INFO kablam! Oct 13 13:13:46.407 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.407 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.407 INFO kablam! | Oct 13 13:13:46.408 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.408 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.408 INFO kablam! ... Oct 13 13:13:46.408 INFO kablam! 2522 | rt_realloc_excess_used!(rt_even_10000bytes_8align_realloc_excess_used, 10000, 8); Oct 13 13:13:46.408 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.408 INFO kablam! | Oct 13 13:13:46.408 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.408 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.408 INFO kablam! | Oct 13 13:13:46.408 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.408 INFO kablam! | Oct 13 13:13:46.408 INFO kablam! Oct 13 13:13:46.408 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.408 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.409 INFO kablam! | Oct 13 13:13:46.409 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.409 INFO kablam! | ^^^^^ Oct 13 13:13:46.409 INFO kablam! ... Oct 13 13:13:46.409 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 13 13:13:46.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.409 INFO kablam! | Oct 13 13:13:46.409 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.409 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.409 INFO kablam! | Oct 13 13:13:46.409 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.409 INFO kablam! | Oct 13 13:13:46.409 INFO kablam! Oct 13 13:13:46.409 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.409 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.409 INFO kablam! | Oct 13 13:13:46.409 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.409 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.409 INFO kablam! ... Oct 13 13:13:46.409 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 13 13:13:46.409 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.409 INFO kablam! Oct 13 13:13:46.410 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.410 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.410 INFO kablam! | Oct 13 13:13:46.410 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.410 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.410 INFO kablam! ... Oct 13 13:13:46.410 INFO kablam! 2535 | rt_realloc_excess_used!(rt_even_100000bytes_8align_realloc_excess_used, 100000, 8); Oct 13 13:13:46.410 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.410 INFO kablam! | Oct 13 13:13:46.410 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.410 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.410 INFO kablam! | Oct 13 13:13:46.410 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.410 INFO kablam! | Oct 13 13:13:46.410 INFO kablam! Oct 13 13:13:46.411 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.411 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.411 INFO kablam! | Oct 13 13:13:46.411 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.411 INFO kablam! | ^^^^^ Oct 13 13:13:46.411 INFO kablam! ... Oct 13 13:13:46.411 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 13 13:13:46.411 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.411 INFO kablam! | Oct 13 13:13:46.411 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.411 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.411 INFO kablam! | Oct 13 13:13:46.411 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.411 INFO kablam! | Oct 13 13:13:46.411 INFO kablam! Oct 13 13:13:46.411 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.411 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.411 INFO kablam! | Oct 13 13:13:46.411 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.411 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.411 INFO kablam! ... Oct 13 13:13:46.412 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 13 13:13:46.412 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.412 INFO kablam! Oct 13 13:13:46.412 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.412 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.412 INFO kablam! | Oct 13 13:13:46.412 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.412 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.412 INFO kablam! ... Oct 13 13:13:46.412 INFO kablam! 2548 | rt_realloc_excess_used!(rt_even_1000000bytes_8align_realloc_excess_used, 1000000, 8); Oct 13 13:13:46.412 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.412 INFO kablam! | Oct 13 13:13:46.412 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.412 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.412 INFO kablam! | Oct 13 13:13:46.412 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.412 INFO kablam! | Oct 13 13:13:46.412 INFO kablam! Oct 13 13:13:46.413 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.413 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.413 INFO kablam! | Oct 13 13:13:46.413 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.413 INFO kablam! | ^^^^^ Oct 13 13:13:46.413 INFO kablam! ... Oct 13 13:13:46.413 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 13 13:13:46.413 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.413 INFO kablam! | Oct 13 13:13:46.413 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.413 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.413 INFO kablam! | Oct 13 13:13:46.413 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.413 INFO kablam! | Oct 13 13:13:46.413 INFO kablam! Oct 13 13:13:46.414 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.414 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.414 INFO kablam! | Oct 13 13:13:46.414 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.414 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.414 INFO kablam! ... Oct 13 13:13:46.414 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 13 13:13:46.414 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.414 INFO kablam! Oct 13 13:13:46.414 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.414 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.414 INFO kablam! | Oct 13 13:13:46.414 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.415 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.415 INFO kablam! ... Oct 13 13:13:46.415 INFO kablam! 2562 | rt_realloc_excess_used!(rt_odd_10bytes_8align_realloc_excess_used, 10- 1, 8); Oct 13 13:13:46.415 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.415 INFO kablam! | Oct 13 13:13:46.415 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.415 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.415 INFO kablam! | Oct 13 13:13:46.415 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.415 INFO kablam! | Oct 13 13:13:46.415 INFO kablam! Oct 13 13:13:46.416 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.416 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.416 INFO kablam! | Oct 13 13:13:46.416 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.416 INFO kablam! | ^^^^^ Oct 13 13:13:46.416 INFO kablam! ... Oct 13 13:13:46.416 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 13 13:13:46.416 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.416 INFO kablam! | Oct 13 13:13:46.416 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.416 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.416 INFO kablam! | Oct 13 13:13:46.416 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.416 INFO kablam! | Oct 13 13:13:46.416 INFO kablam! Oct 13 13:13:46.416 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.416 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.416 INFO kablam! | Oct 13 13:13:46.416 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.416 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.416 INFO kablam! ... Oct 13 13:13:46.416 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 13 13:13:46.416 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.416 INFO kablam! Oct 13 13:13:46.417 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.417 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.417 INFO kablam! | Oct 13 13:13:46.417 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.417 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.417 INFO kablam! ... Oct 13 13:13:46.417 INFO kablam! 2575 | rt_realloc_excess_used!(rt_odd_100bytes_8align_realloc_excess_used, 100- 1, 8); Oct 13 13:13:46.417 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.417 INFO kablam! | Oct 13 13:13:46.417 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.417 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.417 INFO kablam! | Oct 13 13:13:46.417 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.417 INFO kablam! | Oct 13 13:13:46.417 INFO kablam! Oct 13 13:13:46.418 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.418 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.418 INFO kablam! | Oct 13 13:13:46.418 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.418 INFO kablam! | ^^^^^ Oct 13 13:13:46.418 INFO kablam! ... Oct 13 13:13:46.418 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 13 13:13:46.418 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.418 INFO kablam! | Oct 13 13:13:46.418 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.418 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.418 INFO kablam! | Oct 13 13:13:46.418 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.418 INFO kablam! | Oct 13 13:13:46.418 INFO kablam! Oct 13 13:13:46.419 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.419 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.419 INFO kablam! | Oct 13 13:13:46.419 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.419 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.419 INFO kablam! ... Oct 13 13:13:46.419 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 13 13:13:46.419 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.419 INFO kablam! Oct 13 13:13:46.419 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.419 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.419 INFO kablam! | Oct 13 13:13:46.419 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.419 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.419 INFO kablam! ... Oct 13 13:13:46.419 INFO kablam! 2588 | rt_realloc_excess_used!(rt_odd_1000bytes_8align_realloc_excess_used, 1000- 1, 8); Oct 13 13:13:46.419 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.419 INFO kablam! | Oct 13 13:13:46.419 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.419 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.419 INFO kablam! | Oct 13 13:13:46.419 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.419 INFO kablam! | Oct 13 13:13:46.419 INFO kablam! Oct 13 13:13:46.420 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.420 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.420 INFO kablam! | Oct 13 13:13:46.420 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.420 INFO kablam! | ^^^^^ Oct 13 13:13:46.420 INFO kablam! ... Oct 13 13:13:46.420 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 13 13:13:46.420 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.420 INFO kablam! | Oct 13 13:13:46.420 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.421 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.421 INFO kablam! | Oct 13 13:13:46.421 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.421 INFO kablam! | Oct 13 13:13:46.421 INFO kablam! Oct 13 13:13:46.421 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.421 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.421 INFO kablam! | Oct 13 13:13:46.421 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.421 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.421 INFO kablam! ... Oct 13 13:13:46.421 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 13 13:13:46.421 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.421 INFO kablam! Oct 13 13:13:46.422 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.422 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.422 INFO kablam! | Oct 13 13:13:46.422 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.422 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.422 INFO kablam! ... Oct 13 13:13:46.422 INFO kablam! 2601 | rt_realloc_excess_used!(rt_odd_10000bytes_8align_realloc_excess_used, 10000- 1, 8); Oct 13 13:13:46.422 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.422 INFO kablam! | Oct 13 13:13:46.422 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.422 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.422 INFO kablam! | Oct 13 13:13:46.422 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.422 INFO kablam! | Oct 13 13:13:46.422 INFO kablam! Oct 13 13:13:46.423 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.423 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.423 INFO kablam! | Oct 13 13:13:46.423 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.423 INFO kablam! | ^^^^^ Oct 13 13:13:46.423 INFO kablam! ... Oct 13 13:13:46.423 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 13 13:13:46.423 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.423 INFO kablam! | Oct 13 13:13:46.423 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.423 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.423 INFO kablam! | Oct 13 13:13:46.423 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.423 INFO kablam! | Oct 13 13:13:46.423 INFO kablam! Oct 13 13:13:46.423 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.424 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.424 INFO kablam! | Oct 13 13:13:46.424 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.424 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.424 INFO kablam! ... Oct 13 13:13:46.424 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 13 13:13:46.424 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.424 INFO kablam! Oct 13 13:13:46.424 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.424 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.424 INFO kablam! | Oct 13 13:13:46.424 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.424 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.424 INFO kablam! ... Oct 13 13:13:46.424 INFO kablam! 2614 | rt_realloc_excess_used!(rt_odd_100000bytes_8align_realloc_excess_used, 100000- 1, 8); Oct 13 13:13:46.424 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.424 INFO kablam! | Oct 13 13:13:46.424 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.424 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.424 INFO kablam! | Oct 13 13:13:46.424 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.424 INFO kablam! | Oct 13 13:13:46.424 INFO kablam! Oct 13 13:13:46.425 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.425 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.425 INFO kablam! | Oct 13 13:13:46.425 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.425 INFO kablam! | ^^^^^ Oct 13 13:13:46.425 INFO kablam! ... Oct 13 13:13:46.425 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 13 13:13:46.425 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.425 INFO kablam! | Oct 13 13:13:46.425 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.425 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.425 INFO kablam! | Oct 13 13:13:46.425 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.425 INFO kablam! | Oct 13 13:13:46.425 INFO kablam! Oct 13 13:13:46.426 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.426 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.426 INFO kablam! | Oct 13 13:13:46.426 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.426 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.426 INFO kablam! ... Oct 13 13:13:46.426 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 13 13:13:46.426 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.426 INFO kablam! Oct 13 13:13:46.427 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.427 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.427 INFO kablam! | Oct 13 13:13:46.427 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.427 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.427 INFO kablam! ... Oct 13 13:13:46.427 INFO kablam! 2627 | rt_realloc_excess_used!(rt_odd_1000000bytes_8align_realloc_excess_used, 1000000- 1, 8); Oct 13 13:13:46.427 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.427 INFO kablam! | Oct 13 13:13:46.427 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.427 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.427 INFO kablam! | Oct 13 13:13:46.427 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.427 INFO kablam! | Oct 13 13:13:46.427 INFO kablam! Oct 13 13:13:46.428 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.428 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.428 INFO kablam! | Oct 13 13:13:46.428 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.428 INFO kablam! | ^^^^^ Oct 13 13:13:46.428 INFO kablam! ... Oct 13 13:13:46.428 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 13 13:13:46.428 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.428 INFO kablam! | Oct 13 13:13:46.428 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.428 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.428 INFO kablam! | Oct 13 13:13:46.428 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.428 INFO kablam! | Oct 13 13:13:46.428 INFO kablam! Oct 13 13:13:46.428 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.428 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.428 INFO kablam! | Oct 13 13:13:46.428 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.428 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.428 INFO kablam! ... Oct 13 13:13:46.428 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 13 13:13:46.428 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.428 INFO kablam! Oct 13 13:13:46.429 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.429 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.429 INFO kablam! | Oct 13 13:13:46.429 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.429 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.429 INFO kablam! ... Oct 13 13:13:46.429 INFO kablam! 2641 | rt_realloc_excess_used!(rt_primes_3bytes_8align_realloc_excess_used, 3, 8); Oct 13 13:13:46.429 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.429 INFO kablam! | Oct 13 13:13:46.429 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.429 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.429 INFO kablam! | Oct 13 13:13:46.429 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.429 INFO kablam! | Oct 13 13:13:46.429 INFO kablam! Oct 13 13:13:46.430 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.430 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.430 INFO kablam! | Oct 13 13:13:46.430 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.430 INFO kablam! | ^^^^^ Oct 13 13:13:46.430 INFO kablam! ... Oct 13 13:13:46.430 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 13 13:13:46.430 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.430 INFO kablam! | Oct 13 13:13:46.430 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.430 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.430 INFO kablam! | Oct 13 13:13:46.430 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.430 INFO kablam! | Oct 13 13:13:46.430 INFO kablam! Oct 13 13:13:46.430 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.431 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.431 INFO kablam! | Oct 13 13:13:46.431 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.431 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.431 INFO kablam! ... Oct 13 13:13:46.431 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 13 13:13:46.431 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.431 INFO kablam! Oct 13 13:13:46.431 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.431 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.431 INFO kablam! | Oct 13 13:13:46.431 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.431 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.431 INFO kablam! ... Oct 13 13:13:46.431 INFO kablam! 2654 | rt_realloc_excess_used!(rt_primes_7bytes_8align_realloc_excess_used, 7, 8); Oct 13 13:13:46.431 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.431 INFO kablam! | Oct 13 13:13:46.431 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.431 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.431 INFO kablam! | Oct 13 13:13:46.431 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.431 INFO kablam! | Oct 13 13:13:46.431 INFO kablam! Oct 13 13:13:46.432 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.432 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.432 INFO kablam! | Oct 13 13:13:46.432 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.432 INFO kablam! | ^^^^^ Oct 13 13:13:46.432 INFO kablam! ... Oct 13 13:13:46.432 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 13 13:13:46.432 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.432 INFO kablam! | Oct 13 13:13:46.432 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.432 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.432 INFO kablam! | Oct 13 13:13:46.432 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.433 INFO kablam! | Oct 13 13:13:46.433 INFO kablam! Oct 13 13:13:46.440 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.440 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.440 INFO kablam! | Oct 13 13:13:46.440 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.440 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.440 INFO kablam! ... Oct 13 13:13:46.440 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 13 13:13:46.440 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.440 INFO kablam! Oct 13 13:13:46.440 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.440 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.440 INFO kablam! | Oct 13 13:13:46.440 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.440 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.440 INFO kablam! ... Oct 13 13:13:46.440 INFO kablam! 2667 | rt_realloc_excess_used!(rt_primes_13bytes_8align_realloc_excess_used, 13, 8); Oct 13 13:13:46.440 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.440 INFO kablam! | Oct 13 13:13:46.440 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.440 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.440 INFO kablam! | Oct 13 13:13:46.440 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.440 INFO kablam! | Oct 13 13:13:46.440 INFO kablam! Oct 13 13:13:46.440 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.440 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.440 INFO kablam! | Oct 13 13:13:46.440 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.440 INFO kablam! | ^^^^^ Oct 13 13:13:46.440 INFO kablam! ... Oct 13 13:13:46.441 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 13 13:13:46.441 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! Oct 13 13:13:46.441 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.441 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.441 INFO kablam! ... Oct 13 13:13:46.441 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 13 13:13:46.441 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.441 INFO kablam! Oct 13 13:13:46.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.441 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.441 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.441 INFO kablam! ... Oct 13 13:13:46.441 INFO kablam! 2680 | rt_realloc_excess_used!(rt_primes_17bytes_8align_realloc_excess_used, 17, 8); Oct 13 13:13:46.441 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! Oct 13 13:13:46.441 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.441 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.441 INFO kablam! | ^^^^^ Oct 13 13:13:46.441 INFO kablam! ... Oct 13 13:13:46.441 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 13 13:13:46.441 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! Oct 13 13:13:46.441 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.441 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.441 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.441 INFO kablam! ... Oct 13 13:13:46.441 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 13 13:13:46.441 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.441 INFO kablam! Oct 13 13:13:46.441 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.441 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.441 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.441 INFO kablam! ... Oct 13 13:13:46.441 INFO kablam! 2693 | rt_realloc_excess_used!(rt_primes_31bytes_8align_realloc_excess_used, 31, 8); Oct 13 13:13:46.441 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.441 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.441 INFO kablam! | Oct 13 13:13:46.441 INFO kablam! Oct 13 13:13:46.448 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.448 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.448 INFO kablam! | Oct 13 13:13:46.448 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.448 INFO kablam! | ^^^^^ Oct 13 13:13:46.448 INFO kablam! ... Oct 13 13:13:46.448 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 13 13:13:46.448 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.448 INFO kablam! | Oct 13 13:13:46.448 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.448 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.448 INFO kablam! | Oct 13 13:13:46.448 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.448 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! Oct 13 13:13:46.449 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.449 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.449 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.449 INFO kablam! ... Oct 13 13:13:46.449 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 13 13:13:46.449 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.449 INFO kablam! Oct 13 13:13:46.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.449 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.449 INFO kablam! ... Oct 13 13:13:46.449 INFO kablam! 2706 | rt_realloc_excess_used!(rt_primes_61bytes_8align_realloc_excess_used, 61, 8); Oct 13 13:13:46.449 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! Oct 13 13:13:46.449 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.449 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.449 INFO kablam! | ^^^^^ Oct 13 13:13:46.449 INFO kablam! ... Oct 13 13:13:46.449 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 13 13:13:46.449 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! Oct 13 13:13:46.449 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.449 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.449 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.449 INFO kablam! ... Oct 13 13:13:46.449 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 13 13:13:46.449 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.449 INFO kablam! Oct 13 13:13:46.449 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.449 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.449 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.449 INFO kablam! ... Oct 13 13:13:46.449 INFO kablam! 2719 | rt_realloc_excess_used!(rt_primes_96bytes_8align_realloc_excess_used, 96, 8); Oct 13 13:13:46.449 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.449 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.449 INFO kablam! | Oct 13 13:13:46.449 INFO kablam! Oct 13 13:13:46.451 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.451 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.451 INFO kablam! | ^^^^^ Oct 13 13:13:46.451 INFO kablam! ... Oct 13 13:13:46.451 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 13 13:13:46.451 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! Oct 13 13:13:46.451 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.451 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.451 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.451 INFO kablam! ... Oct 13 13:13:46.451 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 13 13:13:46.451 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.451 INFO kablam! Oct 13 13:13:46.451 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.451 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.451 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.451 INFO kablam! ... Oct 13 13:13:46.451 INFO kablam! 2732 | rt_realloc_excess_used!(rt_primes_127bytes_8align_realloc_excess_used, 127, 8); Oct 13 13:13:46.451 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.451 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.451 INFO kablam! | Oct 13 13:13:46.451 INFO kablam! Oct 13 13:13:46.456 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.457 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.457 INFO kablam! | ^^^^^ Oct 13 13:13:46.457 INFO kablam! ... Oct 13 13:13:46.457 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 13 13:13:46.457 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! Oct 13 13:13:46.457 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.457 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.457 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.457 INFO kablam! ... Oct 13 13:13:46.457 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 13 13:13:46.457 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.457 INFO kablam! Oct 13 13:13:46.457 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.457 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.457 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.457 INFO kablam! ... Oct 13 13:13:46.457 INFO kablam! 2745 | rt_realloc_excess_used!(rt_primes_257bytes_8align_realloc_excess_used, 257, 8); Oct 13 13:13:46.457 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.457 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.457 INFO kablam! | Oct 13 13:13:46.457 INFO kablam! Oct 13 13:13:46.458 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.458 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.458 INFO kablam! | ^^^^^ Oct 13 13:13:46.458 INFO kablam! ... Oct 13 13:13:46.458 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 13 13:13:46.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! Oct 13 13:13:46.458 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.458 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.458 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.458 INFO kablam! ... Oct 13 13:13:46.458 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 13 13:13:46.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.458 INFO kablam! Oct 13 13:13:46.458 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.458 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.458 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.458 INFO kablam! ... Oct 13 13:13:46.458 INFO kablam! 2758 | rt_realloc_excess_used!(rt_primes_509bytes_8align_realloc_excess_used, 509, 8); Oct 13 13:13:46.458 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.458 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.458 INFO kablam! | Oct 13 13:13:46.458 INFO kablam! Oct 13 13:13:46.460 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.460 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.460 INFO kablam! | Oct 13 13:13:46.460 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.460 INFO kablam! | ^^^^^ Oct 13 13:13:46.460 INFO kablam! ... Oct 13 13:13:46.460 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 13 13:13:46.460 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.460 INFO kablam! | Oct 13 13:13:46.460 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.460 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.460 INFO kablam! | Oct 13 13:13:46.460 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.460 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! Oct 13 13:13:46.461 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.461 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.461 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.461 INFO kablam! ... Oct 13 13:13:46.461 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 13 13:13:46.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.461 INFO kablam! Oct 13 13:13:46.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.461 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.461 INFO kablam! ... Oct 13 13:13:46.461 INFO kablam! 2771 | rt_realloc_excess_used!(rt_primes_1021bytes_8align_realloc_excess_used, 1021, 8); Oct 13 13:13:46.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! Oct 13 13:13:46.461 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.461 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.461 INFO kablam! | ^^^^^ Oct 13 13:13:46.461 INFO kablam! ... Oct 13 13:13:46.461 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 13 13:13:46.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.461 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! Oct 13 13:13:46.461 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.461 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.461 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.461 INFO kablam! ... Oct 13 13:13:46.461 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 13 13:13:46.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.461 INFO kablam! Oct 13 13:13:46.461 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.461 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.461 INFO kablam! | Oct 13 13:13:46.461 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.461 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.461 INFO kablam! ... Oct 13 13:13:46.461 INFO kablam! 2784 | rt_realloc_excess_used!(rt_primes_2039bytes_8align_realloc_excess_used, 2039, 8); Oct 13 13:13:46.461 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.467 INFO kablam! | Oct 13 13:13:46.467 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.467 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.467 INFO kablam! | Oct 13 13:13:46.467 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.467 INFO kablam! | Oct 13 13:13:46.467 INFO kablam! Oct 13 13:13:46.471 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.471 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.471 INFO kablam! | Oct 13 13:13:46.471 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.471 INFO kablam! | ^^^^^ Oct 13 13:13:46.471 INFO kablam! ... Oct 13 13:13:46.471 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 13 13:13:46.471 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.471 INFO kablam! | Oct 13 13:13:46.471 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.471 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.471 INFO kablam! | Oct 13 13:13:46.471 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.471 INFO kablam! | Oct 13 13:13:46.471 INFO kablam! Oct 13 13:13:46.471 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.471 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.471 INFO kablam! | Oct 13 13:13:46.471 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.471 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.471 INFO kablam! ... Oct 13 13:13:46.471 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 13 13:13:46.471 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.471 INFO kablam! Oct 13 13:13:46.471 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.471 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.472 INFO kablam! ... Oct 13 13:13:46.472 INFO kablam! 2797 | rt_realloc_excess_used!(rt_primes_4093bytes_8align_realloc_excess_used, 4093, 8); Oct 13 13:13:46.472 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! Oct 13 13:13:46.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.472 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.472 INFO kablam! | ^^^^^ Oct 13 13:13:46.472 INFO kablam! ... Oct 13 13:13:46.472 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 13 13:13:46.472 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! Oct 13 13:13:46.472 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.472 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.472 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.472 INFO kablam! ... Oct 13 13:13:46.472 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 13 13:13:46.472 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.472 INFO kablam! Oct 13 13:13:46.472 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.472 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.472 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.472 INFO kablam! ... Oct 13 13:13:46.472 INFO kablam! 2810 | rt_realloc_excess_used!(rt_primes_8191bytes_8align_realloc_excess_used, 8191, 8); Oct 13 13:13:46.472 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! Oct 13 13:13:46.472 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.472 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.472 INFO kablam! | ^^^^^ Oct 13 13:13:46.472 INFO kablam! ... Oct 13 13:13:46.472 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 13 13:13:46.472 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.472 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! Oct 13 13:13:46.472 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.472 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.472 INFO kablam! | Oct 13 13:13:46.472 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.472 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.472 INFO kablam! ... Oct 13 13:13:46.472 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 13 13:13:46.472 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.472 INFO kablam! Oct 13 13:13:46.476 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.476 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.476 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.476 INFO kablam! ... Oct 13 13:13:46.476 INFO kablam! 2823 | rt_realloc_excess_used!(rt_primes_16381bytes_8align_realloc_excess_used, 16381, 8); Oct 13 13:13:46.476 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! Oct 13 13:13:46.476 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.476 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.476 INFO kablam! | ^^^^^ Oct 13 13:13:46.476 INFO kablam! ... Oct 13 13:13:46.476 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 13 13:13:46.476 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.476 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! Oct 13 13:13:46.476 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.476 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.476 INFO kablam! | Oct 13 13:13:46.476 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.477 INFO kablam! ... Oct 13 13:13:46.477 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 13 13:13:46.477 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.477 INFO kablam! Oct 13 13:13:46.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.477 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.477 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.477 INFO kablam! ... Oct 13 13:13:46.477 INFO kablam! 2836 | rt_realloc_excess_used!(rt_primes_32749bytes_8align_realloc_excess_used, 32749, 8); Oct 13 13:13:46.477 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! Oct 13 13:13:46.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.477 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.477 INFO kablam! | ^^^^^ Oct 13 13:13:46.477 INFO kablam! ... Oct 13 13:13:46.477 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 13 13:13:46.477 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! Oct 13 13:13:46.477 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.477 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.477 INFO kablam! ... Oct 13 13:13:46.477 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 13 13:13:46.477 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.477 INFO kablam! Oct 13 13:13:46.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.477 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.477 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.477 INFO kablam! ... Oct 13 13:13:46.477 INFO kablam! 2849 | rt_realloc_excess_used!(rt_primes_65537bytes_8align_realloc_excess_used, 65537, 8); Oct 13 13:13:46.477 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! Oct 13 13:13:46.477 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.477 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.477 INFO kablam! | ^^^^^ Oct 13 13:13:46.477 INFO kablam! ... Oct 13 13:13:46.477 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 13 13:13:46.477 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.477 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! Oct 13 13:13:46.477 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.477 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.477 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.477 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.477 INFO kablam! ... Oct 13 13:13:46.477 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 13 13:13:46.477 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.477 INFO kablam! Oct 13 13:13:46.477 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.477 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.477 INFO kablam! | Oct 13 13:13:46.478 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.478 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.478 INFO kablam! ... Oct 13 13:13:46.478 INFO kablam! 2862 | rt_realloc_excess_used!(rt_primes_131071bytes_8align_realloc_excess_used, 131071, 8); Oct 13 13:13:46.478 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.478 INFO kablam! | Oct 13 13:13:46.478 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.478 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.478 INFO kablam! | Oct 13 13:13:46.478 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.478 INFO kablam! | Oct 13 13:13:46.478 INFO kablam! Oct 13 13:13:46.480 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.480 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.480 INFO kablam! | Oct 13 13:13:46.480 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.480 INFO kablam! | ^^^^^ Oct 13 13:13:46.480 INFO kablam! ... Oct 13 13:13:46.480 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 13 13:13:46.480 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.480 INFO kablam! | Oct 13 13:13:46.480 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.480 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.480 INFO kablam! | Oct 13 13:13:46.480 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.480 INFO kablam! | Oct 13 13:13:46.480 INFO kablam! Oct 13 13:13:46.480 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.480 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.480 INFO kablam! | Oct 13 13:13:46.480 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.480 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.480 INFO kablam! ... Oct 13 13:13:46.480 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 13 13:13:46.480 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.480 INFO kablam! Oct 13 13:13:46.480 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.480 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.480 INFO kablam! | Oct 13 13:13:46.480 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.481 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.481 INFO kablam! ... Oct 13 13:13:46.481 INFO kablam! 2875 | rt_realloc_excess_used!(rt_primes_4194301bytes_8align_realloc_excess_used, 4194301, 8); Oct 13 13:13:46.481 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! Oct 13 13:13:46.481 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.481 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.481 INFO kablam! | ^^^^^ Oct 13 13:13:46.481 INFO kablam! ... Oct 13 13:13:46.481 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 13 13:13:46.481 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.481 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! Oct 13 13:13:46.481 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.481 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.481 INFO kablam! | Oct 13 13:13:46.481 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.481 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.481 INFO kablam! ... Oct 13 13:13:46.481 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 13 13:13:46.481 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.481 INFO kablam! Oct 13 13:13:46.484 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.484 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.484 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.484 INFO kablam! ... Oct 13 13:13:46.484 INFO kablam! 2891 | rt_realloc_excess_used!(rt_pow2_1bytes_16align_realloc_excess_used, 1, 16); Oct 13 13:13:46.484 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! Oct 13 13:13:46.484 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.484 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.484 INFO kablam! | ^^^^^ Oct 13 13:13:46.484 INFO kablam! ... Oct 13 13:13:46.484 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 13 13:13:46.484 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.484 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.484 INFO kablam! Oct 13 13:13:46.484 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.484 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.484 INFO kablam! | Oct 13 13:13:46.485 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.485 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.485 INFO kablam! ... Oct 13 13:13:46.485 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 13 13:13:46.485 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.485 INFO kablam! Oct 13 13:13:46.485 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.485 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.485 INFO kablam! | Oct 13 13:13:46.485 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.485 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.485 INFO kablam! ... Oct 13 13:13:46.485 INFO kablam! 2904 | rt_realloc_excess_used!(rt_pow2_2bytes_16align_realloc_excess_used, 2, 16); Oct 13 13:13:46.485 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.485 INFO kablam! | Oct 13 13:13:46.485 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.485 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.485 INFO kablam! | Oct 13 13:13:46.485 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.485 INFO kablam! | Oct 13 13:13:46.485 INFO kablam! Oct 13 13:13:46.488 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.488 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.488 INFO kablam! | Oct 13 13:13:46.488 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.488 INFO kablam! | ^^^^^ Oct 13 13:13:46.488 INFO kablam! ... Oct 13 13:13:46.488 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 13 13:13:46.488 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.488 INFO kablam! | Oct 13 13:13:46.488 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.488 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.488 INFO kablam! | Oct 13 13:13:46.488 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.488 INFO kablam! | Oct 13 13:13:46.488 INFO kablam! Oct 13 13:13:46.489 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.489 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.489 INFO kablam! ... Oct 13 13:13:46.489 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 13 13:13:46.489 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.489 INFO kablam! Oct 13 13:13:46.489 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.489 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.489 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.489 INFO kablam! ... Oct 13 13:13:46.489 INFO kablam! 2917 | rt_realloc_excess_used!(rt_pow2_4bytes_16align_realloc_excess_used, 4, 16); Oct 13 13:13:46.489 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! Oct 13 13:13:46.489 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.489 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.489 INFO kablam! | ^^^^^ Oct 13 13:13:46.489 INFO kablam! ... Oct 13 13:13:46.489 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 13 13:13:46.489 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.489 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! Oct 13 13:13:46.489 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.489 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.489 INFO kablam! | Oct 13 13:13:46.489 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.489 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.489 INFO kablam! ... Oct 13 13:13:46.489 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 13 13:13:46.489 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.489 INFO kablam! Oct 13 13:13:46.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.494 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.494 INFO kablam! ... Oct 13 13:13:46.494 INFO kablam! 2930 | rt_realloc_excess_used!(rt_pow2_8bytes_16align_realloc_excess_used, 8, 16); Oct 13 13:13:46.494 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! Oct 13 13:13:46.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.494 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.494 INFO kablam! | ^^^^^ Oct 13 13:13:46.494 INFO kablam! ... Oct 13 13:13:46.494 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 13 13:13:46.494 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! Oct 13 13:13:46.494 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.494 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.494 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.494 INFO kablam! ... Oct 13 13:13:46.494 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 13 13:13:46.494 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.494 INFO kablam! Oct 13 13:13:46.494 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.494 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.494 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.494 INFO kablam! ... Oct 13 13:13:46.494 INFO kablam! 2943 | rt_realloc_excess_used!(rt_pow2_16bytes_16align_realloc_excess_used, 16, 16); Oct 13 13:13:46.494 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.494 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.494 INFO kablam! | Oct 13 13:13:46.494 INFO kablam! Oct 13 13:13:46.494 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.495 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.495 INFO kablam! | ^^^^^ Oct 13 13:13:46.495 INFO kablam! ... Oct 13 13:13:46.495 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 13 13:13:46.495 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! Oct 13 13:13:46.495 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.495 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.495 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.495 INFO kablam! ... Oct 13 13:13:46.495 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 13 13:13:46.495 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.495 INFO kablam! Oct 13 13:13:46.495 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.495 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.495 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.495 INFO kablam! ... Oct 13 13:13:46.495 INFO kablam! 2956 | rt_realloc_excess_used!(rt_pow2_32bytes_16align_realloc_excess_used, 32, 16); Oct 13 13:13:46.495 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! Oct 13 13:13:46.495 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.495 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.495 INFO kablam! | ^^^^^ Oct 13 13:13:46.495 INFO kablam! ... Oct 13 13:13:46.495 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 13 13:13:46.495 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.495 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.495 INFO kablam! | Oct 13 13:13:46.495 INFO kablam! Oct 13 13:13:46.497 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.497 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.497 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.497 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.497 INFO kablam! ... Oct 13 13:13:46.497 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 13 13:13:46.497 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.497 INFO kablam! Oct 13 13:13:46.497 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.497 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.497 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.497 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.497 INFO kablam! ... Oct 13 13:13:46.497 INFO kablam! 2969 | rt_realloc_excess_used!(rt_pow2_64bytes_16align_realloc_excess_used, 64, 16); Oct 13 13:13:46.497 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.497 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.497 INFO kablam! Oct 13 13:13:46.497 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.497 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.497 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.497 INFO kablam! | ^^^^^ Oct 13 13:13:46.497 INFO kablam! ... Oct 13 13:13:46.497 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 13 13:13:46.497 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.497 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.497 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.497 INFO kablam! | Oct 13 13:13:46.498 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.498 INFO kablam! | Oct 13 13:13:46.498 INFO kablam! Oct 13 13:13:46.504 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.504 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.504 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.504 INFO kablam! ... Oct 13 13:13:46.504 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 13 13:13:46.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.504 INFO kablam! Oct 13 13:13:46.504 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.504 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.504 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.504 INFO kablam! ... Oct 13 13:13:46.504 INFO kablam! 2982 | rt_realloc_excess_used!(rt_pow2_128bytes_16align_realloc_excess_used, 128, 16); Oct 13 13:13:46.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! Oct 13 13:13:46.504 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.504 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.504 INFO kablam! | ^^^^^ Oct 13 13:13:46.504 INFO kablam! ... Oct 13 13:13:46.504 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 13 13:13:46.504 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.504 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! Oct 13 13:13:46.504 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.504 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.504 INFO kablam! | Oct 13 13:13:46.504 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.505 INFO kablam! ... Oct 13 13:13:46.505 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 13 13:13:46.505 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.505 INFO kablam! Oct 13 13:13:46.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.505 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.505 INFO kablam! ... Oct 13 13:13:46.505 INFO kablam! 2995 | rt_realloc_excess_used!(rt_pow2_256bytes_16align_realloc_excess_used, 256, 16); Oct 13 13:13:46.505 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! Oct 13 13:13:46.505 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.505 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.505 INFO kablam! | ^^^^^ Oct 13 13:13:46.505 INFO kablam! ... Oct 13 13:13:46.505 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 13 13:13:46.505 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! Oct 13 13:13:46.505 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.505 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.505 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.505 INFO kablam! ... Oct 13 13:13:46.505 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 13 13:13:46.505 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.505 INFO kablam! Oct 13 13:13:46.505 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.505 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.505 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.505 INFO kablam! ... Oct 13 13:13:46.505 INFO kablam! 3008 | rt_realloc_excess_used!(rt_pow2_512bytes_16align_realloc_excess_used, 512, 16); Oct 13 13:13:46.505 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.505 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.505 INFO kablam! | Oct 13 13:13:46.505 INFO kablam! Oct 13 13:13:46.512 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.512 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.512 INFO kablam! | Oct 13 13:13:46.512 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.512 INFO kablam! | ^^^^^ Oct 13 13:13:46.512 INFO kablam! ... Oct 13 13:13:46.512 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 13 13:13:46.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! Oct 13 13:13:46.513 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.513 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.513 INFO kablam! ... Oct 13 13:13:46.513 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 13 13:13:46.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.513 INFO kablam! Oct 13 13:13:46.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.513 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.513 INFO kablam! ... Oct 13 13:13:46.513 INFO kablam! 3021 | rt_realloc_excess_used!(rt_pow2_1024bytes_16align_realloc_excess_used, 1024, 16); Oct 13 13:13:46.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! Oct 13 13:13:46.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.513 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.513 INFO kablam! | ^^^^^ Oct 13 13:13:46.513 INFO kablam! ... Oct 13 13:13:46.513 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 13 13:13:46.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! Oct 13 13:13:46.513 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.513 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.513 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.513 INFO kablam! ... Oct 13 13:13:46.513 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 13 13:13:46.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.513 INFO kablam! Oct 13 13:13:46.513 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.513 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.513 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.513 INFO kablam! ... Oct 13 13:13:46.513 INFO kablam! 3034 | rt_realloc_excess_used!(rt_pow2_2048bytes_16align_realloc_excess_used, 2048, 16); Oct 13 13:13:46.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! Oct 13 13:13:46.513 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.513 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.513 INFO kablam! | ^^^^^ Oct 13 13:13:46.513 INFO kablam! ... Oct 13 13:13:46.513 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 13 13:13:46.513 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.513 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! Oct 13 13:13:46.513 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.513 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.513 INFO kablam! | Oct 13 13:13:46.513 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.514 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.514 INFO kablam! ... Oct 13 13:13:46.514 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 13 13:13:46.514 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.514 INFO kablam! Oct 13 13:13:46.514 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.514 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.514 INFO kablam! | Oct 13 13:13:46.514 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.514 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.514 INFO kablam! ... Oct 13 13:13:46.514 INFO kablam! 3047 | rt_realloc_excess_used!(rt_pow2_4096bytes_16align_realloc_excess_used, 4096, 16); Oct 13 13:13:46.514 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.514 INFO kablam! | Oct 13 13:13:46.514 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.514 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.514 INFO kablam! | Oct 13 13:13:46.514 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.514 INFO kablam! | Oct 13 13:13:46.514 INFO kablam! Oct 13 13:13:46.520 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.520 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.520 INFO kablam! | Oct 13 13:13:46.520 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.520 INFO kablam! | ^^^^^ Oct 13 13:13:46.520 INFO kablam! ... Oct 13 13:13:46.520 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 13 13:13:46.521 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! Oct 13 13:13:46.521 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.521 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.521 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.521 INFO kablam! ... Oct 13 13:13:46.521 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 13 13:13:46.521 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.521 INFO kablam! Oct 13 13:13:46.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.521 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.521 INFO kablam! ... Oct 13 13:13:46.521 INFO kablam! 3060 | rt_realloc_excess_used!(rt_pow2_8192bytes_16align_realloc_excess_used, 8192, 16); Oct 13 13:13:46.521 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! Oct 13 13:13:46.521 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.521 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.521 INFO kablam! | ^^^^^ Oct 13 13:13:46.521 INFO kablam! ... Oct 13 13:13:46.521 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 13 13:13:46.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! Oct 13 13:13:46.521 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.521 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.521 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.521 INFO kablam! ... Oct 13 13:13:46.521 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 13 13:13:46.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.521 INFO kablam! Oct 13 13:13:46.521 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.521 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.521 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.521 INFO kablam! ... Oct 13 13:13:46.521 INFO kablam! 3073 | rt_realloc_excess_used!(rt_pow2_16384bytes_16align_realloc_excess_used, 16384, 16); Oct 13 13:13:46.521 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.521 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.521 INFO kablam! | Oct 13 13:13:46.521 INFO kablam! Oct 13 13:13:46.524 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.524 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.524 INFO kablam! | Oct 13 13:13:46.524 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.524 INFO kablam! | ^^^^^ Oct 13 13:13:46.524 INFO kablam! ... Oct 13 13:13:46.524 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 13 13:13:46.524 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! Oct 13 13:13:46.525 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.525 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.525 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.525 INFO kablam! ... Oct 13 13:13:46.525 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 13 13:13:46.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.525 INFO kablam! Oct 13 13:13:46.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.525 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.525 INFO kablam! ... Oct 13 13:13:46.525 INFO kablam! 3086 | rt_realloc_excess_used!(rt_pow2_32768bytes_16align_realloc_excess_used, 32768, 16); Oct 13 13:13:46.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! Oct 13 13:13:46.525 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.525 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.525 INFO kablam! | ^^^^^ Oct 13 13:13:46.525 INFO kablam! ... Oct 13 13:13:46.525 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 13 13:13:46.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! Oct 13 13:13:46.525 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.525 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.525 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.525 INFO kablam! ... Oct 13 13:13:46.525 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 13 13:13:46.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.525 INFO kablam! Oct 13 13:13:46.525 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.525 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.525 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.525 INFO kablam! ... Oct 13 13:13:46.525 INFO kablam! 3099 | rt_realloc_excess_used!(rt_pow2_65536bytes_16align_realloc_excess_used, 65536, 16); Oct 13 13:13:46.525 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.525 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.525 INFO kablam! | Oct 13 13:13:46.525 INFO kablam! Oct 13 13:13:46.529 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.529 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.529 INFO kablam! | Oct 13 13:13:46.529 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.529 INFO kablam! | ^^^^^ Oct 13 13:13:46.529 INFO kablam! ... Oct 13 13:13:46.529 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 13 13:13:46.529 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.529 INFO kablam! | Oct 13 13:13:46.529 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.529 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.529 INFO kablam! | Oct 13 13:13:46.529 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.529 INFO kablam! | Oct 13 13:13:46.529 INFO kablam! Oct 13 13:13:46.529 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.529 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.529 INFO kablam! | Oct 13 13:13:46.529 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.530 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.530 INFO kablam! ... Oct 13 13:13:46.530 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 13 13:13:46.530 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.530 INFO kablam! Oct 13 13:13:46.530 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.530 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.530 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.530 INFO kablam! ... Oct 13 13:13:46.530 INFO kablam! 3112 | rt_realloc_excess_used!(rt_pow2_131072bytes_16align_realloc_excess_used, 131072, 16); Oct 13 13:13:46.530 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! Oct 13 13:13:46.530 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.530 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.530 INFO kablam! | ^^^^^ Oct 13 13:13:46.530 INFO kablam! ... Oct 13 13:13:46.530 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 13 13:13:46.530 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.530 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! Oct 13 13:13:46.530 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.530 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.530 INFO kablam! | Oct 13 13:13:46.530 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.530 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.530 INFO kablam! ... Oct 13 13:13:46.530 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 13 13:13:46.530 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.530 INFO kablam! Oct 13 13:13:46.532 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.532 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.532 INFO kablam! | Oct 13 13:13:46.532 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.532 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.532 INFO kablam! ... Oct 13 13:13:46.533 INFO kablam! 3125 | rt_realloc_excess_used!(rt_pow2_4194304bytes_16align_realloc_excess_used, 4194304, 16); Oct 13 13:13:46.533 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! Oct 13 13:13:46.533 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.533 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.533 INFO kablam! | ^^^^^ Oct 13 13:13:46.533 INFO kablam! ... Oct 13 13:13:46.533 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 13 13:13:46.533 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! Oct 13 13:13:46.533 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.533 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.533 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.533 INFO kablam! ... Oct 13 13:13:46.533 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 13 13:13:46.533 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.533 INFO kablam! Oct 13 13:13:46.533 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.533 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.533 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.533 INFO kablam! ... Oct 13 13:13:46.533 INFO kablam! 3139 | rt_realloc_excess_used!(rt_even_10bytes_16align_realloc_excess_used, 10, 16); Oct 13 13:13:46.533 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.533 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.533 INFO kablam! | Oct 13 13:13:46.533 INFO kablam! Oct 13 13:13:46.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.544 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.544 INFO kablam! | ^^^^^ Oct 13 13:13:46.544 INFO kablam! ... Oct 13 13:13:46.544 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 13 13:13:46.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! Oct 13 13:13:46.544 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.544 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.544 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.544 INFO kablam! ... Oct 13 13:13:46.544 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 13 13:13:46.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.544 INFO kablam! Oct 13 13:13:46.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.544 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.544 INFO kablam! ... Oct 13 13:13:46.544 INFO kablam! 3152 | rt_realloc_excess_used!(rt_even_100bytes_16align_realloc_excess_used, 100, 16); Oct 13 13:13:46.544 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! Oct 13 13:13:46.544 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.544 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.544 INFO kablam! | ^^^^^ Oct 13 13:13:46.544 INFO kablam! ... Oct 13 13:13:46.544 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 13 13:13:46.544 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.544 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! Oct 13 13:13:46.544 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.544 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.544 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.544 INFO kablam! ... Oct 13 13:13:46.544 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 13 13:13:46.544 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.544 INFO kablam! Oct 13 13:13:46.544 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.544 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.544 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.544 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.544 INFO kablam! ... Oct 13 13:13:46.544 INFO kablam! 3165 | rt_realloc_excess_used!(rt_even_1000bytes_16align_realloc_excess_used, 1000, 16); Oct 13 13:13:46.544 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.544 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.545 INFO kablam! | ^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 13 13:13:46.545 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.545 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 13 13:13:46.545 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3178 | rt_realloc_excess_used!(rt_even_10000bytes_16align_realloc_excess_used, 10000, 16); Oct 13 13:13:46.545 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.545 INFO kablam! | ^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 13 13:13:46.545 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.545 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 13 13:13:46.545 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3191 | rt_realloc_excess_used!(rt_even_100000bytes_16align_realloc_excess_used, 100000, 16); Oct 13 13:13:46.545 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.545 INFO kablam! | ^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 13 13:13:46.545 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.545 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 13 13:13:46.545 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.545 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3204 | rt_realloc_excess_used!(rt_even_1000000bytes_16align_realloc_excess_used, 1000000, 16); Oct 13 13:13:46.545 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.545 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! Oct 13 13:13:46.545 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.545 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.545 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.545 INFO kablam! | ^^^^^ Oct 13 13:13:46.545 INFO kablam! ... Oct 13 13:13:46.545 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 13 13:13:46.545 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.545 INFO kablam! | Oct 13 13:13:46.546 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.546 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.546 INFO kablam! | Oct 13 13:13:46.546 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.546 INFO kablam! | Oct 13 13:13:46.546 INFO kablam! Oct 13 13:13:46.546 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.546 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.546 INFO kablam! | Oct 13 13:13:46.546 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.546 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.546 INFO kablam! ... Oct 13 13:13:46.546 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 13 13:13:46.546 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.546 INFO kablam! Oct 13 13:13:46.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.550 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.550 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.550 INFO kablam! ... Oct 13 13:13:46.550 INFO kablam! 3218 | rt_realloc_excess_used!(rt_odd_10bytes_16align_realloc_excess_used, 10- 1, 16); Oct 13 13:13:46.550 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! Oct 13 13:13:46.550 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.550 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.550 INFO kablam! | ^^^^^ Oct 13 13:13:46.550 INFO kablam! ... Oct 13 13:13:46.550 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 13 13:13:46.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.550 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! Oct 13 13:13:46.550 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.550 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.550 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.550 INFO kablam! ... Oct 13 13:13:46.550 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 13 13:13:46.550 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.550 INFO kablam! Oct 13 13:13:46.550 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.550 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.550 INFO kablam! | Oct 13 13:13:46.550 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.551 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.551 INFO kablam! ... Oct 13 13:13:46.551 INFO kablam! 3231 | rt_realloc_excess_used!(rt_odd_100bytes_16align_realloc_excess_used, 100- 1, 16); Oct 13 13:13:46.551 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.551 INFO kablam! | Oct 13 13:13:46.551 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.551 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.551 INFO kablam! | Oct 13 13:13:46.551 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.551 INFO kablam! | Oct 13 13:13:46.551 INFO kablam! Oct 13 13:13:46.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.556 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.556 INFO kablam! | ^^^^^ Oct 13 13:13:46.556 INFO kablam! ... Oct 13 13:13:46.556 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 13 13:13:46.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! Oct 13 13:13:46.556 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.556 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.556 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.556 INFO kablam! ... Oct 13 13:13:46.556 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 13 13:13:46.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.556 INFO kablam! Oct 13 13:13:46.556 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.556 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.556 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.556 INFO kablam! ... Oct 13 13:13:46.556 INFO kablam! 3244 | rt_realloc_excess_used!(rt_odd_1000bytes_16align_realloc_excess_used, 1000- 1, 16); Oct 13 13:13:46.556 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.556 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! Oct 13 13:13:46.556 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.556 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.556 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.556 INFO kablam! | ^^^^^ Oct 13 13:13:46.556 INFO kablam! ... Oct 13 13:13:46.556 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 13 13:13:46.556 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.556 INFO kablam! | Oct 13 13:13:46.557 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.557 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.557 INFO kablam! | Oct 13 13:13:46.557 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.557 INFO kablam! | Oct 13 13:13:46.557 INFO kablam! Oct 13 13:13:46.557 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.557 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.557 INFO kablam! | Oct 13 13:13:46.557 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.557 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.557 INFO kablam! ... Oct 13 13:13:46.557 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 13 13:13:46.557 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.557 INFO kablam! Oct 13 13:13:46.561 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.562 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.562 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.562 INFO kablam! ... Oct 13 13:13:46.562 INFO kablam! 3257 | rt_realloc_excess_used!(rt_odd_10000bytes_16align_realloc_excess_used, 10000- 1, 16); Oct 13 13:13:46.562 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! Oct 13 13:13:46.562 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.562 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.562 INFO kablam! | ^^^^^ Oct 13 13:13:46.562 INFO kablam! ... Oct 13 13:13:46.562 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 13 13:13:46.562 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.562 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! Oct 13 13:13:46.562 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.562 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.562 INFO kablam! | Oct 13 13:13:46.562 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.562 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.562 INFO kablam! ... Oct 13 13:13:46.562 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 13 13:13:46.562 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.562 INFO kablam! Oct 13 13:13:46.565 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.565 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.565 INFO kablam! | Oct 13 13:13:46.565 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.565 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.565 INFO kablam! ... Oct 13 13:13:46.565 INFO kablam! 3270 | rt_realloc_excess_used!(rt_odd_100000bytes_16align_realloc_excess_used, 100000- 1, 16); Oct 13 13:13:46.565 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.565 INFO kablam! | Oct 13 13:13:46.565 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.565 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.565 INFO kablam! | Oct 13 13:13:46.565 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.565 INFO kablam! | Oct 13 13:13:46.565 INFO kablam! Oct 13 13:13:46.565 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.565 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.565 INFO kablam! | Oct 13 13:13:46.566 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.566 INFO kablam! | ^^^^^ Oct 13 13:13:46.566 INFO kablam! ... Oct 13 13:13:46.566 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 13 13:13:46.566 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.566 INFO kablam! | Oct 13 13:13:46.566 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.566 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.566 INFO kablam! | Oct 13 13:13:46.566 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.566 INFO kablam! | Oct 13 13:13:46.566 INFO kablam! Oct 13 13:13:46.566 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.566 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.566 INFO kablam! | Oct 13 13:13:46.566 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.566 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.566 INFO kablam! ... Oct 13 13:13:46.566 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 13 13:13:46.566 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.566 INFO kablam! Oct 13 13:13:46.570 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.570 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.570 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.570 INFO kablam! ... Oct 13 13:13:46.570 INFO kablam! 3283 | rt_realloc_excess_used!(rt_odd_1000000bytes_16align_realloc_excess_used, 1000000- 1, 16); Oct 13 13:13:46.570 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! Oct 13 13:13:46.570 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.570 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.570 INFO kablam! | ^^^^^ Oct 13 13:13:46.570 INFO kablam! ... Oct 13 13:13:46.570 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 13 13:13:46.570 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.570 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! Oct 13 13:13:46.570 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.570 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.570 INFO kablam! | Oct 13 13:13:46.570 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.570 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.570 INFO kablam! ... Oct 13 13:13:46.570 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 13 13:13:46.570 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.570 INFO kablam! Oct 13 13:13:46.574 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.574 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.574 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.574 INFO kablam! ... Oct 13 13:13:46.574 INFO kablam! 3297 | rt_realloc_excess_used!(rt_primes_3bytes_16align_realloc_excess_used, 3, 16); Oct 13 13:13:46.574 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! Oct 13 13:13:46.574 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.574 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.574 INFO kablam! | ^^^^^ Oct 13 13:13:46.574 INFO kablam! ... Oct 13 13:13:46.574 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 13 13:13:46.574 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.574 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! Oct 13 13:13:46.574 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.574 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.574 INFO kablam! | Oct 13 13:13:46.574 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.574 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.574 INFO kablam! ... Oct 13 13:13:46.574 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 13 13:13:46.574 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.574 INFO kablam! Oct 13 13:13:46.577 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.577 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.577 INFO kablam! | Oct 13 13:13:46.577 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.577 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.577 INFO kablam! ... Oct 13 13:13:46.577 INFO kablam! 3310 | rt_realloc_excess_used!(rt_primes_7bytes_16align_realloc_excess_used, 7, 16); Oct 13 13:13:46.577 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.577 INFO kablam! | Oct 13 13:13:46.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.577 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.577 INFO kablam! | Oct 13 13:13:46.577 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.577 INFO kablam! | Oct 13 13:13:46.577 INFO kablam! Oct 13 13:13:46.577 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.577 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.577 INFO kablam! | Oct 13 13:13:46.577 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.577 INFO kablam! | ^^^^^ Oct 13 13:13:46.577 INFO kablam! ... Oct 13 13:13:46.577 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 13 13:13:46.577 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.577 INFO kablam! | Oct 13 13:13:46.577 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.578 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.578 INFO kablam! | Oct 13 13:13:46.578 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.578 INFO kablam! | Oct 13 13:13:46.578 INFO kablam! Oct 13 13:13:46.578 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.578 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.578 INFO kablam! | Oct 13 13:13:46.578 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.578 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.578 INFO kablam! ... Oct 13 13:13:46.578 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 13 13:13:46.578 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.578 INFO kablam! Oct 13 13:13:46.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.582 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.582 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.582 INFO kablam! ... Oct 13 13:13:46.582 INFO kablam! 3323 | rt_realloc_excess_used!(rt_primes_13bytes_16align_realloc_excess_used, 13, 16); Oct 13 13:13:46.582 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! Oct 13 13:13:46.582 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.582 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.582 INFO kablam! | ^^^^^ Oct 13 13:13:46.582 INFO kablam! ... Oct 13 13:13:46.582 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 13 13:13:46.582 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! Oct 13 13:13:46.582 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.582 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.582 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.582 INFO kablam! ... Oct 13 13:13:46.582 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 13 13:13:46.582 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.582 INFO kablam! Oct 13 13:13:46.582 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.582 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.582 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.582 INFO kablam! ... Oct 13 13:13:46.582 INFO kablam! 3336 | rt_realloc_excess_used!(rt_primes_17bytes_16align_realloc_excess_used, 17, 16); Oct 13 13:13:46.582 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.582 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.582 INFO kablam! | Oct 13 13:13:46.582 INFO kablam! Oct 13 13:13:46.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.586 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.586 INFO kablam! | ^^^^^ Oct 13 13:13:46.586 INFO kablam! ... Oct 13 13:13:46.586 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 13 13:13:46.586 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! Oct 13 13:13:46.586 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.586 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.586 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.586 INFO kablam! ... Oct 13 13:13:46.586 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 13 13:13:46.586 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.586 INFO kablam! Oct 13 13:13:46.586 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.586 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.586 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.586 INFO kablam! ... Oct 13 13:13:46.586 INFO kablam! 3349 | rt_realloc_excess_used!(rt_primes_31bytes_16align_realloc_excess_used, 31, 16); Oct 13 13:13:46.586 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.586 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! Oct 13 13:13:46.586 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.586 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.586 INFO kablam! | ^^^^^ Oct 13 13:13:46.586 INFO kablam! ... Oct 13 13:13:46.586 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 13 13:13:46.586 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.586 INFO kablam! | Oct 13 13:13:46.586 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! Oct 13 13:13:46.592 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.592 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.592 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.592 INFO kablam! ... Oct 13 13:13:46.592 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 13 13:13:46.592 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.592 INFO kablam! Oct 13 13:13:46.592 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.592 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.592 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.592 INFO kablam! ... Oct 13 13:13:46.592 INFO kablam! 3362 | rt_realloc_excess_used!(rt_primes_61bytes_16align_realloc_excess_used, 61, 16); Oct 13 13:13:46.592 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! Oct 13 13:13:46.592 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.592 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.592 INFO kablam! | ^^^^^ Oct 13 13:13:46.592 INFO kablam! ... Oct 13 13:13:46.592 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 13 13:13:46.592 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.592 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.592 INFO kablam! | Oct 13 13:13:46.592 INFO kablam! Oct 13 13:13:46.592 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.593 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.593 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.593 INFO kablam! ... Oct 13 13:13:46.593 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 13 13:13:46.593 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.593 INFO kablam! Oct 13 13:13:46.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.593 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.593 INFO kablam! ... Oct 13 13:13:46.593 INFO kablam! 3375 | rt_realloc_excess_used!(rt_primes_96bytes_16align_realloc_excess_used, 96, 16); Oct 13 13:13:46.593 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! Oct 13 13:13:46.593 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.593 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.593 INFO kablam! | ^^^^^ Oct 13 13:13:46.593 INFO kablam! ... Oct 13 13:13:46.593 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 13 13:13:46.593 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! Oct 13 13:13:46.593 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.593 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.593 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.593 INFO kablam! ... Oct 13 13:13:46.593 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 13 13:13:46.593 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.593 INFO kablam! Oct 13 13:13:46.593 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.593 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.593 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.593 INFO kablam! ... Oct 13 13:13:46.593 INFO kablam! 3388 | rt_realloc_excess_used!(rt_primes_127bytes_16align_realloc_excess_used, 127, 16); Oct 13 13:13:46.593 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.593 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.593 INFO kablam! | Oct 13 13:13:46.593 INFO kablam! Oct 13 13:13:46.598 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.598 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.599 INFO kablam! | Oct 13 13:13:46.599 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.599 INFO kablam! | ^^^^^ Oct 13 13:13:46.599 INFO kablam! ... Oct 13 13:13:46.599 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 13 13:13:46.599 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.599 INFO kablam! | Oct 13 13:13:46.599 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.599 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.599 INFO kablam! | Oct 13 13:13:46.599 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.599 INFO kablam! | Oct 13 13:13:46.599 INFO kablam! Oct 13 13:13:46.599 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.599 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.599 INFO kablam! | Oct 13 13:13:46.599 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.599 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.599 INFO kablam! ... Oct 13 13:13:46.599 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 13 13:13:46.599 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.599 INFO kablam! Oct 13 13:13:46.601 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.601 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.601 INFO kablam! | Oct 13 13:13:46.601 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.601 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.601 INFO kablam! ... Oct 13 13:13:46.601 INFO kablam! 3401 | rt_realloc_excess_used!(rt_primes_257bytes_16align_realloc_excess_used, 257, 16); Oct 13 13:13:46.601 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.601 INFO kablam! | Oct 13 13:13:46.601 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.601 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.601 INFO kablam! | Oct 13 13:13:46.601 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.601 INFO kablam! | Oct 13 13:13:46.601 INFO kablam! Oct 13 13:13:46.601 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.601 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.601 INFO kablam! | Oct 13 13:13:46.601 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.601 INFO kablam! | ^^^^^ Oct 13 13:13:46.601 INFO kablam! ... Oct 13 13:13:46.602 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 13 13:13:46.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! Oct 13 13:13:46.602 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.602 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.602 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.602 INFO kablam! ... Oct 13 13:13:46.602 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 13 13:13:46.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.602 INFO kablam! Oct 13 13:13:46.602 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.602 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.602 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.602 INFO kablam! ... Oct 13 13:13:46.602 INFO kablam! 3414 | rt_realloc_excess_used!(rt_primes_509bytes_16align_realloc_excess_used, 509, 16); Oct 13 13:13:46.602 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.602 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.602 INFO kablam! | Oct 13 13:13:46.602 INFO kablam! Oct 13 13:13:46.610 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.610 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.610 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.610 INFO kablam! | ^^^^^ Oct 13 13:13:46.610 INFO kablam! ... Oct 13 13:13:46.610 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 13 13:13:46.610 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.610 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.610 INFO kablam! Oct 13 13:13:46.610 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.610 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.610 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.610 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.610 INFO kablam! ... Oct 13 13:13:46.610 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 13 13:13:46.610 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.610 INFO kablam! Oct 13 13:13:46.610 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.610 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.610 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.610 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.610 INFO kablam! ... Oct 13 13:13:46.610 INFO kablam! 3427 | rt_realloc_excess_used!(rt_primes_1021bytes_16align_realloc_excess_used, 1021, 16); Oct 13 13:13:46.610 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.610 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.610 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.610 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! Oct 13 13:13:46.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.611 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.611 INFO kablam! | ^^^^^ Oct 13 13:13:46.611 INFO kablam! ... Oct 13 13:13:46.611 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 13 13:13:46.611 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! Oct 13 13:13:46.611 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.611 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.611 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.611 INFO kablam! ... Oct 13 13:13:46.611 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 13 13:13:46.611 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.611 INFO kablam! Oct 13 13:13:46.611 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.611 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.611 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.611 INFO kablam! ... Oct 13 13:13:46.611 INFO kablam! 3440 | rt_realloc_excess_used!(rt_primes_2039bytes_16align_realloc_excess_used, 2039, 16); Oct 13 13:13:46.611 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! Oct 13 13:13:46.611 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.611 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.611 INFO kablam! | ^^^^^ Oct 13 13:13:46.611 INFO kablam! ... Oct 13 13:13:46.611 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 13 13:13:46.611 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.611 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.611 INFO kablam! | Oct 13 13:13:46.611 INFO kablam! Oct 13 13:13:46.614 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.614 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.614 INFO kablam! | Oct 13 13:13:46.614 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.614 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.614 INFO kablam! ... Oct 13 13:13:46.614 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 13 13:13:46.614 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.614 INFO kablam! Oct 13 13:13:46.614 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.614 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.614 INFO kablam! | Oct 13 13:13:46.614 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.614 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.614 INFO kablam! ... Oct 13 13:13:46.614 INFO kablam! 3453 | rt_realloc_excess_used!(rt_primes_4093bytes_16align_realloc_excess_used, 4093, 16); Oct 13 13:13:46.614 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.614 INFO kablam! | Oct 13 13:13:46.614 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.614 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.614 INFO kablam! | Oct 13 13:13:46.614 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.614 INFO kablam! | Oct 13 13:13:46.614 INFO kablam! Oct 13 13:13:46.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.618 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.618 INFO kablam! | ^^^^^ Oct 13 13:13:46.618 INFO kablam! ... Oct 13 13:13:46.618 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 13 13:13:46.618 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! Oct 13 13:13:46.618 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.618 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.618 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.618 INFO kablam! ... Oct 13 13:13:46.618 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 13 13:13:46.618 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.618 INFO kablam! Oct 13 13:13:46.618 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.618 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.618 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.618 INFO kablam! ... Oct 13 13:13:46.618 INFO kablam! 3466 | rt_realloc_excess_used!(rt_primes_8191bytes_16align_realloc_excess_used, 8191, 16); Oct 13 13:13:46.618 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! Oct 13 13:13:46.618 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.618 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.618 INFO kablam! | ^^^^^ Oct 13 13:13:46.618 INFO kablam! ... Oct 13 13:13:46.618 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 13 13:13:46.618 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.618 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.618 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.618 INFO kablam! | Oct 13 13:13:46.619 INFO kablam! Oct 13 13:13:46.619 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.619 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.619 INFO kablam! | Oct 13 13:13:46.619 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.619 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.619 INFO kablam! ... Oct 13 13:13:46.619 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 13 13:13:46.619 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.619 INFO kablam! Oct 13 13:13:46.625 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.625 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.625 INFO kablam! | Oct 13 13:13:46.625 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.625 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.625 INFO kablam! ... Oct 13 13:13:46.625 INFO kablam! 3479 | rt_realloc_excess_used!(rt_primes_16381bytes_16align_realloc_excess_used, 16381, 16); Oct 13 13:13:46.625 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.625 INFO kablam! | Oct 13 13:13:46.625 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.625 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.625 INFO kablam! | Oct 13 13:13:46.625 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.625 INFO kablam! | Oct 13 13:13:46.625 INFO kablam! Oct 13 13:13:46.625 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.625 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.625 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.626 INFO kablam! | ^^^^^ Oct 13 13:13:46.626 INFO kablam! ... Oct 13 13:13:46.626 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 13 13:13:46.626 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! Oct 13 13:13:46.626 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.626 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.626 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.626 INFO kablam! ... Oct 13 13:13:46.626 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 13 13:13:46.626 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.626 INFO kablam! Oct 13 13:13:46.626 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.626 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.626 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.626 INFO kablam! ... Oct 13 13:13:46.626 INFO kablam! 3492 | rt_realloc_excess_used!(rt_primes_32749bytes_16align_realloc_excess_used, 32749, 16); Oct 13 13:13:46.626 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! Oct 13 13:13:46.626 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.626 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.626 INFO kablam! | ^^^^^ Oct 13 13:13:46.626 INFO kablam! ... Oct 13 13:13:46.626 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 13 13:13:46.626 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.626 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.626 INFO kablam! | Oct 13 13:13:46.626 INFO kablam! Oct 13 13:13:46.629 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.629 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.629 INFO kablam! | Oct 13 13:13:46.629 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.629 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.629 INFO kablam! ... Oct 13 13:13:46.629 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 13 13:13:46.629 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.629 INFO kablam! Oct 13 13:13:46.629 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.629 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.629 INFO kablam! | Oct 13 13:13:46.629 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.629 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.629 INFO kablam! ... Oct 13 13:13:46.629 INFO kablam! 3505 | rt_realloc_excess_used!(rt_primes_65537bytes_16align_realloc_excess_used, 65537, 16); Oct 13 13:13:46.629 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.629 INFO kablam! | Oct 13 13:13:46.629 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.629 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.629 INFO kablam! | Oct 13 13:13:46.629 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.629 INFO kablam! | Oct 13 13:13:46.629 INFO kablam! Oct 13 13:13:46.629 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.629 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.629 INFO kablam! | Oct 13 13:13:46.629 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.629 INFO kablam! | ^^^^^ Oct 13 13:13:46.630 INFO kablam! ... Oct 13 13:13:46.630 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 13 13:13:46.630 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.630 INFO kablam! | Oct 13 13:13:46.630 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.630 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.630 INFO kablam! | Oct 13 13:13:46.630 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.630 INFO kablam! | Oct 13 13:13:46.630 INFO kablam! Oct 13 13:13:46.634 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.634 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.634 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.634 INFO kablam! ... Oct 13 13:13:46.634 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 13 13:13:46.634 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.634 INFO kablam! Oct 13 13:13:46.634 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.634 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.634 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.634 INFO kablam! ... Oct 13 13:13:46.634 INFO kablam! 3518 | rt_realloc_excess_used!(rt_primes_131071bytes_16align_realloc_excess_used, 131071, 16); Oct 13 13:13:46.634 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! Oct 13 13:13:46.634 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.634 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.634 INFO kablam! | ^^^^^ Oct 13 13:13:46.634 INFO kablam! ... Oct 13 13:13:46.634 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 13 13:13:46.634 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.634 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.634 INFO kablam! | Oct 13 13:13:46.634 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.635 INFO kablam! | Oct 13 13:13:46.635 INFO kablam! Oct 13 13:13:46.635 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.635 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.635 INFO kablam! | Oct 13 13:13:46.635 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.635 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.635 INFO kablam! ... Oct 13 13:13:46.635 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 13 13:13:46.635 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.635 INFO kablam! Oct 13 13:13:46.642 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.642 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.642 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.642 INFO kablam! ... Oct 13 13:13:46.642 INFO kablam! 3531 | rt_realloc_excess_used!(rt_primes_4194301bytes_16align_realloc_excess_used, 4194301, 16); Oct 13 13:13:46.642 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! Oct 13 13:13:46.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.642 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.642 INFO kablam! | ^^^^^ Oct 13 13:13:46.642 INFO kablam! ... Oct 13 13:13:46.642 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 13 13:13:46.642 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! Oct 13 13:13:46.642 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.642 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.642 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.642 INFO kablam! ... Oct 13 13:13:46.642 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 13 13:13:46.642 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.642 INFO kablam! Oct 13 13:13:46.642 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.642 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.642 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.642 INFO kablam! ... Oct 13 13:13:46.642 INFO kablam! 3547 | rt_realloc_excess_used!(rt_pow2_1bytes_32align_realloc_excess_used, 1, 32); Oct 13 13:13:46.642 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.642 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! Oct 13 13:13:46.642 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.642 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.642 INFO kablam! | Oct 13 13:13:46.642 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.642 INFO kablam! | ^^^^^ Oct 13 13:13:46.643 INFO kablam! ... Oct 13 13:13:46.643 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 13 13:13:46.643 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! Oct 13 13:13:46.643 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.643 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.643 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.643 INFO kablam! ... Oct 13 13:13:46.643 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 13 13:13:46.643 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.643 INFO kablam! Oct 13 13:13:46.643 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.643 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.643 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.643 INFO kablam! ... Oct 13 13:13:46.643 INFO kablam! 3560 | rt_realloc_excess_used!(rt_pow2_2bytes_32align_realloc_excess_used, 2, 32); Oct 13 13:13:46.643 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.643 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.643 INFO kablam! | Oct 13 13:13:46.643 INFO kablam! Oct 13 13:13:46.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.649 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.649 INFO kablam! | ^^^^^ Oct 13 13:13:46.649 INFO kablam! ... Oct 13 13:13:46.649 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 13 13:13:46.649 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! Oct 13 13:13:46.649 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.649 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.649 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.649 INFO kablam! ... Oct 13 13:13:46.649 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 13 13:13:46.649 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.649 INFO kablam! Oct 13 13:13:46.649 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.649 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.649 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.649 INFO kablam! ... Oct 13 13:13:46.649 INFO kablam! 3573 | rt_realloc_excess_used!(rt_pow2_4bytes_32align_realloc_excess_used, 4, 32); Oct 13 13:13:46.649 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.649 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! Oct 13 13:13:46.649 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.649 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.649 INFO kablam! | Oct 13 13:13:46.649 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.649 INFO kablam! | ^^^^^ Oct 13 13:13:46.649 INFO kablam! ... Oct 13 13:13:46.650 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 13 13:13:46.650 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.650 INFO kablam! | Oct 13 13:13:46.650 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.650 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.650 INFO kablam! | Oct 13 13:13:46.650 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.650 INFO kablam! | Oct 13 13:13:46.650 INFO kablam! Oct 13 13:13:46.650 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.650 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.650 INFO kablam! | Oct 13 13:13:46.650 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.650 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.650 INFO kablam! ... Oct 13 13:13:46.650 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 13 13:13:46.650 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.650 INFO kablam! Oct 13 13:13:46.652 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.652 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.652 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.652 INFO kablam! ... Oct 13 13:13:46.652 INFO kablam! 3586 | rt_realloc_excess_used!(rt_pow2_8bytes_32align_realloc_excess_used, 8, 32); Oct 13 13:13:46.652 INFO kablam! | --------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! Oct 13 13:13:46.652 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.652 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.652 INFO kablam! | ^^^^^ Oct 13 13:13:46.652 INFO kablam! ... Oct 13 13:13:46.652 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 13 13:13:46.652 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.652 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! Oct 13 13:13:46.652 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.652 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.652 INFO kablam! | Oct 13 13:13:46.652 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.652 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.652 INFO kablam! ... Oct 13 13:13:46.652 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 13 13:13:46.652 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.652 INFO kablam! Oct 13 13:13:46.657 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.657 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.657 INFO kablam! | Oct 13 13:13:46.657 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.657 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.657 INFO kablam! ... Oct 13 13:13:46.657 INFO kablam! 3599 | rt_realloc_excess_used!(rt_pow2_16bytes_32align_realloc_excess_used, 16, 32); Oct 13 13:13:46.657 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.657 INFO kablam! | Oct 13 13:13:46.657 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.657 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.657 INFO kablam! | Oct 13 13:13:46.657 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.657 INFO kablam! | Oct 13 13:13:46.657 INFO kablam! Oct 13 13:13:46.657 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.657 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.657 INFO kablam! | Oct 13 13:13:46.657 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.657 INFO kablam! | ^^^^^ Oct 13 13:13:46.657 INFO kablam! ... Oct 13 13:13:46.657 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 13 13:13:46.657 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.657 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! Oct 13 13:13:46.658 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.658 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.658 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.658 INFO kablam! ... Oct 13 13:13:46.658 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 13 13:13:46.658 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.658 INFO kablam! Oct 13 13:13:46.658 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.658 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.658 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.658 INFO kablam! ... Oct 13 13:13:46.658 INFO kablam! 3612 | rt_realloc_excess_used!(rt_pow2_32bytes_32align_realloc_excess_used, 32, 32); Oct 13 13:13:46.658 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! Oct 13 13:13:46.658 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.658 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.658 INFO kablam! | ^^^^^ Oct 13 13:13:46.658 INFO kablam! ... Oct 13 13:13:46.658 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 13 13:13:46.658 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.658 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.658 INFO kablam! | Oct 13 13:13:46.658 INFO kablam! Oct 13 13:13:46.665 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.665 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.665 INFO kablam! | Oct 13 13:13:46.665 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.665 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.665 INFO kablam! ... Oct 13 13:13:46.665 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 13 13:13:46.665 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.665 INFO kablam! Oct 13 13:13:46.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.666 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.666 INFO kablam! ... Oct 13 13:13:46.666 INFO kablam! 3625 | rt_realloc_excess_used!(rt_pow2_64bytes_32align_realloc_excess_used, 64, 32); Oct 13 13:13:46.666 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! Oct 13 13:13:46.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.666 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.666 INFO kablam! | ^^^^^ Oct 13 13:13:46.666 INFO kablam! ... Oct 13 13:13:46.666 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 13 13:13:46.666 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! Oct 13 13:13:46.666 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.666 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.666 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.666 INFO kablam! ... Oct 13 13:13:46.666 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 13 13:13:46.666 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.666 INFO kablam! Oct 13 13:13:46.666 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.666 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.666 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.666 INFO kablam! ... Oct 13 13:13:46.666 INFO kablam! 3638 | rt_realloc_excess_used!(rt_pow2_128bytes_32align_realloc_excess_used, 128, 32); Oct 13 13:13:46.666 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! Oct 13 13:13:46.666 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.666 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.666 INFO kablam! | ^^^^^ Oct 13 13:13:46.666 INFO kablam! ... Oct 13 13:13:46.666 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 13 13:13:46.666 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.666 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! Oct 13 13:13:46.666 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.666 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.666 INFO kablam! | Oct 13 13:13:46.666 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.666 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.666 INFO kablam! ... Oct 13 13:13:46.666 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 13 13:13:46.666 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.666 INFO kablam! Oct 13 13:13:46.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.673 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.673 INFO kablam! ... Oct 13 13:13:46.673 INFO kablam! 3651 | rt_realloc_excess_used!(rt_pow2_256bytes_32align_realloc_excess_used, 256, 32); Oct 13 13:13:46.673 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! Oct 13 13:13:46.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.673 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.673 INFO kablam! | ^^^^^ Oct 13 13:13:46.673 INFO kablam! ... Oct 13 13:13:46.673 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 13 13:13:46.673 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! Oct 13 13:13:46.673 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.673 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.673 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.673 INFO kablam! ... Oct 13 13:13:46.673 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 13 13:13:46.673 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.673 INFO kablam! Oct 13 13:13:46.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.673 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.673 INFO kablam! ... Oct 13 13:13:46.673 INFO kablam! 3664 | rt_realloc_excess_used!(rt_pow2_512bytes_32align_realloc_excess_used, 512, 32); Oct 13 13:13:46.673 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! Oct 13 13:13:46.673 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.673 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.673 INFO kablam! | ^^^^^ Oct 13 13:13:46.673 INFO kablam! ... Oct 13 13:13:46.673 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 13 13:13:46.673 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.673 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! Oct 13 13:13:46.673 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.673 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.673 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.673 INFO kablam! ... Oct 13 13:13:46.673 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 13 13:13:46.673 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.673 INFO kablam! Oct 13 13:13:46.673 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.673 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.673 INFO kablam! | Oct 13 13:13:46.673 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.673 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.674 INFO kablam! ... Oct 13 13:13:46.674 INFO kablam! 3677 | rt_realloc_excess_used!(rt_pow2_1024bytes_32align_realloc_excess_used, 1024, 32); Oct 13 13:13:46.674 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.674 INFO kablam! | Oct 13 13:13:46.674 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.674 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.674 INFO kablam! | Oct 13 13:13:46.674 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.674 INFO kablam! | Oct 13 13:13:46.674 INFO kablam! Oct 13 13:13:46.681 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.681 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.681 INFO kablam! | ^^^^^ Oct 13 13:13:46.681 INFO kablam! ... Oct 13 13:13:46.681 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 13 13:13:46.681 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! Oct 13 13:13:46.681 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.681 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.681 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.681 INFO kablam! ... Oct 13 13:13:46.681 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 13 13:13:46.681 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.681 INFO kablam! Oct 13 13:13:46.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.681 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.681 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.681 INFO kablam! ... Oct 13 13:13:46.681 INFO kablam! 3690 | rt_realloc_excess_used!(rt_pow2_2048bytes_32align_realloc_excess_used, 2048, 32); Oct 13 13:13:46.681 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! Oct 13 13:13:46.681 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.681 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.681 INFO kablam! | ^^^^^ Oct 13 13:13:46.681 INFO kablam! ... Oct 13 13:13:46.681 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 13 13:13:46.681 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.681 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! Oct 13 13:13:46.681 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.681 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.681 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.681 INFO kablam! ... Oct 13 13:13:46.681 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 13 13:13:46.681 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.681 INFO kablam! Oct 13 13:13:46.681 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.681 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.681 INFO kablam! | Oct 13 13:13:46.681 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.681 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.681 INFO kablam! ... Oct 13 13:13:46.682 INFO kablam! 3703 | rt_realloc_excess_used!(rt_pow2_4096bytes_32align_realloc_excess_used, 4096, 32); Oct 13 13:13:46.682 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.682 INFO kablam! | Oct 13 13:13:46.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.682 INFO kablam! | Oct 13 13:13:46.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.682 INFO kablam! | Oct 13 13:13:46.682 INFO kablam! Oct 13 13:13:46.682 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.682 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.682 INFO kablam! | Oct 13 13:13:46.682 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.682 INFO kablam! | ^^^^^ Oct 13 13:13:46.682 INFO kablam! ... Oct 13 13:13:46.682 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 13 13:13:46.682 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.682 INFO kablam! | Oct 13 13:13:46.682 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.682 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.682 INFO kablam! | Oct 13 13:13:46.682 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.682 INFO kablam! | Oct 13 13:13:46.682 INFO kablam! Oct 13 13:13:46.687 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.687 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.687 INFO kablam! | Oct 13 13:13:46.687 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.687 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.687 INFO kablam! ... Oct 13 13:13:46.687 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 13 13:13:46.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.687 INFO kablam! Oct 13 13:13:46.687 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.687 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.687 INFO kablam! | Oct 13 13:13:46.687 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.687 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.687 INFO kablam! ... Oct 13 13:13:46.687 INFO kablam! 3716 | rt_realloc_excess_used!(rt_pow2_8192bytes_32align_realloc_excess_used, 8192, 32); Oct 13 13:13:46.687 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.687 INFO kablam! | Oct 13 13:13:46.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.687 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.687 INFO kablam! | Oct 13 13:13:46.687 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.687 INFO kablam! | Oct 13 13:13:46.687 INFO kablam! Oct 13 13:13:46.687 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.687 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.687 INFO kablam! | Oct 13 13:13:46.687 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.687 INFO kablam! | ^^^^^ Oct 13 13:13:46.687 INFO kablam! ... Oct 13 13:13:46.687 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 13 13:13:46.687 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.687 INFO kablam! | Oct 13 13:13:46.687 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.689 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.689 INFO kablam! | Oct 13 13:13:46.689 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.689 INFO kablam! | Oct 13 13:13:46.689 INFO kablam! Oct 13 13:13:46.689 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.689 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.689 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.690 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.690 INFO kablam! ... Oct 13 13:13:46.690 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 13 13:13:46.690 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.690 INFO kablam! Oct 13 13:13:46.690 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.690 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.690 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.690 INFO kablam! ... Oct 13 13:13:46.690 INFO kablam! 3729 | rt_realloc_excess_used!(rt_pow2_16384bytes_32align_realloc_excess_used, 16384, 32); Oct 13 13:13:46.690 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! Oct 13 13:13:46.690 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.690 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.690 INFO kablam! | ^^^^^ Oct 13 13:13:46.690 INFO kablam! ... Oct 13 13:13:46.690 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 13 13:13:46.690 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.690 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.690 INFO kablam! | Oct 13 13:13:46.690 INFO kablam! Oct 13 13:13:46.696 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.696 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.696 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.697 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.697 INFO kablam! ... Oct 13 13:13:46.697 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 13 13:13:46.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.697 INFO kablam! Oct 13 13:13:46.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.697 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.697 INFO kablam! ... Oct 13 13:13:46.697 INFO kablam! 3742 | rt_realloc_excess_used!(rt_pow2_32768bytes_32align_realloc_excess_used, 32768, 32); Oct 13 13:13:46.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! Oct 13 13:13:46.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.697 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.697 INFO kablam! | ^^^^^ Oct 13 13:13:46.697 INFO kablam! ... Oct 13 13:13:46.697 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 13 13:13:46.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! Oct 13 13:13:46.697 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.697 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.697 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.697 INFO kablam! ... Oct 13 13:13:46.697 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 13 13:13:46.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.697 INFO kablam! Oct 13 13:13:46.697 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.697 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.697 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.697 INFO kablam! ... Oct 13 13:13:46.697 INFO kablam! 3755 | rt_realloc_excess_used!(rt_pow2_65536bytes_32align_realloc_excess_used, 65536, 32); Oct 13 13:13:46.697 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! Oct 13 13:13:46.697 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.697 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.697 INFO kablam! | ^^^^^ Oct 13 13:13:46.697 INFO kablam! ... Oct 13 13:13:46.697 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 13 13:13:46.697 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.697 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! Oct 13 13:13:46.697 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.697 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.697 INFO kablam! | Oct 13 13:13:46.697 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.697 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.697 INFO kablam! ... Oct 13 13:13:46.697 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 13 13:13:46.697 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.697 INFO kablam! Oct 13 13:13:46.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.702 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.702 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.702 INFO kablam! ... Oct 13 13:13:46.702 INFO kablam! 3768 | rt_realloc_excess_used!(rt_pow2_131072bytes_32align_realloc_excess_used, 131072, 32); Oct 13 13:13:46.702 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! Oct 13 13:13:46.702 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.702 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.702 INFO kablam! | ^^^^^ Oct 13 13:13:46.702 INFO kablam! ... Oct 13 13:13:46.702 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 13 13:13:46.702 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! Oct 13 13:13:46.702 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.702 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.702 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.702 INFO kablam! ... Oct 13 13:13:46.702 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 13 13:13:46.702 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.702 INFO kablam! Oct 13 13:13:46.702 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.702 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.702 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.702 INFO kablam! ... Oct 13 13:13:46.702 INFO kablam! 3781 | rt_realloc_excess_used!(rt_pow2_4194304bytes_32align_realloc_excess_used, 4194304, 32); Oct 13 13:13:46.702 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.702 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! Oct 13 13:13:46.702 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.702 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.702 INFO kablam! | Oct 13 13:13:46.702 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.702 INFO kablam! | ^^^^^ Oct 13 13:13:46.702 INFO kablam! ... Oct 13 13:13:46.702 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 13 13:13:46.703 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.703 INFO kablam! | Oct 13 13:13:46.703 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! Oct 13 13:13:46.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.713 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.713 INFO kablam! ... Oct 13 13:13:46.713 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 13 13:13:46.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.713 INFO kablam! Oct 13 13:13:46.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.713 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.713 INFO kablam! ... Oct 13 13:13:46.713 INFO kablam! 3795 | rt_realloc_excess_used!(rt_even_10bytes_32align_realloc_excess_used, 10, 32); Oct 13 13:13:46.713 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! Oct 13 13:13:46.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.713 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.713 INFO kablam! | ^^^^^ Oct 13 13:13:46.713 INFO kablam! ... Oct 13 13:13:46.713 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 13 13:13:46.713 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! Oct 13 13:13:46.713 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.713 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.713 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.713 INFO kablam! ... Oct 13 13:13:46.713 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 13 13:13:46.713 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.713 INFO kablam! Oct 13 13:13:46.713 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.713 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.713 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.713 INFO kablam! ... Oct 13 13:13:46.713 INFO kablam! 3808 | rt_realloc_excess_used!(rt_even_100bytes_32align_realloc_excess_used, 100, 32); Oct 13 13:13:46.713 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.713 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! Oct 13 13:13:46.713 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.713 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.713 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.713 INFO kablam! | ^^^^^ Oct 13 13:13:46.713 INFO kablam! ... Oct 13 13:13:46.713 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 13 13:13:46.713 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.713 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! Oct 13 13:13:46.714 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.714 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.714 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.714 INFO kablam! ... Oct 13 13:13:46.714 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 13 13:13:46.714 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.714 INFO kablam! Oct 13 13:13:46.714 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.714 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.714 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.714 INFO kablam! ... Oct 13 13:13:46.714 INFO kablam! 3821 | rt_realloc_excess_used!(rt_even_1000bytes_32align_realloc_excess_used, 1000, 32); Oct 13 13:13:46.714 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! Oct 13 13:13:46.714 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.714 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.714 INFO kablam! | ^^^^^ Oct 13 13:13:46.714 INFO kablam! ... Oct 13 13:13:46.714 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 13 13:13:46.714 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.714 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.714 INFO kablam! | Oct 13 13:13:46.714 INFO kablam! Oct 13 13:13:46.720 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.720 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.720 INFO kablam! | Oct 13 13:13:46.720 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.720 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.720 INFO kablam! ... Oct 13 13:13:46.720 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 13 13:13:46.721 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.721 INFO kablam! Oct 13 13:13:46.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.721 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.721 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.721 INFO kablam! ... Oct 13 13:13:46.721 INFO kablam! 3834 | rt_realloc_excess_used!(rt_even_10000bytes_32align_realloc_excess_used, 10000, 32); Oct 13 13:13:46.721 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! Oct 13 13:13:46.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.721 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.721 INFO kablam! | ^^^^^ Oct 13 13:13:46.721 INFO kablam! ... Oct 13 13:13:46.721 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 13 13:13:46.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! Oct 13 13:13:46.721 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.721 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.721 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.721 INFO kablam! ... Oct 13 13:13:46.721 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 13 13:13:46.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.721 INFO kablam! Oct 13 13:13:46.721 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.721 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.721 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.721 INFO kablam! ... Oct 13 13:13:46.721 INFO kablam! 3847 | rt_realloc_excess_used!(rt_even_100000bytes_32align_realloc_excess_used, 100000, 32); Oct 13 13:13:46.721 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! Oct 13 13:13:46.721 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.721 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.721 INFO kablam! | ^^^^^ Oct 13 13:13:46.721 INFO kablam! ... Oct 13 13:13:46.721 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 13 13:13:46.721 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.721 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.721 INFO kablam! | Oct 13 13:13:46.721 INFO kablam! Oct 13 13:13:46.725 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.725 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.725 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.725 INFO kablam! ... Oct 13 13:13:46.725 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 13 13:13:46.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.725 INFO kablam! Oct 13 13:13:46.725 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.725 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.725 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.725 INFO kablam! ... Oct 13 13:13:46.725 INFO kablam! 3860 | rt_realloc_excess_used!(rt_even_1000000bytes_32align_realloc_excess_used, 1000000, 32); Oct 13 13:13:46.725 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! Oct 13 13:13:46.725 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.725 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.725 INFO kablam! | ^^^^^ Oct 13 13:13:46.725 INFO kablam! ... Oct 13 13:13:46.725 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 13 13:13:46.725 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.725 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.725 INFO kablam! | Oct 13 13:13:46.725 INFO kablam! Oct 13 13:13:46.730 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.730 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.730 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.730 INFO kablam! ... Oct 13 13:13:46.730 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 13 13:13:46.730 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.730 INFO kablam! Oct 13 13:13:46.730 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.730 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.730 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.730 INFO kablam! ... Oct 13 13:13:46.730 INFO kablam! 3874 | rt_realloc_excess_used!(rt_odd_10bytes_32align_realloc_excess_used, 10- 1, 32); Oct 13 13:13:46.730 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! Oct 13 13:13:46.730 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.730 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.730 INFO kablam! | ^^^^^ Oct 13 13:13:46.730 INFO kablam! ... Oct 13 13:13:46.730 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 13 13:13:46.730 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.730 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.730 INFO kablam! | Oct 13 13:13:46.730 INFO kablam! Oct 13 13:13:46.736 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.736 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.736 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.736 INFO kablam! ... Oct 13 13:13:46.736 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 13 13:13:46.736 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.736 INFO kablam! Oct 13 13:13:46.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.736 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.736 INFO kablam! ... Oct 13 13:13:46.736 INFO kablam! 3887 | rt_realloc_excess_used!(rt_odd_100bytes_32align_realloc_excess_used, 100- 1, 32); Oct 13 13:13:46.736 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! Oct 13 13:13:46.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.736 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.736 INFO kablam! | ^^^^^ Oct 13 13:13:46.736 INFO kablam! ... Oct 13 13:13:46.736 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 13 13:13:46.736 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! Oct 13 13:13:46.736 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.736 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.736 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.736 INFO kablam! ... Oct 13 13:13:46.736 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 13 13:13:46.736 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.736 INFO kablam! Oct 13 13:13:46.736 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.736 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.736 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.736 INFO kablam! ... Oct 13 13:13:46.736 INFO kablam! 3900 | rt_realloc_excess_used!(rt_odd_1000bytes_32align_realloc_excess_used, 1000- 1, 32); Oct 13 13:13:46.736 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.736 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! Oct 13 13:13:46.736 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.736 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.736 INFO kablam! | ^^^^^ Oct 13 13:13:46.736 INFO kablam! ... Oct 13 13:13:46.736 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 13 13:13:46.736 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.736 INFO kablam! | Oct 13 13:13:46.736 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.737 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.737 INFO kablam! | Oct 13 13:13:46.737 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.737 INFO kablam! | Oct 13 13:13:46.737 INFO kablam! Oct 13 13:13:46.737 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.737 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.737 INFO kablam! | Oct 13 13:13:46.737 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.737 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.737 INFO kablam! ... Oct 13 13:13:46.737 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 13 13:13:46.737 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.737 INFO kablam! Oct 13 13:13:46.740 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.740 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.741 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.741 INFO kablam! ... Oct 13 13:13:46.741 INFO kablam! 3913 | rt_realloc_excess_used!(rt_odd_10000bytes_32align_realloc_excess_used, 10000- 1, 32); Oct 13 13:13:46.741 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! Oct 13 13:13:46.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.741 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.741 INFO kablam! | ^^^^^ Oct 13 13:13:46.741 INFO kablam! ... Oct 13 13:13:46.741 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 13 13:13:46.741 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! Oct 13 13:13:46.741 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.741 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.741 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.741 INFO kablam! ... Oct 13 13:13:46.741 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 13 13:13:46.741 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.741 INFO kablam! Oct 13 13:13:46.741 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.741 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.741 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.741 INFO kablam! ... Oct 13 13:13:46.741 INFO kablam! 3926 | rt_realloc_excess_used!(rt_odd_100000bytes_32align_realloc_excess_used, 100000- 1, 32); Oct 13 13:13:46.741 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! Oct 13 13:13:46.741 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.741 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.741 INFO kablam! | ^^^^^ Oct 13 13:13:46.741 INFO kablam! ... Oct 13 13:13:46.741 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 13 13:13:46.741 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.741 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! Oct 13 13:13:46.741 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.741 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.741 INFO kablam! | Oct 13 13:13:46.741 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.741 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.741 INFO kablam! ... Oct 13 13:13:46.741 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 13 13:13:46.741 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.741 INFO kablam! Oct 13 13:13:46.744 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.744 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.744 INFO kablam! | Oct 13 13:13:46.744 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.744 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.744 INFO kablam! ... Oct 13 13:13:46.744 INFO kablam! 3939 | rt_realloc_excess_used!(rt_odd_1000000bytes_32align_realloc_excess_used, 1000000- 1, 32); Oct 13 13:13:46.744 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.744 INFO kablam! | Oct 13 13:13:46.744 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.744 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.744 INFO kablam! | Oct 13 13:13:46.744 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.744 INFO kablam! | Oct 13 13:13:46.744 INFO kablam! Oct 13 13:13:46.744 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.744 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.744 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.745 INFO kablam! | ^^^^^ Oct 13 13:13:46.745 INFO kablam! ... Oct 13 13:13:46.745 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 13 13:13:46.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! Oct 13 13:13:46.745 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.745 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.745 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.745 INFO kablam! ... Oct 13 13:13:46.745 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 13 13:13:46.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.745 INFO kablam! Oct 13 13:13:46.745 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.745 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.745 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.745 INFO kablam! ... Oct 13 13:13:46.745 INFO kablam! 3953 | rt_realloc_excess_used!(rt_primes_3bytes_32align_realloc_excess_used, 3, 32); Oct 13 13:13:46.745 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.745 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.745 INFO kablam! | Oct 13 13:13:46.745 INFO kablam! Oct 13 13:13:46.747 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.747 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.747 INFO kablam! | Oct 13 13:13:46.747 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.747 INFO kablam! | ^^^^^ Oct 13 13:13:46.747 INFO kablam! ... Oct 13 13:13:46.747 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 13 13:13:46.747 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.747 INFO kablam! | Oct 13 13:13:46.747 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.747 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.747 INFO kablam! | Oct 13 13:13:46.747 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.747 INFO kablam! | Oct 13 13:13:46.748 INFO kablam! Oct 13 13:13:46.748 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.748 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.748 INFO kablam! | Oct 13 13:13:46.748 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.748 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.748 INFO kablam! ... Oct 13 13:13:46.748 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 13 13:13:46.748 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.748 INFO kablam! Oct 13 13:13:46.748 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.748 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.748 INFO kablam! | Oct 13 13:13:46.748 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.748 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.748 INFO kablam! ... Oct 13 13:13:46.748 INFO kablam! 3966 | rt_realloc_excess_used!(rt_primes_7bytes_32align_realloc_excess_used, 7, 32); Oct 13 13:13:46.748 INFO kablam! | ----------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.748 INFO kablam! | Oct 13 13:13:46.748 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.752 INFO kablam! | Oct 13 13:13:46.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.752 INFO kablam! | Oct 13 13:13:46.752 INFO kablam! Oct 13 13:13:46.752 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.752 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.752 INFO kablam! | Oct 13 13:13:46.752 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.752 INFO kablam! | ^^^^^ Oct 13 13:13:46.752 INFO kablam! ... Oct 13 13:13:46.752 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 13 13:13:46.752 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.752 INFO kablam! | Oct 13 13:13:46.752 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.752 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.752 INFO kablam! | Oct 13 13:13:46.752 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.752 INFO kablam! | Oct 13 13:13:46.752 INFO kablam! Oct 13 13:13:46.752 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.752 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.753 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.753 INFO kablam! ... Oct 13 13:13:46.753 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 13 13:13:46.753 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.753 INFO kablam! Oct 13 13:13:46.753 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.753 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.753 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.753 INFO kablam! ... Oct 13 13:13:46.753 INFO kablam! 3979 | rt_realloc_excess_used!(rt_primes_13bytes_32align_realloc_excess_used, 13, 32); Oct 13 13:13:46.753 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! Oct 13 13:13:46.753 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.753 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.753 INFO kablam! | ^^^^^ Oct 13 13:13:46.753 INFO kablam! ... Oct 13 13:13:46.753 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 13 13:13:46.753 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.753 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.753 INFO kablam! Oct 13 13:13:46.753 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.753 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.753 INFO kablam! | Oct 13 13:13:46.754 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.754 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.755 INFO kablam! ... Oct 13 13:13:46.755 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 13 13:13:46.755 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.755 INFO kablam! Oct 13 13:13:46.755 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.755 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.755 INFO kablam! | Oct 13 13:13:46.755 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.755 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.755 INFO kablam! ... Oct 13 13:13:46.755 INFO kablam! 3992 | rt_realloc_excess_used!(rt_primes_17bytes_32align_realloc_excess_used, 17, 32); Oct 13 13:13:46.755 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.755 INFO kablam! | Oct 13 13:13:46.755 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.755 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.755 INFO kablam! | Oct 13 13:13:46.755 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.755 INFO kablam! | Oct 13 13:13:46.755 INFO kablam! Oct 13 13:13:46.756 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.756 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.756 INFO kablam! | Oct 13 13:13:46.756 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.756 INFO kablam! | ^^^^^ Oct 13 13:13:46.756 INFO kablam! ... Oct 13 13:13:46.756 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 13 13:13:46.756 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.756 INFO kablam! | Oct 13 13:13:46.756 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.756 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.756 INFO kablam! | Oct 13 13:13:46.756 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.756 INFO kablam! | Oct 13 13:13:46.756 INFO kablam! Oct 13 13:13:46.756 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.756 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.756 INFO kablam! | Oct 13 13:13:46.756 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.756 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.756 INFO kablam! ... Oct 13 13:13:46.756 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 13 13:13:46.756 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.756 INFO kablam! Oct 13 13:13:46.757 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.757 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.757 INFO kablam! | Oct 13 13:13:46.757 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.757 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.757 INFO kablam! ... Oct 13 13:13:46.757 INFO kablam! 4005 | rt_realloc_excess_used!(rt_primes_31bytes_32align_realloc_excess_used, 31, 32); Oct 13 13:13:46.757 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.757 INFO kablam! | Oct 13 13:13:46.757 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.757 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.757 INFO kablam! | Oct 13 13:13:46.757 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.757 INFO kablam! | Oct 13 13:13:46.757 INFO kablam! Oct 13 13:13:46.759 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.759 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.759 INFO kablam! | Oct 13 13:13:46.759 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.759 INFO kablam! | ^^^^^ Oct 13 13:13:46.759 INFO kablam! ... Oct 13 13:13:46.759 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 13 13:13:46.759 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.759 INFO kablam! | Oct 13 13:13:46.759 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.759 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.759 INFO kablam! | Oct 13 13:13:46.759 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.759 INFO kablam! | Oct 13 13:13:46.759 INFO kablam! Oct 13 13:13:46.759 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.759 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.759 INFO kablam! | Oct 13 13:13:46.759 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.759 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.759 INFO kablam! ... Oct 13 13:13:46.759 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 13 13:13:46.759 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.759 INFO kablam! Oct 13 13:13:46.760 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.760 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.760 INFO kablam! | Oct 13 13:13:46.760 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.760 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.760 INFO kablam! ... Oct 13 13:13:46.760 INFO kablam! 4018 | rt_realloc_excess_used!(rt_primes_61bytes_32align_realloc_excess_used, 61, 32); Oct 13 13:13:46.760 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.760 INFO kablam! | Oct 13 13:13:46.761 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.761 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.761 INFO kablam! | Oct 13 13:13:46.761 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.761 INFO kablam! | Oct 13 13:13:46.761 INFO kablam! Oct 13 13:13:46.762 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.762 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.762 INFO kablam! | Oct 13 13:13:46.762 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.762 INFO kablam! | ^^^^^ Oct 13 13:13:46.762 INFO kablam! ... Oct 13 13:13:46.762 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 13 13:13:46.762 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.762 INFO kablam! | Oct 13 13:13:46.762 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.762 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.762 INFO kablam! | Oct 13 13:13:46.762 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.762 INFO kablam! | Oct 13 13:13:46.762 INFO kablam! Oct 13 13:13:46.762 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.762 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.762 INFO kablam! | Oct 13 13:13:46.762 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.762 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.762 INFO kablam! ... Oct 13 13:13:46.762 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 13 13:13:46.762 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.762 INFO kablam! Oct 13 13:13:46.763 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.763 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.763 INFO kablam! | Oct 13 13:13:46.763 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.763 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.763 INFO kablam! ... Oct 13 13:13:46.763 INFO kablam! 4031 | rt_realloc_excess_used!(rt_primes_96bytes_32align_realloc_excess_used, 96, 32); Oct 13 13:13:46.763 INFO kablam! | ------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.763 INFO kablam! | Oct 13 13:13:46.763 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.763 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.763 INFO kablam! | Oct 13 13:13:46.763 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.763 INFO kablam! | Oct 13 13:13:46.763 INFO kablam! Oct 13 13:13:46.764 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.764 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.764 INFO kablam! | Oct 13 13:13:46.764 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.764 INFO kablam! | ^^^^^ Oct 13 13:13:46.764 INFO kablam! ... Oct 13 13:13:46.764 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 13 13:13:46.764 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.764 INFO kablam! | Oct 13 13:13:46.764 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.764 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.764 INFO kablam! | Oct 13 13:13:46.764 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.764 INFO kablam! | Oct 13 13:13:46.764 INFO kablam! Oct 13 13:13:46.766 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.766 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.766 INFO kablam! | Oct 13 13:13:46.766 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.766 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.766 INFO kablam! ... Oct 13 13:13:46.766 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 13 13:13:46.766 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.766 INFO kablam! Oct 13 13:13:46.766 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.766 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.766 INFO kablam! | Oct 13 13:13:46.766 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.766 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.766 INFO kablam! ... Oct 13 13:13:46.766 INFO kablam! 4044 | rt_realloc_excess_used!(rt_primes_127bytes_32align_realloc_excess_used, 127, 32); Oct 13 13:13:46.766 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.766 INFO kablam! | Oct 13 13:13:46.766 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.766 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.766 INFO kablam! | Oct 13 13:13:46.766 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.766 INFO kablam! | Oct 13 13:13:46.766 INFO kablam! Oct 13 13:13:46.767 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.767 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.767 INFO kablam! | Oct 13 13:13:46.767 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.767 INFO kablam! | ^^^^^ Oct 13 13:13:46.767 INFO kablam! ... Oct 13 13:13:46.767 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 13 13:13:46.767 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.767 INFO kablam! | Oct 13 13:13:46.767 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.767 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.767 INFO kablam! | Oct 13 13:13:46.767 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.767 INFO kablam! | Oct 13 13:13:46.767 INFO kablam! Oct 13 13:13:46.767 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.768 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.768 INFO kablam! | Oct 13 13:13:46.768 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.768 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.768 INFO kablam! ... Oct 13 13:13:46.768 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 13 13:13:46.768 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.768 INFO kablam! Oct 13 13:13:46.768 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.768 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.768 INFO kablam! | Oct 13 13:13:46.768 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.768 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.768 INFO kablam! ... Oct 13 13:13:46.768 INFO kablam! 4057 | rt_realloc_excess_used!(rt_primes_257bytes_32align_realloc_excess_used, 257, 32); Oct 13 13:13:46.768 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.768 INFO kablam! | Oct 13 13:13:46.768 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.768 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.768 INFO kablam! | Oct 13 13:13:46.768 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.768 INFO kablam! | Oct 13 13:13:46.768 INFO kablam! Oct 13 13:13:46.770 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.770 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.770 INFO kablam! | Oct 13 13:13:46.770 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.770 INFO kablam! | ^^^^^ Oct 13 13:13:46.770 INFO kablam! ... Oct 13 13:13:46.770 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 13 13:13:46.770 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.770 INFO kablam! | Oct 13 13:13:46.770 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.770 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.770 INFO kablam! | Oct 13 13:13:46.770 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.770 INFO kablam! | Oct 13 13:13:46.770 INFO kablam! Oct 13 13:13:46.772 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.772 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.772 INFO kablam! | Oct 13 13:13:46.772 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.772 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.772 INFO kablam! ... Oct 13 13:13:46.773 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 13 13:13:46.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.773 INFO kablam! Oct 13 13:13:46.773 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.773 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.773 INFO kablam! | Oct 13 13:13:46.773 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.773 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.773 INFO kablam! ... Oct 13 13:13:46.773 INFO kablam! 4070 | rt_realloc_excess_used!(rt_primes_509bytes_32align_realloc_excess_used, 509, 32); Oct 13 13:13:46.773 INFO kablam! | --------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.773 INFO kablam! | Oct 13 13:13:46.773 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.773 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.773 INFO kablam! | Oct 13 13:13:46.773 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.773 INFO kablam! | Oct 13 13:13:46.773 INFO kablam! Oct 13 13:13:46.774 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.774 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.774 INFO kablam! | ^^^^^ Oct 13 13:13:46.774 INFO kablam! ... Oct 13 13:13:46.774 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 13 13:13:46.774 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! Oct 13 13:13:46.774 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.774 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.774 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.774 INFO kablam! ... Oct 13 13:13:46.774 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 13 13:13:46.774 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.774 INFO kablam! Oct 13 13:13:46.774 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.774 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.774 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.774 INFO kablam! ... Oct 13 13:13:46.774 INFO kablam! 4083 | rt_realloc_excess_used!(rt_primes_1021bytes_32align_realloc_excess_used, 1021, 32); Oct 13 13:13:46.774 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.774 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.774 INFO kablam! | Oct 13 13:13:46.774 INFO kablam! Oct 13 13:13:46.776 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.776 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.776 INFO kablam! | Oct 13 13:13:46.776 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.776 INFO kablam! | ^^^^^ Oct 13 13:13:46.776 INFO kablam! ... Oct 13 13:13:46.776 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 13 13:13:46.776 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.776 INFO kablam! | Oct 13 13:13:46.776 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.776 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.776 INFO kablam! | Oct 13 13:13:46.776 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.776 INFO kablam! | Oct 13 13:13:46.776 INFO kablam! Oct 13 13:13:46.777 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.777 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.777 INFO kablam! | Oct 13 13:13:46.777 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.777 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.777 INFO kablam! ... Oct 13 13:13:46.777 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 13 13:13:46.777 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.777 INFO kablam! Oct 13 13:13:46.778 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.778 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.778 INFO kablam! | Oct 13 13:13:46.778 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.778 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.778 INFO kablam! ... Oct 13 13:13:46.778 INFO kablam! 4096 | rt_realloc_excess_used!(rt_primes_2039bytes_32align_realloc_excess_used, 2039, 32); Oct 13 13:13:46.778 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.778 INFO kablam! | Oct 13 13:13:46.778 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.778 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.778 INFO kablam! | Oct 13 13:13:46.778 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.778 INFO kablam! | Oct 13 13:13:46.778 INFO kablam! Oct 13 13:13:46.779 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.779 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.779 INFO kablam! | Oct 13 13:13:46.779 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.779 INFO kablam! | ^^^^^ Oct 13 13:13:46.779 INFO kablam! ... Oct 13 13:13:46.779 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 13 13:13:46.779 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.779 INFO kablam! | Oct 13 13:13:46.779 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.779 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.779 INFO kablam! | Oct 13 13:13:46.779 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.779 INFO kablam! | Oct 13 13:13:46.779 INFO kablam! Oct 13 13:13:46.779 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.780 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.780 INFO kablam! | Oct 13 13:13:46.780 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.780 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.780 INFO kablam! ... Oct 13 13:13:46.780 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 13 13:13:46.780 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.780 INFO kablam! Oct 13 13:13:46.781 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.781 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.781 INFO kablam! | Oct 13 13:13:46.781 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.781 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.781 INFO kablam! ... Oct 13 13:13:46.781 INFO kablam! 4109 | rt_realloc_excess_used!(rt_primes_4093bytes_32align_realloc_excess_used, 4093, 32); Oct 13 13:13:46.781 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.781 INFO kablam! | Oct 13 13:13:46.781 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.781 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.781 INFO kablam! | Oct 13 13:13:46.781 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.781 INFO kablam! | Oct 13 13:13:46.781 INFO kablam! Oct 13 13:13:46.782 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.782 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.782 INFO kablam! | Oct 13 13:13:46.782 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.782 INFO kablam! | ^^^^^ Oct 13 13:13:46.782 INFO kablam! ... Oct 13 13:13:46.782 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 13 13:13:46.782 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.782 INFO kablam! | Oct 13 13:13:46.782 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.782 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.782 INFO kablam! | Oct 13 13:13:46.782 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.782 INFO kablam! | Oct 13 13:13:46.782 INFO kablam! Oct 13 13:13:46.783 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.783 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.783 INFO kablam! | Oct 13 13:13:46.783 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.783 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.783 INFO kablam! ... Oct 13 13:13:46.783 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 13 13:13:46.783 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.783 INFO kablam! Oct 13 13:13:46.783 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.784 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.784 INFO kablam! | Oct 13 13:13:46.784 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.784 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.784 INFO kablam! ... Oct 13 13:13:46.784 INFO kablam! 4122 | rt_realloc_excess_used!(rt_primes_8191bytes_32align_realloc_excess_used, 8191, 32); Oct 13 13:13:46.784 INFO kablam! | ----------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.784 INFO kablam! | Oct 13 13:13:46.784 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.784 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.784 INFO kablam! | Oct 13 13:13:46.784 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.784 INFO kablam! | Oct 13 13:13:46.784 INFO kablam! Oct 13 13:13:46.785 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.785 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.785 INFO kablam! | Oct 13 13:13:46.785 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.785 INFO kablam! | ^^^^^ Oct 13 13:13:46.785 INFO kablam! ... Oct 13 13:13:46.785 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 13 13:13:46.785 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.785 INFO kablam! | Oct 13 13:13:46.785 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.785 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.785 INFO kablam! | Oct 13 13:13:46.785 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.785 INFO kablam! | Oct 13 13:13:46.785 INFO kablam! Oct 13 13:13:46.786 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.786 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.786 INFO kablam! | Oct 13 13:13:46.786 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.786 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.786 INFO kablam! ... Oct 13 13:13:46.786 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 13 13:13:46.786 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.786 INFO kablam! Oct 13 13:13:46.787 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.787 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.787 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.787 INFO kablam! ... Oct 13 13:13:46.787 INFO kablam! 4135 | rt_realloc_excess_used!(rt_primes_16381bytes_32align_realloc_excess_used, 16381, 32); Oct 13 13:13:46.787 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! Oct 13 13:13:46.787 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.787 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.787 INFO kablam! | ^^^^^ Oct 13 13:13:46.787 INFO kablam! ... Oct 13 13:13:46.787 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 13 13:13:46.787 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.787 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.787 INFO kablam! | Oct 13 13:13:46.787 INFO kablam! Oct 13 13:13:46.788 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.788 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.788 INFO kablam! | Oct 13 13:13:46.788 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.788 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.788 INFO kablam! ... Oct 13 13:13:46.788 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 13 13:13:46.788 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.788 INFO kablam! Oct 13 13:13:46.789 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.789 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.789 INFO kablam! | Oct 13 13:13:46.789 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.789 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.789 INFO kablam! ... Oct 13 13:13:46.789 INFO kablam! 4148 | rt_realloc_excess_used!(rt_primes_32749bytes_32align_realloc_excess_used, 32749, 32); Oct 13 13:13:46.789 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.789 INFO kablam! | Oct 13 13:13:46.789 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.789 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.789 INFO kablam! | Oct 13 13:13:46.789 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.789 INFO kablam! | Oct 13 13:13:46.789 INFO kablam! Oct 13 13:13:46.790 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.790 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.790 INFO kablam! | Oct 13 13:13:46.790 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.790 INFO kablam! | ^^^^^ Oct 13 13:13:46.790 INFO kablam! ... Oct 13 13:13:46.790 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 13 13:13:46.790 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.790 INFO kablam! | Oct 13 13:13:46.790 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.790 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.790 INFO kablam! | Oct 13 13:13:46.790 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.790 INFO kablam! | Oct 13 13:13:46.790 INFO kablam! Oct 13 13:13:46.790 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.790 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.790 INFO kablam! | Oct 13 13:13:46.790 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.790 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.790 INFO kablam! ... Oct 13 13:13:46.790 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 13 13:13:46.790 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.790 INFO kablam! Oct 13 13:13:46.791 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.791 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.791 INFO kablam! | Oct 13 13:13:46.791 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.791 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.791 INFO kablam! ... Oct 13 13:13:46.791 INFO kablam! 4161 | rt_realloc_excess_used!(rt_primes_65537bytes_32align_realloc_excess_used, 65537, 32); Oct 13 13:13:46.791 INFO kablam! | ------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.791 INFO kablam! | Oct 13 13:13:46.791 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.791 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.791 INFO kablam! | Oct 13 13:13:46.791 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.791 INFO kablam! | Oct 13 13:13:46.791 INFO kablam! Oct 13 13:13:46.792 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.792 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.792 INFO kablam! | Oct 13 13:13:46.792 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.792 INFO kablam! | ^^^^^ Oct 13 13:13:46.792 INFO kablam! ... Oct 13 13:13:46.792 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 13 13:13:46.792 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.792 INFO kablam! | Oct 13 13:13:46.792 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.792 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.792 INFO kablam! | Oct 13 13:13:46.792 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.792 INFO kablam! | Oct 13 13:13:46.792 INFO kablam! Oct 13 13:13:46.793 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.793 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.793 INFO kablam! | Oct 13 13:13:46.793 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.793 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.793 INFO kablam! ... Oct 13 13:13:46.793 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 13 13:13:46.793 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.793 INFO kablam! Oct 13 13:13:46.796 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.796 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.796 INFO kablam! | Oct 13 13:13:46.796 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.796 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.796 INFO kablam! ... Oct 13 13:13:46.796 INFO kablam! 4174 | rt_realloc_excess_used!(rt_primes_131071bytes_32align_realloc_excess_used, 131071, 32); Oct 13 13:13:46.796 INFO kablam! | --------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.796 INFO kablam! | Oct 13 13:13:46.796 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.796 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.796 INFO kablam! | Oct 13 13:13:46.796 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.796 INFO kablam! | Oct 13 13:13:46.796 INFO kablam! Oct 13 13:13:46.796 INFO kablam! error[E0599]: no method named `alloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.796 INFO kablam! --> benches/roundtrip.rs:237:36 Oct 13 13:13:46.796 INFO kablam! | Oct 13 13:13:46.796 INFO kablam! 237 | let ptr = Jemalloc.alloc(layout.clone()).unwrap(); Oct 13 13:13:46.797 INFO kablam! | ^^^^^ Oct 13 13:13:46.797 INFO kablam! ... Oct 13 13:13:46.797 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 13 13:13:46.797 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! Oct 13 13:13:46.797 INFO kablam! error[E0599]: no method named `realloc_excess` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.797 INFO kablam! --> benches/roundtrip.rs:241:52 Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! 241 | let Excess(ptr, excess) = Jemalloc.realloc_excess( Oct 13 13:13:46.797 INFO kablam! | ^^^^^^^^^^^^^^ Oct 13 13:13:46.797 INFO kablam! ... Oct 13 13:13:46.797 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 13 13:13:46.797 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.797 INFO kablam! Oct 13 13:13:46.797 INFO kablam! error[E0599]: no method named `dealloc` found for type `jemallocator::Jemalloc` in the current scope Oct 13 13:13:46.797 INFO kablam! --> benches/roundtrip.rs:247:26 Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! 247 | Jemalloc.dealloc(ptr, new_layout); Oct 13 13:13:46.797 INFO kablam! | ^^^^^^^ Oct 13 13:13:46.797 INFO kablam! ... Oct 13 13:13:46.797 INFO kablam! 4187 | rt_realloc_excess_used!(rt_primes_4194301bytes_32align_realloc_excess_used, 4194301, 32); Oct 13 13:13:46.797 INFO kablam! | ----------------------------------------------------------------------------------------- in this macro invocation Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! = help: items from traits can only be used if the trait is in scope Oct 13 13:13:46.797 INFO kablam! help: the following trait is implemented but not in scope, perhaps add a `use` for it: Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! 9 | use std::alloc::GlobalAlloc; Oct 13 13:13:46.797 INFO kablam! | Oct 13 13:13:46.797 INFO kablam! Oct 13 13:13:46.893 INFO kablam! error: aborting due to 6301 previous errors Oct 13 13:13:46.893 INFO kablam! Oct 13 13:13:46.893 INFO kablam! Some errors occurred: E0432, E0599. Oct 13 13:13:46.893 INFO kablam! For more information about an error, try `rustc --explain E0432`. Oct 13 13:13:46.910 INFO kablam! error: Could not compile `jemallocator`. Oct 13 13:13:46.910 INFO kablam! Oct 13 13:13:46.910 INFO kablam! To learn more, run the command again with --verbose. Oct 13 13:13:46.912 INFO kablam! su: No module specific data is present Oct 13 13:13:47.609 INFO running `"docker" "rm" "-f" "d3ccbff24fd0e27216d08e772f2b5a153c7d5d615c594f8a43a743a362f2e369"` Oct 13 13:13:47.877 INFO blam! d3ccbff24fd0e27216d08e772f2b5a153c7d5d615c594f8a43a743a362f2e369